Actualités category_id
A Moodle CLI script to delete courses based on course id, category id, or user id.
Thu, 08 Feb 2018 23:34:00 GMT
You can delete courses by course id, category id, or a user id where the user is enrolled as an 'editingteacher' role. Add this script to the admin/cli folder in your Moodle root directory. Delete ...
Assignment2-selection-2.sql
Wed, 14 Feb 2018 01:32:00 GMT
SELECT A.actor_id AS 'ID#', A.first_name AS 'First', A.last_name AS 'Last', C.name AS 'Category', COUNT(C.name) AS 'Films' FROM film F INNER JOIN film_category FC ON F.film_id = FC.film_id INNER JOIN ...