Documentation Index
Fetch the complete documentation index at: https://mintlify.com/exelearning/mod_exelearning/llms.txt
Use this file to discover all available pages before exploring further.
mod_exelearning can be installed in two ways: by uploading a release ZIP through Moodle’s built-in plugin installer, or by extracting and placing the files manually in your Moodle directory. Both methods result in an identical installation. The ZIP upload method is recommended for most administrators because it is the fastest path and requires no shell access.
Install via ZIP upload
Download the latest release ZIP
Go to https://github.com/exelearning/mod_exelearning/releases and download the most recent
mod_exelearning-<version>.zip asset. Do not use the auto-generated Source code archives — use the dedicated plugin ZIP.Navigate to the plugin installer
Log in to your Moodle site as an administrator and go to:Site administration → Plugins → Install plugins
Upload the ZIP
Drag the downloaded ZIP onto the upload area (or click to browse) and click Install plugin from the ZIP file. Moodle will unpack the archive and detect the plugin type automatically. You should not be prompted for extra details unless detection fails.
Install manually
Download and extract the release ZIP
Download the latest
mod_exelearning-<version>.zip from GitHub Releases and extract it locally. The archive contains a single top-level folder named exelearning/.Place the folder in your Moodle directory
Move or copy the extracted After this step the plugin files should be at
exelearning/ folder to the mod/ directory of your Moodle installation:{moodle}/mod/exelearning/.Post-install setup
After the plugin is installed, two optional steps are recommended: Install the embedded editor. If your release ZIP did not include the pre-built editor, or if you want to update it to a newer version, go to the plugin settings page and use the inline management widget: Site administration → Plugins → Activity modules → eXeLearning resource → Manage embedded editor The widget downloads the latest editor release directly from GitHub (exelearning/exelearning) without leaving the settings page.
Seed demo content. To populate a demo course with a sample eXeLearning activity (useful for testing the gradebook and completion features), run the seed script. With the Docker stack:
Verifying the installation
Once installation is complete, confirm the plugin is active:- Go to Site administration → Plugins → Activity modules.
- Locate eXeLearning resource (
mod_exelearning) in the list. - Verify that the status column shows the plugin as enabled.
The
version.php file committed to the repository carries a sentinel version number (9999999999) and release string (dev). These values are intentional and are replaced with the real YYYYMMDD00 version and the semantic version tag only at package time by make package. If you inspect version.php inside a release ZIP, you will see the real values; inside a git checkout you will always see the sentinel. See DEC-0030 for the full rationale.