About
In templates and instances, you can use events completion as a condition to trigger actions. Since Moodle provides a large number of events, the global settings allow you to define which events are available when configuring a template or an instance. This helps keep the event selector focused on the events that are relevant for your use cases.
You can find these settings under Site administration > Plugins > Activity modules > Pulse > Events completion.
Available settings
Available events
Select the events that should be available for the automation condition. Only the selected events will be shown in the event selector when configuring the events completion condition in templates or instances.
The following events are enabled by default:
Course activity completion updated
\core\event\course_module_completion_updatedCourse module created
\core\event\course_module_createdCourse viewed
\core\event\course_viewedUser enrolled in course
\core\event\user_enrolment_createdUser unenrolled from course
\core\event\user_enrolment_deletedUser graded
\core\event\user_gradedAssignment submission graded
\mod_assign\event\submission_gradedForum discussion created
\mod_forum\event\discussion_createdForum post created
\mod_forum\event\post_createdQuiz attempt started
\mod_quiz\event\attempt_startedQuiz attempt submitted
\mod_quiz\event\attempt_submitted
Important: Only the default events have been tested. If you encounter issues when using additional events, please contact support.