All-or-Nothing Multiple Choice
Maintained by
Eoin Campbell, Jean-Michel Védrine
The all-or-nothing multiple choice question is a version of the core multi-answer multiple choice question with modified grading. In an all-or-nothing multiple choice question, a respondent can choose one or more answers. If the chosen answers correspond exactly to the correct choices defined in the question, the respondent gets 100%. If he/she chooses any incorrect choices or does not select all of the correct choices, the grade is 0%.
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
We’re currently using the All-or-Nothing Multiple Choice plugin in Moodle version 4.5, running on PHP 8.1 - specifically, the code available on GitHub (https://github.com/ecampbell/moodle-qtype_multichoiceset/tree/master).
Now we need to upgrade our PHP version. Question: Does anyone have experience with PHP versions 8.2 or 8.3?
I'd like to echo some of the earlier questions (in my context of Moodle 4.5 use):
Is this plugin, perhaps specifically the latest GitHub version on
https://github.com/ecampbell/moodle-qtype_multichoiceset/tree/master,
compatible with the "Question type plugin restore code" API at
https://moodledev.io/docs/5.0/apis/plugintypes/qtype/restore
(since Moodle 4.4.6 - as per https://moodle.atlassian.net/browse/MDL-83541 that landed in March 2025)
?
https://github.com/ecampbell/moodle-qtype_multichoiceset/tree/master
I've tested the plug-in with both versions and it seems to work.
However, now that Moodle 5.0 is moving to Bootstrap 5.0 and newer PHP versions, it would be great if developers could check, that plugin is not using deprecated code/classes.
Do you have any good news about the full Moodle 4.5 support? Is there any way we can motivate the development?
Thanks for your work!
It's great news that you continue to support the plugin. Thank you for your work!
Thank you, that sounds good. Regardless, it would be nice if plugin support didn't end.
We have been using this great question type for many years and have thousands of them.
Now it works fine for Moodle 4.1, but we are approaching the time of the 4.5 update and I am quite worried about the status of the All or nothing questions. Do you see any chance of updating the plugin?