Skip to content

Commit

Permalink
Modify a name of the plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriim committed Mar 25, 2024
1 parent 292cdff commit 378121f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<img src="https://github.com/catalyst/moodle-tool_dynamic_cohorts/actions/workflows/ci.yml/badge.svg?branch=3AMOODLE_401_STABLE" >
</a>

# Dynamic cohort rules #
# Dynamic cohorts #

Dynamic cohort rules plugin can dynamically add and remove users from cohorts based on rules, which themselves are composed of conditions.
Dynamic cohorts plugin allows dynamically add and remove users from cohorts based on configured rules, which themselves are composed of conditions.

# Versions and branches

Expand Down Expand Up @@ -75,7 +75,7 @@ Rules can be processed by two mechanisms:
1. At least one manually created cohort (See _Site administration > Users > Cohorts_)

## Creating a rule
1. Navigate to _Site administration > Users > Accounts > Dynamic cohort rules > Manage rules_
1. Navigate to _Site administration > Users > Accounts > Dynamic cohorts > Manage rules_
2. Press the "Add a new rule" button
3. From this form you can specify the cohort users will be added to, and add any conditions available in your system. As metioned above, a user must match **all** conditions to be added to the cohort
4. Press the "Save changes" button
Expand Down
2 changes: 1 addition & 1 deletion lang/en/tool_dynamic_cohorts.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
$string['or'] = 'OR';
$string['pleaseselectcohort'] = 'Please select a cohort';
$string['pleaseselectfield'] = 'Please select a field';
$string['pluginname'] = 'Dynamic cohort rules';
$string['pluginname'] = 'Dynamic cohorts';
$string['privacy:metadata:tool_dynamic_cohorts'] = 'Information about rules created or updated by a user';
$string['privacy:metadata:tool_dynamic_cohorts:name'] = 'Rule name';
$string['privacy:metadata:tool_dynamic_cohorts:usermodified'] = 'The ID of the user who created or updated a rule';
Expand Down

0 comments on commit 378121f

Please sign in to comment.