create_group
Create a group inside a Moodle course by providing the course ID and group name. Optionally add a description and ID number for further organization.
Instructions
Create a group inside a course. Use assign_to_group to populate it after.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| idnumber | No | Optional stable idnumber. Empty = auto-generated by Moodle. | |
| course_id | Yes | ||
| description | No |