Automatic enrolment in groups
Maintained by
Gemma Lesterhuis, Luuk Verhoeven, Pascal Maury, hamza tamyachte
Plugin to auto enrol users in Moodle courses groups
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
This should be solved now, we released version 5.1.1 you should be able to update the plugin to this new release.
Kind regards,
Luuk Verhoeven
Thank you for this contribution.
We are looking into this and will provide an update shortly.
Kind regards,
Vincent Cornelis
Ldesign Media
https://somemoodle/admin/tool/groupautoenrol/manage_auto_group_enrol.php?id=40
Was able to patch it by replacing this line at top of the file from:
require_once('../../../config.php');
to this:
require(__DIR__ . '/../../../config.php');
require_once($CFG->libdir . '/formslib.php');
No problem for updating this plugin, I have not time to update it anymore. I sent you a "contact request".
Note : I have no idea if my plugin still works with Moodle > 3.0.
You have to test it first !
I need students to be assigned to specific groups, and I have a table in an external database that contains the groups and students names. Can you tell me how this plugin assigns groups, so that I can augment for my use?
I never used external database, so I am not planning to work on enrollment automatically from external database for now, sorry. You can improve my code in this way
Thanks.