-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch to OpenJDK headless JRE: open-lms-open-source/moodle-plugin-ci#83
- Loading branch information
1 parent
2f9f165
commit 205decc
Showing
2 changed files
with
20 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,27 @@ | ||
Moodle Cohort Role Synchronization | ||
================================== | ||
# Cohort role synchronization [![Build Status](https://travis-ci.org/paulholden/moodle-local_cohortrole.svg?branch=master)](https://travis-ci.org/paulholden/moodle-local_cohortrole) | ||
|
||
## Requirements | ||
|
||
Requirements | ||
------------ | ||
- Moodle 3.3 (build 2017051500) or later. | ||
|
||
Installation | ||
------------ | ||
## Installation | ||
|
||
Copy the cohortrole folder into your Moodle /local directory and visit your Admin Notification page to complete the installation. | ||
|
||
Once installed, you should see a new option in the Administration Block: | ||
|
||
> Users -> Accounts -> Cohort role synchronization | ||
Usage | ||
----- | ||
## Usage | ||
|
||
1. Create system-level cohort(s). | ||
2. Create system-level assignable role(s) - optional, you can also use existing roles. | ||
3. Visit Cohort role synchronization page. | ||
4. Create new link between cohort and role. | ||
5. Users will automatically be (un)assigned to the role according to their membership of selected cohort. | ||
|
||
Author | ||
------ | ||
## Author | ||
|
||
Paul Holden ([email protected]) | ||
|
||
- Updates: https://moodle.org/plugins/view.php?plugin=local_cohortrole | ||
|