academic-moodle-cooperation / moodle-mod_offlinequiz

The Offline Quiz activity allows the creation of multiple choice tests with questions from the question bank of a Moodle course, which are handed out to students in printed form. After completion, the answer forms are scanned and can be automatically evaluated online directly in Moodle.
https://academic-moodle-cooperation.org/mod_offlinequiz/
GNU General Public License v3.0
30 stars 58 forks source link

broken Moodle 4.1.5 upgrade path #255

Closed phager-at closed 6 months ago

phager-at commented 6 months ago

Es scheint, als sei Upgrade-Code von der 4.2-Entwicklungslinie in den 4.1 Branch gerutscht. Ein Upgrade auf Moodle 4.1.5 schlägt fehl, da dort in der upgrade.php die Versionsnummer bereits auf den Stand von 4.3.2 erhöht wird.

Siehe: https://github.com/academic-moodle-cooperation/moodle-mod_offlinequiz/blob/v4.1.5/db/upgrade.php#L1605

univietw commented 6 months ago

Hi @phager-at Danke für den Bugreport. Da habe ich wohl nicht nochmal genau hingeschaut beim cherry-picken. Ich habe das jetzt anders gelöst und die darüber liegenden Upgrade-Pfade behoben, um den Nutzern das upgraden zu vereinfachen. Die Version wird noch diese Woche kommen. Danke und LG