ndunand / moodle-mod_choicegroup

Moodle "Group Choice" plugin
https://moodle.org/plugins/mod_choicegroup
34 stars 57 forks source link

reset not implemented #217

Open taraghi opened 2 weeks ago

taraghi commented 2 weeks ago

Hi,

Trying to reset a course containing the activity choicegroup fails because the reset is not implemented.

To do so a function called choicegroup_reset_userdata(stdClass $data) needs to be implemented in lib.php which is currently missing.