Moodle Plugins directory: Enrolments grabber | Moodle.org
Enrolments grabber
Features
- enrol method
- linked to an other enrol instance of concerned course
- move enrolments from associated enrol method instance to grabbed instance
- possibility to manually unrol/unenrol users from this instance
- while deleting the grabbed instance original method can retrieve original enrolments possibility
- except if unenrolled from instance
Example usage
We use this method associated to a exented cohort enrol method limited in time. Once time limited reached enrolments are grabbed by an newly associated Enrolments grabbed instance. * Enrollees are then transfered from cohort time limited enrolment instance to Enrolments grabbed instance. * Enrolments are then no more synchronized along cohort changes * Teacher is free to enrol/unenrol users manually even if his course has a manual enrol instance.
Setting up
Installation
Install in enrol directory (enrol/grabber)
Plugin setting
Under Plugins -> Enrolments -> Enrolments grabber * Add instance to new courses possibilility * Enabling or not enrol grabber by defaults * select default role for manual enrolments part * While deleting this instance, restore all enrollments of this instance to the associated enrol method default setting
Instance settings
- custom instance name
- Enable
- Default role for manual enrolments part
- enrol instance to grad in the same course (required)
- While deleting this instance, restore all enrollments of this instance to the associated enrol method choice
Contributions
Contributions of any form are welcome. Github pull requests are preferred.
File any bugs, improvements, or feature requests in our issue tracker.
License
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
https://integration.moodle.org/job/Precheck%20remote%20branch/28266/artifact/work/smurf.html
Thanks Céline for sharing the plugin with the community. I found the idea interesting and I can imagine scenarios where something like this is extremely useful. Well done on that. While testing the plugin functionality and reviewing the code, I spotted some bits that should be fixed and improved in a future update. None of them look like a real blocker to me though. With the hope the reported issues will be fixed soon, I am going to approve the plugin now. You are cleared to land, welcome to the plugins directory.
Granted for 3.0.x since currently running on 3.0.5+. Developed since 2.9.x