ndunand / moodle-mod_choicegroup

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

Fix get_choicegroup_options return description #131

Closed puigru closed 4 years ago

puigru commented 4 years ago

The return value description for get_choicegroup_options does not currently match the fields actually returned by the function. This causes an invalid_response_exception to be thrown whenever it's called externally.

ndunand commented 4 years ago

Thanks for your contribution, checked and merged.