I need to be notified when a course activity (Assignment, Chat & Quiz) is added to a course.
I need to send a message to all enrolled users.
How can I add a hook on those events in moodle 2.9?
Thanks
I need to be notified when a course activity (Assignment, Chat & Quiz) is added to a course.
I need to send a message to all enrolled users.
How can I add a hook on those events in moodle 2.9?
Thanks
Yes there is a \core\event\course_module_created
event.
Use the example from this I answered recently, replacing course_completed
with course_module_created
:
Email using cron and including attachment to email from moodle