Note: You are currently viewing documentation for Moodle 4.0. Up-to-date documentation for the latest stable version of Moodle may be available here: Dataform System events.

Dataform System events

From MoodleDocs
Revision as of 14:54, 11 February 2014 by Itamar Tzadok (talk | contribs)


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

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).

See also

Event 2