-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Hello,
Activity modules must implement course_module_viewed and course_module_instance_list_viewed events for usage tracking and analytics.
Documentation:
Code excerpts:
- File:
classes/event
Missing required event classes: course_module_viewed.php, course_module_instance_list_viewed.php
Please review the example from mod/url.
The event classes:
https://github.com/moodle/moodle/tree/MOODLE_500_STABLE/mod/url/classes/event
The module viewed trigger from the view.php page:
https://github.com/moodle/moodle/blob/a2f7f13d7c77854d7b9b779609567cc3404e3dbe/mod/url/lib.php#L355
The event trigger from the index.php page:
https://github.com/moodle/moodle/blob/a2f7f13d7c77854d7b9b779609567cc3404e3dbe/mod/url/index.php#L38
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels