Mass enrolments
Maintained by
Rogier van Dongen
A tool to all teachers to enrol existing users to their courses using CSV files (without bothering the admins)
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
To answer: 1: I presume you mean the user field names that mass_enroll will use to identify a Moodle user. For now; the only allowed values (as can be indicated in the form when enrolling your users): the fields are idnumber, username and email. The main limiting reason is that these would normally be the only "unique" fields (end even the email field is Moodle settings dependent). However, if you'd wish for more indicative fields, you can always file a request in the issue tracker (see the github link).
2: I've never really looked into this (I've taken over this plugin since the original author has passed away), but if you'd select "create groupings" as well in the form where you upload your CSV, the groupings should be automtically inserted (although a grouping with the same name as the group will be inserted; I can imagine this behaviour to be a little too assumptious and would be a good candidate for some more options). Please do note: for this to work you must have your CSV as well as the form settings configured in such a way that groups are made as well.
If this behaviour doesn't perform the way you'd expect (or when you maybe wish for more options), again I'd like to ask you to file an issue in the github issuetracker. When you do so, please keep watch of the issue and try to be as explanatory in your request as possible. Clarity makes life easier for everyone ;)
@everyone else: please report any bugs and/or requests for additional features in the github tracker as this helps me to keep track of everything. I maintain this plugin in my spare time so it really helps me to keep issues/requests where they belong ;)
Cheers!
Thanks
(the downloadable version works with Moodle 3.5.x)
i want consider start time and end time in csv file. please help me.