Quick enrollment

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

- 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

Amosar os comentarios
  • Marek Donderowicz
    mér., 8 de xuño de 2016, 4:02 PM
    Hello. How can I make this block (actually the page that this block leeds to) accessible to Teacher?
  • Dan Marsden
    ven., 17 de mar. de 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
    mar., 25 de abr. de 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
    ven., 9 de mar. de 2018, 9:27 AM
    Moddle is not working on my website https://www.webbywebb.com/ what should I do for this
  • foto_frank
    mar., 3 de abr. de 2018, 8:09 AM
    Is there a version for 3.4? Thanks!
  • Gaurav Kumar
    ven., 6 de abr. de 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
    sáb., 28 de abr. de 2018, 11:58 AM
    Oh thanks.. I updated this code to my website https://offergyan.com/
  • Anthony Standing
    xov., 27 de dec. de 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
    ven., 3 de maio de 2019, 4:16 AM
    Any chances for 3.6? unfortunately it doesn't work.
  • Daniel Neis Araujo
    xov., 9 de xan. de 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 sorriso
  • Divyaraj Sinh
    dom., 5 de xul. de 2020, 9:32 PM
  • Rohit Singh
    mar., 14 de xul. de 2020, 6:07 PM
    you can download the updated code here https://www.bloggercage.com
  • Jessica Jones
    xov., 23 de xul. de 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
    luns, 3 de ago. de 2020, 11:35 PM
    I have just donwload it and i will surely try it on my site https://www.universetale.com/
  • Ajay Kumar
    sáb., 29 de maio de 2021, 2:15 PM
    i got it nextwebi.com
1 2
Please login to post comments