Note: You are currently viewing documentation for Moodle 2.5. Up-to-date documentation for the latest stable version of Moodle may be available here: Capabilities/enrol/cohort:config.

Capabilities/enrol/cohort:config: Difference between revisions

From MoodleDocs
mNo edit summary
(see also link, formatting)
Line 1: Line 1:
{{Capabilities}}
{{Capabilities}}


*This allows a user to add the [[Cohort sync]] enrolment plugin to a course via ''Settings>Course administration>Users>Enrolment methods'' (provided that it has been enabled by admin in ''Settings>Site administration>Plugins>Enrolments>Manage enrol plugins'')  
*This allows a user to add the [[Cohort sync]] enrolment plugin to a course via ''Settings > Course administration > Users > Enrolment methods'' (provided that it has been enabled by admin in ''Settings > Site administration > Plugins > Enrolments > Manage enrol plugins'')  
 
*The default roles of [[Manager]] and[[ Teacher]] have this set to allow.  
*The default roles of [[Manager]] and[[ Teacher]] have this set to allow.  


*'''NOTE:'''By default, a teacher cannot add the [[Cohort sync]] plugin to their course. It needs to be configured by an Administrator or a user with the Manager role.  
'''NOTE:''' By default, a teacher cannot add the [[Cohort sync]] plugin to their course. It needs to be configured by an Administrator or a user with the Manager role.  


The required capabilities for setting up a cohort sync are:  
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


moodle/course:enrolconfig in the course context
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  
moodle/cohort:config in the course context  
*moodle/course:enrolreview in course context
 
moodle/cohort:view in the same context as category


The required capabilities for manually enrolling cohort members are:
==See also==


the same as cohort sync (note: this is a bug MDL-28431)
*[[Cohorts]]
enrol/manual:enrol in course context


moodle/course:enrolreview in course context
[[Category:Capabilities|Enrol]]
[[Category:Capabilities]]
[[Category:Enrolment]]
[[Category:Enrolment]]

Revision as of 08:49, 23 January 2012

  • This allows a user to add the Cohort sync enrolment plugin to a course via Settings > Course administration > Users > Enrolment methods (provided that it has been enabled by admin in Settings > Site administration > Plugins > Enrolments > Manage enrol plugins)
  • The default roles of Manager andTeacher have this set to allow.

NOTE: By default, a teacher cannot add the Cohort sync plugin to their course. It needs to be configured by an Administrator or a user with the Manager role.

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 same as cohort sync (note: this is a bug MDL-28431)

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

See also