Moodle Plugins directory: OU multiple response: Versions: 2.5 for Moodle 4.4+ | Moodle.org
OU multiple response
Question types ::: qtype_oumultiresponse
Maintained by
Tim Hunt,
Mahmoud Kassaei,
Chris Nelson,
Anupama Sarjoshi
Part of set Open University.
The main difference from the standard Moodle multiple choice question type is in the way that grading works. When creating the question, the teacher just indicates which choices are correct. If there are n correct choices, then the student scores 1/n for each correct choice. If they select too many choices, then incorrect choices outweigh correct ones.
OU multiple response 2.5 for Moodle 4.4+
Moodle 4.4, 4.5, 5.0
Released: Tuesday, 29 July 2025, 5:42 PM
Code prechecks
overview
phplint
phpcs721 | 0
js2 | 0
css
phpdoc7 | 0
savepoint
thirdparty
grunt
shifter
mustache
gherkin
HTML | XMLChanges in 2.5
- This version is compatible with Moodle 5.0.
- Added option to use the qtype_multichoice site-wide default setting for Show standard instruction.
- Fixed the misalignment of correct and incorrect icons for Multiresponse sub-questions in Combined questions with horizontal layout.
- Increased the size of the Choice and Feedback text areas in the Answers section to two lines.
- Fixed automated tests.
- Fixed a theme issue where the Choice Tiny Editor disrupted the theme’s column layout on the edit question page.
- Added required attribute for the answer field when used in a Combined question.
Version information
- Version build number
- 2025071500
- Version release name
- 2.5 for Moodle 4.4+
- Maturity
- Stable version
- MD5 Sum
- 4fcef14bdd7c47a54b5c9b6524dafe3b
- Supported software
- Moodle 4.4, Moodle 4.5, Moodle 5.0
- Latest release for Moodle 4.4
- Latest release for Moodle 4.5
- Latest release for Moodle 5.0
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
- VCS tag
- v2.5
Default installation instructions for plugins of the type Question types
- Make sure you have all the required versions.
- Download and unpack the module.
- Place the folder (eg "myquestiontype") in the "question/type" subdirectory.
- Visit http://yoursite.com/admin to finish the installation