Profile field based cohort membership
Maintained by
Alexander Bias, Moodle an Hochschulen e.V.
Moodle plugin which lets admins manage cohort memberships based on users' custom profile fields
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
In the screenshot above there appears to now be an option to have the rule to match a specific value within a field, e.g. "Mathematics" or "Computer Science" as shown above.
Does this mean the plugin can now identify specific values inside a field (rather than only identifying whether the field is empty or not) and most importantly, can it identify specific values in a drop down field?
If anyone can tell me if the plugin can now identify values within a drop down field and from which version of the plugin (4.1, 4.2 or 4.3) this option became available I'd be really grateful.
Thanks.
1) ameliorate the look and feel and apply the AND/OR logic
2) give the possibility to select the enrolment date
thank you
Andrea
The plugin is certainly very interesting and for me solves quite a bit of work. Unfortunately, since I have multiple criteria by which I have to place users in different cohorts, the current layout seem to be inefficient and also heavy. Would it be possible to improve the interface for creating rules, for example through the use of radio buttons or check buttons and AND/OR selectors?
Another interesting feature would be the possibility to handle exceptions, or better yet, manually add users to a group, even if it does not match the default automatic criteria.
In any case thank a lot for this plugin.
after line 39 : require_once($CFG->dirroot . '/auth/ldap_syncplus/auth.php');
between $this->errorlogtag = '[AUTH LDAP] ';
and } else {
return false;
}
just add :
} else if (is_enabled_auth('ldap_syncplus')) {
$this->authtype = 'ldap_syncplus';
$this->roleauth = 'auth_ldap';
$this->errorlogtag = '[AUTH LDAP SYNCPLUS] ';
i think it would be interressent to make the change directly in the next release
I would like to know if I can manage more than 500 cohorts with this plugin?