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 Moodle Plugin CI

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:


📁Installing via uploaded ZIP file

  1. Log in to your Moodle site as an admin and go to Site administration > Plugins > Install plugins.
  2. 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.
  3. 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:

  1. Go to a course page.
  2. Add the block via "Add a block" → "Course Checker Info".
  3. The block will display the latest checker results and options.

Screenshots

Screenshot #0
Screenshot #1
Screenshot #2

Contributors

FFHS (Fernfachhochschule Schweiz) (Lead maintainer)
Please login to view contributors details and/or to contact them

Comments

Show comments
  • Plugins bot
    Wed, 5 Nov 2025, 12:20 AM
    Approval issue created: CONTRIB-10171
  • Wazza
    Sun, 16 Nov 2025, 6:46 PM
    Can we get a screenshot of the results page? That seems to be the most important one smile
  • Stefan Dani
    Sun, 16 Nov 2025, 8:49 PM
    Hello Richard,

    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.
Please login to post comments