Moodle Plugins directory: Course checker info | Moodle.org
Course checker info
Blocks ::: block_course_checker_info
Maintained by
FFHS (Fernfachhochschule Schweiz),
Stefan Dani,
Simon Gisler
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.
Latest release:
11 sites
21 downloads
1 fans
Course Checker Info 
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.
🧰 Features
- 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.
🧩 Dependencies
This plugin requires the following to function properly:
local_course_checker— must be installed and operational.
📁Installing via uploaded ZIP file
- 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.
📁Installing manually
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.php
to complete the installation from the command line.
📦 Installing via GitHub
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_info
Run the upgrade script:
php admin/cli/upgrade.php
Or complete the installation via the Moodle web interface: Site administration > Notifications
🚀 Usage
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.
Contributors
FFHS (Fernfachhochschule Schweiz) (Lead maintainer)
Stefan Dani
Simon Gisler
Please login to view contributors details and/or to contact them
The results page is part of the local_course_checker plugin (https://moodle.org/plugins/local_course_checker). The block_course_checker_info block only provides a summarized view of these results. When you click "Results", it opens the local_course_checker interface.
You can find the screenshot of the results linked on the local_course_checker page.
I’ll update the README to make this clearer.