Quick enrollment

Blocks ::: block_enrollment
Maintained by Adrien Jamot
With this plugin you can quickly enroll users to many courses.
Latest release:
80 sites
6 downloads
14 fans
Current versions available: 2

- Add the Quick enrollment block to Moodle

- Click enroll users

- Choose a user and some courses

- Choose a role

-Choose enrol period

- Click "OK" to enroll the user to courses

Screenshots

Screenshot #0

Contributors

Adrien Jamot (Lead maintainer)
Please login to view contributors details and/or to contact them

Comments RSS

Show comments
  • Marek Donderowicz
    Wed, 8 June 2016, 4:02 PM
    Hello. How can I make this block (actually the page that this block leeds to) accessible to Teacher?
  • Dan Marsden
    Fri, 17 Mar 2017, 10:51 AM
    I just took a quick look at this block to use in a proof of concept site and I've put the different versions of the plugin into github - the master branch includes the code from Jeff Sherk and a couple of other fixes I made for the proof of concept. (I committed Adriens/Jeffs work as separate commits under their own names)
    https://github.com/danmarsden/moodle-block_enrollment

    I haven't performed a complete review on the code but it seems to function in the Moodle 3.2 site I'm using for the test.
  • Andrew Shaw
    Tue, 25 Apr 2017, 10:19 PM
    Thanks for this Dan, like Marek's comment above we needed to provide this plugin to not only system admins but our teachers also. We provide access for our teachers (editing Teachers) to edit user profiles so I have modified the block_quickenrol.php script to allow anyone who has access to edit a user profile to be able to view/use this block as well. Obviously we don't place the block in the admin section at the bottom.

    If anyone is interested, you simply replace the line
    "if (!isloggedin() || isguestuser() || !is_siteadmin()){"
    with
    " $systemcontext = context_system::instance();
    if (!isloggedin() || isguestuser() || !has_capability('moodle/user:editprofile', $systemcontext) ){"

    We use it on Moodle 3.0.1 but it should work on later versions as well.
  • WebBy Webb
    Fri, 9 Mar 2018, 9:27 AM
    Moddle is not working on my website https://www.webbywebb.com/ what should I do for this
  • foto_frank
    Tue, 3 Apr 2018, 8:09 AM
    Is there a version for 3.4? Thanks!
  • Gaurav Kumar
    Fri, 6 Apr 2018, 1:47 PM
    I updated this code, and added a few fixes for Moodle 2.8.

    Check it out here: http://www.easkme.com
  • Manvendra Singh
    Sat, 28 Apr 2018, 11:58 AM
    Oh thanks.. I updated this code to my website https://offergyan.com/
  • Anthony Standing
    Thu, 27 Dec 2018, 4:14 PM
    Hi All
    I have this plugin working, however it pulls back all users, even those who have been deleted etc. Is there an easy fix for this? I just want it to pull back current users!
    Many thanks in advance
  • Daniel Becerra
    Fri, 3 May 2019, 4:16 AM
    Any chances for 3.6? unfortunately it doesn't work.
  • Daniel Neis Araujo
    Thu, 9 Jan 2020, 3:39 AM
    Hi!

    I made available on github an updated version that works on 3.8:
    https://github.com/danielneis/moodle-block_enrollment

    It was based on Dan Marsden's version available at: https://github.com/danmarsden/moodle-block_enrollment

    The advantages of this version (besides working with 3.8) is that I converted it to use Moodle forms and Moodle output components, so now we have an auto-complete field for courses and an autocomplete field for users (using enrol manual auto complete). It also allows to enrol multiple users at same time.

    Hope you like smile
  • Divyaraj Sinh
    Sun, 5 July 2020, 9:32 PM
  • Rohit Singh
    Tue, 14 July 2020, 6:07 PM
    you can download the updated code here https://www.bloggercage.com
  • Jessica Jones
    Thu, 23 July 2020, 6:07 AM
    Download The Latest Version Of ThopTV For PC direct From below Link And Get Access To Thousand Of Movies And TV Shows For Free- https://thethoptvpc.com/
  • Prashant Kumar
    Mon, 3 Aug 2020, 11:35 PM
    I have just donwload it and i will surely try it on my site https://www.universetale.com/
  • Ajay Kumar
    Sat, 29 May 2021, 2:15 PM
    i got it nextwebi.com
1 2
Please login to post comments