Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 707 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 707 Bytes

Extended Notifications Plugin for Moodle

By default, Moodle does not send notifications for certain events like creating new course modules, updating course sections etc. This plugin intends to extend the cases when notifications are sent out to user.

Currently, notifications are sent for the following:

  • When new modules are created.
  • When existing course sections are modified.

The plugin uses Moodle Event API to be listen to these events and uses the Tasks API to send notifications to users.

Installation

This plugin can be installed by cloning this repo into the <moodle-src-root>\local. Ensure that the containing folder is named extendednotifs and not moodle_local-extendednotifs.