moodlepeers / moodle-mod_groupformation

Formation of optimized learning groups - by topic preference or best match of individuals' characteristics and preferences; in one easy to use Moodle acticity
GNU General Public License v3.0
6 stars 5 forks source link

define.php: change criteria-type from boolean to enum #48

Open jkonert opened 7 years ago

jkonert commented 7 years ago

Currently only two types of criteria are supported: homogeneous (true) and heterogeneous (false) in define.php

For future use, GroupAL should be capable of more types of criteria and thus the value needs to be changed to an enum with enum values already compatible to GroupAL (strings). e,g, hom, het, max-x-in-each, min-x-in-each, buckets etc.