Quick enrollment

Blocks ::: block_enrollment
Maintained by Adrien Jamot
With this plugin you can quickly enroll users to many courses.
Latest release:
60 sites
8 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

顯示評論
  • Marek Donderowicz
    2016年06月8日(週三) 16:02
    Hello. How can I make this block (actually the page that this block leeds to) accessible to Teacher?
  • Dan Marsden
    2017年03月17日(週五) 10:51
    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
    2017年04月25日(週二) 22:19
    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
    2018年03月9日(週五) 09:27
    Moddle is not working on my website https://www.webbywebb.com/ what should I do for this
  • foto_frank
    2018年04月3日(週二) 08:09
    Is there a version for 3.4? Thanks!
  • Gaurav Kumar
    2018年04月6日(週五) 13:47
    I updated this code, and added a few fixes for Moodle 2.8.

    Check it out here: http://www.easkme.com
  • Manvendra Singh
    2018年04月28日(週六) 11:58
    Oh thanks.. I updated this code to my website https://offergyan.com/
  • Anthony Standing
    2018年12月27日(週四) 16:14
    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
    2019年05月3日(週五) 04:16
    Any chances for 3.6? unfortunately it doesn't work.
  • Daniel Neis Araujo
    2020年01月9日(週四) 03:39
    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 微笑
  • Divyaraj Sinh
    2020年07月5日(週日) 21:32
  • Rohit Singh
    2020年07月14日(週二) 18:07
    you can download the updated code here https://www.bloggercage.com
  • Jessica Jones
    2020年07月23日(週四) 06:07
    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
    2020年08月3日(週一) 23:35
    I have just donwload it and i will surely try it on my site https://www.universetale.com/
  • Ajay Kumar
    2021年05月29日(週六) 14:15
    i got it nextwebi.com
1 2
Please login to post comments