Note: You are currently viewing documentation for Moodle 3.2. Up-to-date documentation for the latest stable version of Moodle is probably available here: Cohort sync.

Cohort sync: Difference between revisions

From MoodleDocs
(updated)
No edit summary
Line 14: Line 14:


Enrolling cohorts this way means that if members are added or removed from the cohort they are added or removed in the course too - ie, enrolment is synchronised.
Enrolling cohorts this way means that if members are added or removed from the cohort they are added or removed in the course too - ie, enrolment is synchronised.
When synchronising a cohort it is also possible to automatically add all cohort members to the group:
{|
|[[File:24cohortsync.png|thumb|Adding a cohort to a group]]
|}
The required capabilities for setting up a cohort sync are:
* moodle/course:enrolconfig in the course context
* enrol/cohort:config in the course context
* moodle/cohort:view in the course context
Default "Teacher" (editingteacher) role has all these capabilities.


===Adding cohort members===
===Adding cohort members===
Line 22: Line 33:


Enrolling cohorts this way means that members may  be removed individually from the course, ie, there is no cohort synchronisation.
Enrolling cohorts this way means that members may  be removed individually from the course, ie, there is no cohort synchronisation.
==Adding a cohort to a group==
The cohort members can be added to a pre-made group at this stage also if desired. If any  members are added or removed from the cohort, they are automatically added or removed from the group. Note that such members cannot be unenrolled manually from the groups screen and that additionally, there is information about their cohort below their name on the group screen.
{|
|[[File:24cohortsync.png|thumb|Adding a cohort to a group]]
|}
Visiting the ''Administration > Course administration > Users > Enrolled Users'' page will show users enrolled via the ''Cohort-Sync'' plugin.
Note that, by default, a teacher cannot add this plugin to their course. It needs to be configured by an Administrator or a user with the Manager role. Also note, that the user should be a Manager on a site level, not on the category or course level, otherwise the user will not see the option. If you want the user with the Manager role on the category level to see this enrol option, then you must add some cohorts on the category level, not on the site level.
The required capabilities for setting up a cohort sync are:
* moodle/course:enrolconfig in the course context
* moodle/cohort:config in the course context
* moodle/cohort:view in the same context as category


The required capabilities for manually enrolling cohort members are:
The required capabilities for manually enrolling cohort members are:
* the same as cohort sync (note: this is a bug MDL-28431)
* enrol/manual:enrol in course context
* enrol/manual:enrol in course context
* moodle/course:enrolreview in course context
* moodle/course:enrolreview in course context
Default "Teacher" (editingteacher) role has all these capabilities.


==Enrolling a cohort in a category==
==Enrolling a cohort in a category==

Revision as of 06:55, 2 February 2015

Cohorts, or site-wide groups, enable all members of a cohort to be enrolled in a course in one action, either manually or synchronised automatically.

Note: Teachers can add cohorts to courses by default but a manager or admin can hide certain cohorts from teachers by unchecking the 'Visible' box in the Cohort settings or by clicking the 'eye' icon on the Cohorts screen.New feature
in Moodle 3.2!


Enrolling a cohort in a course

In order to actually enrol users from a Cohort into courses the Cohort-Sync Enrollment plugin needs to be added to the enrollment methods for the course. The Administrator will first need to enable the Cohort-Sync enrolment plugin site wide (Administration > Site administration > Plugins > Enrolments)

Adding a whole cohort

Available cohorts may be selected from Course administration>Enrolment methods and then selecting from the dropdown the 'Cohortsync' method

Cohortsync.png

Enrolling cohorts this way means that if members are added or removed from the cohort they are added or removed in the course too - ie, enrolment is synchronised.

When synchronising a cohort it is also possible to automatically add all cohort members to the group:

Adding a cohort to a group

The required capabilities for setting up a cohort sync are:

  • moodle/course:enrolconfig in the course context
  • enrol/cohort:config in the course context
  • moodle/cohort:view in the course context

Default "Teacher" (editingteacher) role has all these capabilities.

Adding cohort members

New feature
in Moodle 3.2!

Cohort members may be enrolled from Course administration>Enrolled users and clicking the 'Enrol users' button, and then 'Browse cohorts'

newcohortenrol.png

Enrolling cohorts this way means that members may be removed individually from the course, ie, there is no cohort synchronisation.

The required capabilities for manually enrolling cohort members are:

  • enrol/manual:enrol in course context
  • moodle/course:enrolreview in course context

Default "Teacher" (editingteacher) role has all these capabilities.

Enrolling a cohort in a category

This is not supported by Moodle at the moment.

See MDL-36951 regarding enrolling system cohorts at category level

See Category enrolments where it is recommended that cohort sync be used in preference to category enrolments.

See also