OU multiple response

Question types ::: qtype_oumultiresponse
Maintained by TimTim Hunt, at the OU (Perry building)Mahmoud Kassaei, 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 1.2 for Moodle 2.3+

Moodle 2.3, 2.4
Released: Saturday, 9 February 2013, 1:56 AM
The OU Multi-response question type

This is a multiple-choice, multiple-response question type that was created by
Mahmound Kassaei and Tim Hunt at the Open University (http://www.open.ac.uk/).


This question type is compatible with Moodle 2.1+.

To install using git, type this command in the root of your Moodle install
git clone git://github.com/timhunt/moodle-qtype_oumultiresponse.git question/type/oumultiresponse
Then add question/type/oumultiresponse to your git ignore.

Alternatively, download the zip from
https://github.com/timhunt/moodle-qtype_oumultiresponse/zipball/master
unzip it into the question/type folder, and then rename the new folder to
oumultiresponse.


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, and loses 1/n for each incorrect
choice. So for example, suppose the question is:

Which of these animals are mammals?

A. Dog
B. Frog
C. Toad
D. Cat
E. Cow
F. Newt
G. Lion

Then
ADEG (4 right out of 4) scores 100%.
D (1 right) scores 25%.
ADEGF (4 right, 1 wrong) scores 75%.
ADEBC (3 right, 2 wrong) scores 25%.

In interactive mode, the student is given more credit for choices that are
selected correctly on the first try, even if it takes more tries to get
some of the other choices correct.

Version information

Version build number
2013020700
Version release name
1.2 for Moodle 2.3+
Can be updated from
1.0 (2011051200), 1.1 for Moodle 2.3+ (2012082200)
Can be updated to
1.3 for Moodle 2.5+ (2013070100), 1.4 for Moodle 2.5+ (2014010800), 1.5 for Moodle 2.6+ (2014111200)
Maturity
Stable version
MD5 Sum
d9376166c667d6f1f72cdb5c75c10ebb
Supported software
Moodle 2.3, Moodle 2.4
  • Latest release for Moodle 2.3
  • Latest release for Moodle 2.4

Version control information

Version control system (VCS)
GIT
VCS repository URL
VCS branch
master
VCS tag
v1.2

Default installation instructions for plugins of the type Question types

  1. Make sure you have all the required versions.
  2. Download and unpack the module.
  3. Place the folder (eg "myquestiontype") in the "question/type" subdirectory.
  4. Visit http://yoursite.com/admin to finish the installation