User bulk enrolment

General plugins (Local) ::: local_bulkenrol
Maintained by Logo "Moodle an Hochschulen e.V."Moodle an Hochschulen e.V., Alexander Bias
Moodle plugin which provides the possibility to bulk enrol a list of users who are identified by their e-mail adresses into a course.
Latest release:
2130 sites
1k downloads
56 fans
Current versions available: 12

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:

  1. to let teachers submit a line-separated list of email addresses to enrol them into a course,
  2. 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.

Screenshots

Screenshot #0

Contributors

Logo "Moodle an Hochschulen e.V."
Moodle an Hochschulen e.V. (Lead maintainer): Maintainer
Alexander Bias: Maintainer
Ulm University: Initial Maintainer
Kathrin Osswald: Former Developer
Please login to view contributors details and/or to contact them

Comments RSS

Show comments
  • Plugins bot
    Wed, 14 Mar 2018, 11:00 PM
    Approval issue created: CONTRIB-7216
  • Stone Root
    Fri, 17 Apr 2020, 1:33 AM
    This plugin was working fine but now when Teacher Enrolls Students with this Plugin after Pastes Email addresses, Enroll users. All users come up with Teacher Role.
    Our default Registration is set to Student.
    Someone help me why is this happening???
  • Stone Root
    Fri, 17 Apr 2020, 5:19 AM
    This plugin was working fine but now when Teacher Enrolls Students with this Plugin after Pastes Email addresses, Enroll users. All users come up with Teacher Role.
    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.
  • Stone Root
    Fri, 17 Apr 2020, 5:20 AM
    This plugin was working fine but now when Teacher Enrolls Students with this Plugin after Pastes Email addresses, Enroll users. All users come up with Teacher Role.
    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.
  • Samuel Bocanegra
    Mon, 20 Apr 2020, 8:05 AM
    Funciona perfectamente, sólo tiene un pequeño error en el code al momento de mostrar el mensaje donde indica que los usuarios fueron matriculados correctamente. Pero sólo el usuario administrador puede usarlo, ¿cómo le hago para que se muestre a los usuarios con rol de profesor.?
  • just for administrator role?
  • Michel Singh
    Mon, 31 May 2021, 9:08 PM
    Hi! We've been using the plugin for a while without issues. Recently, we've had a problem with emails being case-sensitive. If a user pastes email addresses in the plugin it now checks for lower case vs upper case which wasn't the behavior in the past. Anything changed? Is there a way to revert back? Thx.
  • Mircea Man
    Mon, 8 Aug 2022, 5:53 PM
    Hi, we have the same issue as Michel Singh says with the case-sensitive email addresses - it would be super nice if this case check could be skipped ;)
  • Michelle Gronwold
    Thu, 23 Feb 2023, 4:58 AM
    Is this plugin available for Moodle version 4.1 (Build:20221128)?
  • Mircea Man
    Wed, 15 Mar 2023, 6:54 PM
    I have the same problem as Michel Singh - emails are case - sensitive and it seems that it now makes some checks about that - can this be reverted / excluded?
  • erika alarcon
    Fri, 20 Oct 2023, 12:57 AM
    When confirming the student registration, I was redirected incorrectly. I modified the /bulkenrol/index.php file, line 103
    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); }
Please login to post comments