Moodle Adaptive Quiz Module (archived). See https://moodle.org/plugins/mod_adaptivequiz for active forks and releases.
34
stars
40
forks
source link
Added fix for upgrade error and added setType for form elements. #23
Closed
ghost closed 10 years ago
I got the following error message when upgrading with the latest code:
The file db/upgrade.php expects the standard return true statement at the end of the upgrade function. That fixes it.
Also I've added a fix for a notice message when developer debugging is enabled in Moodle that setType must be set on a form element.