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

Dataform Notifications: Difference between revisions

From MoodleDocs
(Created page with "{{Dataform}}")
 
No edit summary
Line 1: Line 1:
{{Dataform}}
{{Dataform}}
The Dataform can send the following notifications:
{| class="nicetable"
|-
! Event
! Capability
! Default roles
|-
| Entry added
| mod/dataform:notifyentryadded
| teacher, editingteacher, manager
|-
| Entry updated
| mod/dataform:notifyentryupdated
| teacher, editingteacher, manager
|-
| Entry deleted
| mod/dataform:notifyentrydeleted
| teacher, editingteacher, manager
|-
| Comment added
| mod/dataform:notifycommentadded
| teacher, editingteacher, manager
|-
| (Rating added - to be implemented)
| mod/dataform:notifyratingadded
| teacher, editingteacher, manager
|-
| (Rating updated - to be implemented)
| mod/dataform:notifyratingupdated
| teacher, editingteacher, manager
|}
The notifications should be enabled in the Dataform settings.
[[Image:df-settings-notifications.png|frame|center|Dataform notification settings]]

Revision as of 03:06, 2 October 2012

The Dataform can send the following notifications:

Event Capability Default roles
Entry added mod/dataform:notifyentryadded teacher, editingteacher, manager
Entry updated mod/dataform:notifyentryupdated teacher, editingteacher, manager
Entry deleted mod/dataform:notifyentrydeleted teacher, editingteacher, manager
Comment added mod/dataform:notifycommentadded teacher, editingteacher, manager
(Rating added - to be implemented) mod/dataform:notifyratingadded teacher, editingteacher, manager
(Rating updated - to be implemented) mod/dataform:notifyratingupdated teacher, editingteacher, manager

The notifications should be enabled in the Dataform settings.

Dataform notification settings