Upload groups

This facility allows the batch upload of groups into Moodle.

  • Each line of the file contains one record
  • Each record is a series of data separated by commas
  • The first record of the file is special, and contains a list of fieldnames. This defines the format of the rest of the file.

    Required fieldnames: these fields must be included in the first record, and defined for each user

    groupname

    Default fieldnames: these are optional - if they are not included then the values are taken from the current language and current course

    idnumber, coursename, lang

    Optional fieldnames: all of these are completely optional.

    description, enrolmentkey, picture, hidepicture

  • Commas within the data should be encoded as &#44 - the script will automatically decode these back to commas.
  • For Boolean fields, use 0 for false and 1 for true.
  • Either idnumber or coursename can be used to identify the course. Idnumber overrides coursename. If neither is specified, the groups will be added to the current course.
  • Coursename is the course shortname.
  • Note: If a group is already registered in the Moodle database for a particular course, this script will return the group name for that group. Teachers are only allowed to upload groups in courses they are authorized to edit.

Here is an example of a valid import file:

groupname,idnumber,lang,description,picture
group1, Phil101, en, this group requires extra attention!, 0
group2, Math243, , ,

�?ndice de todos los archivos de ayuda
Show this help in language: Español - Internacional