This plugin enables tracking the history of activity settings over time. It displays each setting that gets updated, as well as what the setting was changed from and to.
Following installation, the plugin will create a record of each activity and store
its current settings (report_activitylog_settings
). Any subsequent time the plugin's settings are updated there is
a hook that compares the new settings against the previously stored settings. Any
changes are logged in the plugin's log table (report_activitylog
).
- Site and course level use activity settings history
- Filtering against courses and activities
- Exporting of data
Moodle version | Branch | PHP |
---|---|---|
Moodle 3.5 to 3.8 | master | 7.0+ |
Moodle 3.9 | master | 7.2+ |
-
Use git to clone it into your source:
git clone [email protected]:catalyst/moodle-report_activitylog.git report/activitylog
-
Then run the Moodle upgrade.
-
Wait for the cron to run, or manually run the cron if necessary.
When the plugin has installed the reports will be accessible from Site Administration -> Reports for the site level report, or within Course Administration -> Reports for the course level reports.
If you have issues please log them in github here
https://github.com/catalyst/moodle-report_activitylog/issues
This plugin was developed by Catalyst IT Australia: