User bulk enrolment
Maintained by
Alexander Bias, Moodle an Hochschulen e.V.
Moodle plugin which provides the possibility to bulk enrol a list of users who are identified by their e-mail adresses into a course.
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
This plugin is very useful. Unfortunately, email addresses change from time to time so we use the idnumber field to identify users (a special higher education ID that certainly doesn't change). It would be very helpful if this plugin could optionally enrol users based on the content of the idnumber field.
Thanks in advance for your feedback!
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); }
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.
Our default Registration is set to Student.
Someone help me why is this happening???