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
No edit summary
No edit summary
Line 1: Line 1:
{{Dataform}}
{{Dataform}}
==Notification types==
{{Dataform Docs Note 1}}
The Dataform can send the following notifications:
Dataform notification rules can used for defining and sending custom notifications to the activity participants.
{| class="nicetable"
==Standard types==
|-
===[[Dataformnotification Entry|Entry notification]]===
! Event
===[[Dataformnotification Field|Field notification]]===
! Capability
==Installing add-on notification rule types==
! 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
|}


==Enabling/Disabling notifications==
==Developing add-on notification rule types==
===Dataform settings===
The Dataform notifications may be enabled/disabled in the Dataform settings.
 
[[Image:df-settings-notifications.png|Dataform notification settings]]
 
===Message outputs===
Recipients can also control the messaging method in their messaging dashboard.
 
[[Image:df-messaging-outputs.png|Dataform messaging outputs]]

Revision as of 22:33, 24 January 2014


Dataform notification rules can used for defining and sending custom notifications to the activity participants.

Standard types

Entry notification

Field notification

Installing add-on notification rule types

Developing add-on notification rule types