vtos / moodle-mod_adaptivequiz

CAT (Computer-Adaptive Testing) implementation for Moodle LMS (https://moodle.org): officially supported plugin.
https://moodle.org/plugins/mod_adaptivequiz
5 stars 9 forks source link

Enable customization of the attempt feedback message for CAT model sub-plugins #22

Closed vtos closed 1 year ago

vtos commented 1 year ago

As agreed in https://github.com/vtos/moodle-mod_adaptivequiz/pull/21, a CAT model sub-plugin should have a way to provide its own attempt feedback message using a callback implementation.

vtos commented 1 year ago

@davidszkiba

Both _catmodelsubplugins* branches have been updated with the new callback, see the updated README for reference on how to use it, and refer to the example sub-plugin as well. Cheers!