Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当课程活动(作业、聊天和测验)添加到课程中时,我需要收到通知。 我需要向所有注册用户发送消息。
如何在 moodle 2.9 中为这些事件添加挂钩?
谢谢
是的,有一个\core\event\course_module_created事件。
\core\event\course_module_created
使用我最近回答的这个例子,替换course_completed为course_module_created:
course_completed
course_module_created
使用 cron 发送电子邮件并包含来自 moodle 的电子邮件附件