Auto assign cohort (deprecated for local_cohortauto)
Maintained by
Dan Marsden, Catalyst IT
This Authentication plugin automatically assigns users into cohorts based on information in their user profile fields.
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
Does anyone know if it's possible to manually add people to a cohort created with this plugin? I'd like to add previous users that joined before adding the plugin who may not sign in.
if (!isset($SESSION))
$SESSION= new stdClass();
Thanks, Andrew
however, for now, i'm stuk with the following:
I want to give people the option, to use checkboxes as customprofilefield.
1 have to options: option1 and option2.
my main template lines are
%profile_field_option1
%profile_field_option2
even when just 1 checkbox is checked, student comes into 2 cohorts....
what do I miss here? since checkboxes returns 0's and 1's... where should I add the "1" ?