This Moodle block plugin displays the current status of course checks performed by the local_course_checker plugin. It provides quick access to the latest results, timestamps, and rerun options directly from the course page.
- Displays timestamp of last checker run.
- Shows percentage breakdown of check result statuses (
successful,warning,failed,error). - Indicates whether a check run is currently in progress.
This plugin requires the following to function properly:
local_course_checker— must be installed and operational.
- Log in to your Moodle site as an admin and go to Site administration > Plugins > Install plugins.
- Upload the ZIP file with the plugin code. You should only be prompted to add extra details if your plugin type is not automatically detected.
- Check the plugin validation report and finish the installation.
The plugin can be also installed by putting the contents of this directory to
{your/moodle/dirroot}/blocks/course_checker_info
Afterwards, log in to your Moodle site as an admin and go to Site administration > Notifications to complete the installation.
Alternatively, you can run
php admin/cli/upgrade.phpto complete the installation from the command line.
Clone the plugin into your Moodle instance:
cd /path/to/moodle
git clone https://github.com/ffhs/moodle-block_course_checker_info.git blocks/course_checker_infoRun the upgrade script:
php admin/cli/upgrade.phpOr complete the installation via the Moodle web interface: Site administration > Notifications
Once installed:
- Go to a course page.
- Add the block via "Add a block" → "Course Checker Info".
- The block will display the latest checker results and options.
Simon Gisler
simon.gisler@ffhs.ch
Swiss Distance University of Applied Sciences (FFHS)
Stefan Dani
stefan.dani@ffhs.ch
Swiss Distance University of Applied Sciences (FFHS)
This plugin is licensed under the GNU GPL v3.