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

resulting in more than 99 groups leads to error/die of groupformation #9

Closed jkonert closed 8 years ago

jkonert commented 8 years ago

Due to a problem in tables groupformation_jobs and _stats only 99 groups per run can be created/stored. The field count_groups is set to DeCIMAL(10,8) which allows only 2 digits before the float. This needs to be fixed to be integer only. branch: development