Activity-type module to create and edit web sites with eXeLearning inside Moodle.
The plugin can run in either of two editing modes, selected by the site administrator under Site administration > Plugins > Activity modules > eXeLearning (website) > Editor mode:
- eXeLearning Online (remote server, default) — connects to an existing eXeLearning Online instance using its base URL and signing key. This is the default mode shipped by the plugin and the recommended choice when an organisation operates a shared eXeLearning Online deployment.
- Embedded editor (integrated) — a self-contained build of the eXeLearning editor ships with the plugin (or can be installed by an administrator from the Manage embedded editor page). It runs directly inside Moodle, so no external server is required.
Both modes produce the same kind of activity; pick the one that best fits your infrastructure.
This plugin works on every supported Moodle release from Moodle 4.2 (the minimum required, see version.php: $plugin->requires = 2023042400) up to the latest Moodle 5.2.x stable. It is verified on the LTS branches commonly deployed in production:
| Moodle branch | Status |
|---|---|
| 4.2.x | Supported (minimum required version) |
| 4.3.x | Supported |
| 4.4.x | Supported |
| 4.5.x (LTS) | Supported |
| 5.0.x | Supported |
| 5.1.x | Supported |
| 5.2.x (latest stable) | Supported |
Older Moodle releases (3.x, 4.0 and 4.1) are not supported. The plugin is expected to keep working with newer Moodle releases as they appear; if you find an incompatibility please open an issue at https://github.com/exelearning/mod_exeweb/issues.
- Moodle: 4.2 or later (see table above).
- PHP: any version required by the Moodle release in use — the plugin does not add extra PHP requirements on top of Moodle's own.
- Database: any database supported by the Moodle release in use.
- Browser: any modern, evergreen browser with JavaScript enabled.
- Required for eXeLearning Online mode (default): an eXeLearning Online instance and access to its configuration files / signing key. Not needed when running the plugin in Embedded editor mode.
Important: It is recommended to install from a release ZIP, which includes the embedded editor pre-built for optimal performance. If the release ZIP does not include the editor, or if you want to install a newer version, administrators can download it from GitHub Releases via the Manage embedded editor page in the plugin settings.
- Download the latest ZIP from Releases.
- 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.
- Download and extract the latest ZIP from Releases.
- Place the extracted contents in
{your/moodle/dirroot}/mod/exeweb. - 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.
Go to the URL:
{your/moodle/dirroot}/admin/settings.php?section=modsettingexeweb
-
Remote URI: exeweb | exeonlinebaseuri
- eXeLearning (online) base URI
-
Signing Key: exeweb | hmackey1
- Key used to sign data sent to the eXeLearning server, to check the data origin. Use up to 32 characters.
-
Token expiration: exeweb | tokenexpiration
- Max time (in seconds) to edit the package in eXeLearning and get back to Moodle.
-
New package template: exeweb | template
- Package uploaded there will be used as the default package for new activities.
-
Send template: exeweb | sendtemplate
- Sends uploaded (or default) template to eXeLearning when creating a new activity.
-
Mandatory files RE list: exeweb | mandatoryfileslist
- A mandatory files list can be configurad here. Enter each mandatory file as a PHP regular expression (RE) on a new line.
-
Forbidden files RE list: exeweb | forbiddenfileslist
- A forbidden files list can be configurad here. Enter each forbidden file as a PHP regular expression (RE) on a new line.
The plugin supports two editor sources with the following precedence:
- Admin-installed (moodledata): Downloaded from GitHub Releases via the admin management page. Stored under
moodledata/mod_exeweb/embedded_editor/. - Bundled (plugin): Included in the plugin release ZIP at
dist/static/.
An admin-installed version always takes precedence over the bundled version. If neither source is available, the embedded editor cannot be used.
- Go to Site administration > Plugins > Activity modules > eXeLearning (website).
- The settings page shows the current editor status and active source.
- Click Manage embedded editor to access the management page.
- From there you can install, update, repair, or remove the editor.
The management page requires the moodle/site:config and mod/exeweb:manageembeddededitor capabilities.
For development setup, build instructions, and contributing guidelines, see DEVELOPMENT.md.
Please report bugs and feature requests on the GitHub issue tracker: https://github.com/exelearning/mod_exeweb/issues
Copyright 2023-2026: Centro Nacional de Desarrollo Curricular en Sistemas no Propietarios (CeDeC) / INTEF (Instituto Nacional de Tecnologías Educativas y de Formación del Profesorado)
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should receive a copy of the GNU General Public License along with this program.