This plugin is provided by Moodle's Premium Partner E-Learning touch'
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.
New filter behaviour (v2.1.0)
You can now search for a user by username or ID number, as well as by first name or surname.
Installation
For more information, see the official plugin installation guide.
Moodle Way
- 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.
Manual
- 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.
Using Git
- 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
How it works
New Enrollment
- Select user(s) to add into course(s). You can assign a role and set an enrolment duration in days.
- Select course(s).
- Clic on button --> all users are enroled into specified courses with dedicated role.
Existing Enrollment
- Select user
- Select course(s) to Assign or Unassign
If you want to bulk update a participant role (and/or enrolment duration) :
- Select user
- Select courses and click on Unassign
- Select an other role (and/or specify enrolment duration)
- Select same courses and click on Assign
Other plugins made by ELT