middlebury / moodle-mod_adaptivequiz

Moodle Adaptive Quiz Module (archived). See https://moodle.org/plugins/mod_adaptivequiz for active forks and releases.
https://moodle.org/plugins/mod_adaptivequiz
34 stars 40 forks source link

Compatibility with Moodle 3.1 #41

Closed polothy closed 6 years ago

polothy commented 8 years ago

Several unit tests fail due to Moodle tag API changes. Need to replace old tag API and update XML data fixtures.

Is a release for 3.1 planned anytime soon?

adamfranco commented 8 years ago

Thanks for the report, @mrmark. We're still running Moodle 2.8 and our development team is currently focused on other projects, so we won't be able to provide a quick turn around ourselves. That said, we'd be happy to quickly review/test/merge one or more pull requests with the needed changes.

semteacher commented 7 years ago

I have submitted a pull-request which may solve part of that problems https://github.com/middlebury/moodle-mod_adaptivequiz/pull/44 Also, I have unit-test fix which reduce number of failures and warnings (but do not solve all). https://github.com/semteacher/moodle-mod_adaptivequiz/tree/apply-mod_quiz_workflov2-unittests If it will be helpful - I can create the pull-request too

adamfranco commented 6 years ago

Thanks, I've merged your PR!