A local plugin that allows administrators to enrol multiple users into multiple courses.
It also allows enrolling or unenrolling multiple courses for a single user.
For more information, see the official plugin installation guide.
- Download the latest version or source code of the plugin compatible with your Moodle platform.
- Go to your platform's plugin installation page:
Site administration > Plugins > Install plugins
. - Upload the plugin file and follow the installation process.
- Download the latest version or source code of the plugin compatible with your Moodle platform.
- Navigate to the
moodle/local
directory on your platform. - Unzip the plugin into the directory and make sure that the folder containing the plugin files is named
multiple_enrollments
.
- Open a terminal and navigate to the
moodle/local
directory on your platform. - Clone the project using the following command:
git clone https://github.com/E-learningTouch/moodle-local_multiple_enrollments multiple_enrollments
Please visit the plugin wiki for full documentation.