Dataform System events
From MoodleDocs
Module administration
Creating an activity
- Overview
- Activity administration
- Building an activity
- CSS tips and tricks
- JS tips and tricks
- Activating RSS
- Activity workflow
- Grading
Working with the activity
See also
The Dataform system events are triggered, with attached data during the activity, at moments that may be of interest and worth capturing for various purposes from other modules.
Entry events
- Entry created – Triggered when an entry is added to the activity.
- Entry updated – Triggered when entry content is updated.
- Entry deleted – Triggered when an entry is deleted.
Field events
- Field updated – Triggered when an entry field is updated (content change).
- Comment added – Triggered when a comment is added to an entry (a special case of the Field update event).
- Rating added – Triggered when a rating is added to an entry (a special case of the Field update event).