This plugin adds a new block type for Moodle. Its aim is to give the teachers and staff a simple tool to view how many students didn't visit a course for a long time and so, try to prevent students from dropping out.
The block is customizable :
- block's title
- choose the roles and groups you want to track
- choose the roles able to see the block
- set the number of days from last connection required to track users
- set an amount of results to display (the rest can be toggled with a button)
It also includes a link to open the direct Moodle message dialog, allowing teachers and managers to contact the tracked users in very a fast and easy way.
Clone or unzip the repository inside your Moodle block folder (example /var/www/moodle/blocks).
When using a course with separated groups settings, the teacher role must not have the moodle/site:accessallgroups
capability in order to only be able to see the concerned students.
yarn install
grunt watch
You may need to install Grunt globally :
npm install -g grunt-cli