Einschreibung über globale Gruppen

Aus MoodleDocs
Wechseln zu:Navigation, Suche


Baustelle.png Diese Seite ist noch nicht vollständig übersetzt.

Die Einschreibung über globale Gruppen ist eine Einschreibemethode, bei der Nutzer/innen einer globalen Gruppe "mit einem Klick" in einen Kurs eingeschrieben werden können. Dieses Einschreibungs-Plugin muss von der Moodle-Administration systemweit aktiviert sein (siehe Einschreibungs-Plugins verwalten). Eine weitere Voraussetzung ist, dass es im System mindestens eine globale Gruppe gibt.

Kurseinstellungen

  • Gehen Sie als Trainer/in in Ihren Kurs.
  • Klicken Sie im Block Einstellungen > Kurs-Administration > Nutzer/innen > Einschreibemethoden.
  • Wählen Sie im Auswahlmenü Methode hinzufügen die Option Globale Gruppen aus.

GlobaleGruppen.jpg

At this stage the Cohort-Sync instance for the course is edited and the appropriate Cohort selected. The role to which the Cohort users are assigned is also selected at this point (typically Student).

Visiting the Settings > 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.

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

Siehe auch