Moodle Plugins directory: Wooclap: Versions: 2026020500 | Moodle.org
Wooclap
Activities ::: mod_wooclap
Maintained by
Jonathan Alzetta,
Morgan Fauvet,
Thibaut Roskam,
Mohammed Mehira,
Christophe Remy-Fernandes
Wooclap activity plugin for Moodle
Wooclap 2026020500
Moodle 3.2, 3.3, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11, 4.0, 4.1, 4.2, 4.3, 4.4, 4.5, 5.0, 5.1
Released: четверг, 5 февраля 2026, 23:03
Wooclap Moodle plugin
Integrate Wooclap events as a Moodle course activity.
Manual installation
For end-users, it is better to install this plugin from the official Moodle store or from a .zip provided by Wooclap.
For development purposes, it can be useful to install it manually from source with the instructions below:
- Install
node - Run
npm install - Run
npm run release - This will generate a .zip file
- Go to your Moodle instance "Plugin Installer" page:
https://your-moodle-instance/admin/tool/installaddon/index.php - Drag and drop the .zip file onto the page
- Follow the on-screen instructions
Code Linter
Linting is done using PHP Code Sniffer (phpcs) with a specific moodle standard.
Some links:
- https://github.com/squizlabs/PHP_CodeSniffer
- https://docs.moodle.org/dev/Linting#PHP_.28PHP_CodeSniffer.29 (Linting article on Moodle doc)
- https://docs.moodle.org/dev/Setting_up_Sublime2 (specific article on setting up Sublime Text for Moodle development)
Steps to get linter working on Sublime Text on Windows
- Install PHP on your machine (https://www.php.net/downloads.php)
- Install Composer (PHP dependency manager) here : https://getcomposer.org/download/ (can be installed locally or globally)
- In this folder, run
composer install(this uses thecomposer.jsonfile to install PHP Code Sniffer at the correct version) - Extract the content of
vendor_patch.zipin the newly createdvendor\squizlabs\php_codesniffer\CodeSniffer\Standards - Using Sublime Package Control, install SublimeLinter and SublimeLinter-phpcs
Code formatter
Code formatting is done using phpfmt in Sublime Text.
- Install PHP on your machine (https://www.php.net/downloads.php)
- Install this package https://packagecontrol.io/packages/phpfmt
- Use the following configuration
{
"indent_with_space": 4,
"passes":
[
"ReindentSwitchBlocks"
],
"version": 1
}
VSCode
Version information
- Version build number
- 2026020500
- Maturity
- Unknown
- MD5 Sum
- 9763e7e2b1c164baf78524da3497bf39
- Supported software
- Moodle 3.2, Moodle 3.3, Moodle 3.4, Moodle 3.5, Moodle 3.6, Moodle 3.7, Moodle 3.8, Moodle 3.9, Moodle 3.10, Moodle 3.11, Moodle 4.0, Moodle 4.1, Moodle 4.2, Moodle 4.3, Moodle 4.4, Moodle 4.5, Moodle 5.0, Moodle 5.1
- Latest release for Moodle 3.2
- Latest release for Moodle 3.3
- Latest release for Moodle 3.4
- Latest release for Moodle 3.5
- Latest release for Moodle 3.6
- Latest release for Moodle 3.7
- Latest release for Moodle 3.8
- Latest release for Moodle 3.9
- Latest release for Moodle 3.10
- Latest release for Moodle 3.11
- Latest release for Moodle 4.0
- Latest release for Moodle 4.1
- Latest release for Moodle 4.2
- Latest release for Moodle 4.3
- Latest release for Moodle 4.4
- Latest release for Moodle 4.5
- Latest release for Moodle 5.0
- Latest release for Moodle 5.1
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
- VCS tag
- 2026020500
Default installation instructions for plugins of the type Activities
- Make sure you have all the required versions.
- Download and unpack the module.
- Place the folder (eg "assignment") in the "mod" subdirectory.
- Visit http://yoursite.com/admin to finish the installation