KQMATH / moodle-mod_capquiz

:mushroom: Computer adaptive practice activity module for Moodle
https://moodle.org/plugins/mod_capquiz
GNU General Public License v3.0
4 stars 5 forks source link

Determine required moodle version and specify in capquiz/version.php #61

Closed skrede closed 6 years ago

skrede commented 6 years ago

It now "requires" the latest version. CAPQuiz is most certainly compatible with older versions.

hgeorgsch commented 6 years ago

I have set up a test server on hasc-moodle3.uials.no running moodle v3.1.4. This is the minimum moodle version in JazzQuiz, and we should test all modules on this server, aiming to use the same requirement for all modules. I gave up testing on version 3.0 because it is not compatible with PHP 7; it is not worth it.

hgeorgsch commented 6 years ago

Tests with v3.1.4 failed with complaints about a missing file. Tests with v3.2.0 are consistent with behaviour on v3.5.1; i.e. not working, but hopefully fixes on v3.5.1 will make it work on v3.2 too.

hgeorgsch commented 6 years ago

Set minimum version to v3.2. We assume that this works as well as 3.5 and close the issue. We may increase the requirement later if new bugs are detected.