Moodle Plugins directory: User bulk enrolment | Moodle.org

User bulk enrolment
In some organizations or some teaching scenarios, manually enrolling students into a course may be the preferred way. However, enrolling one user at a time into a course can be daunting for teachers. On the other hand, teachers may not be allowed to use (or be able to understand) the Moodle core upload CSV functionality.
To ease the life of teachers, there is the need for a bulk enrolment tool. There are already plugins out there which provide this functionality, so this is just another one. The goal of this bulk enrolment implementation is not to fulfil everybody's needs, but to do one thing and to do this well.
So, the key features of this plugin are:
- to let teachers submit a line-separated list of email addresses to enrol them into a course,
- to let teachers submit this list to a textarea within their course instead of requiring them to create and upload a CSV file first.
Please see README file for details about the usage and features of this plugin.
No support in the comments section on this page
Please note that we don't provide any support for this plugin in the comments section on this page.
We appreciate your commendation and reviews for this plugin in the comments. For bug reports and support requests, please read the extensive information in the plugin's README file first and create, if needed, a ticket in the bug tracker which is linked below.
Thanks for your cooperation.
Our default Registration is set to Student.
Someone help me why is this happening???
Our default Registration is set to Student.
This happens when User is Unenrolled and then Bulk Enrollment Plugin we use. The user's role comes with Teacher.
Our default Registration is set to Student.
This happens when User is Unenrolled and then Bulk Enrollment Plugin we use. The user's role comes with Teacher.
I added to the redirect "$CFG->wwwroot"
if ($msg->status == 'error') { redirect($CFG->wwwroot .'/user/index.php?id='.$id, "$msg->text", null, \core\output\notification::NOTIFY_ERROR);
} else { redirect($CFG->wwwroot .'/user/index.php?id='.$id, "$msg->text", null, \core\output\notification::NOTIFY_SUCCESS); }