forked from patrickpollet/moodle_local_mass_enroll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
16 lines (11 loc) · 750 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
moodle_local_mass_enroll
========================
A Moodle 2.x tool for all teachers to enrol/unenrol existing users to their courses using CSV files (without bothering their admins)
Main features are :
* users can be specified by username, id number or email
* users can be optionnally enroled to groups/groupings (autocreated if needed)
* email reports can be send
* import can be repeated if some users are to be in several groups
* usage can be restricted by modifying specific capabilities (local/mass_enroll:enrol and local:/mass_enroll:unenrol)
* can be inserted in Course's admin menu or called from a specific Moodle block
See the wiki page https://github.com/patrickpollet/moodle_local_mass_enroll/wiki for installation and usage.