Automatic enrolment in groups icon

Automatic enrolment in groups

Plugin to auto enrol users in Moodle courses groups
Price option: Free

Supports Moodle 3.0-5.1 See all versions
Latest release: 4 weeks ago
Installations: 316
Downloads (last 90 days): 193

Frankenstyle name: tool_groupautoenrol
Administration tools

Comments

Comments are no longer open for new posts. Existing comments remain available to read.

Hi Vikram Solia,
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
Hi Vikram Solia,
Thank you for this contribution.
We are looking into this and will provide an update shortly.
Kind regards,
Vincent Cornelis
Ldesign Media
The latest version causes "Exception - Class "moodleform" not found" on this page:
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');
I want to auto assing to 3 groups, but not sorted,
Just replied to the contact request. From what I understand you can add the successor to the plugin page with all the premissions. In my message I mentioned the names smile If you could arrange that, that would be great. Thank you
Thank you Gemma for answering Thomas' question. Indeed, my plugin can not automatically assigtn users to a group based on their user profile information.
No problem for updating this plugin, I have not time to update it anymore. I sent you a "contact request".
@pascal I have contracted a developer to update this plugin voor Moodle 3.9, we would like to publish this to Moodle.org, on this page. Could you please contact me on the best way to move forward?
@thomas, if you want to use a profile field for group maybe this plugin is what you seek: https://moodle.org/plugins/local_autogroup
I would like new users to be automatically assigned to a group based on their country. Right now, I only see "Department, Institution, City & Preferred language. Would it be difficult to add "Country" to the list of profile fields? I'd be willing to pay a modest sum to have this implemented.
Yes, you can choose only one group.
Note : I have no idea if my plugin still works with Moodle > 3.0.
You have to test it first !
Only random groups? Can I set it to just one? A specific group?
My plugin does not match your need. See my answer here : https://moodle.org/mod/forum/discuss.php?d=259371
Hello - I have the plugin working on moodle 3.0x, and everything is working fine. I just don;t understand how the plugin assigns students to groups.
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?
Hello Anthan Ren,
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 smile
Is there any possible to enrollment automatically from external database?
Thanks.