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.4 for Moodle 2.5+

Moodle 2.5, 2.6, 2.7
Released: Wednesday, 8 January 2014, 8:43 PM
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 version of this question type is compatible with Moodle 2.5+. There are
other versions available for Moodle 2.1+.

To install using git, type these commands in the root of your Moodle install
For Moodle 2.5 or later
git clone git://github.com/moodleou/moodle-qtype_oumultiresponse.git question/type/oumultiresponse
echo '/question/type/oumultiresponse/' >> .git/info/exclude


Alternatively, download the zip from
https://github.com/moodleou/moodle-qtype_oumultiresponse/zipball/master (Moodle 2.5 or later)
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
2014010800
Version release name
1.4 for Moodle 2.5+
Can be updated from
1.0 (2011051200), 1.1 for Moodle 2.3+ (2012082200), 1.2 for Moodle 2.3+ (2013020700), 1.3 for Moodle 2.5+ (2013070100)
Can be updated to
1.5 for Moodle 2.6+ (2014111200)
Maturity
Stable version
MD5 Sum
c28946299c5a7c0b7eb31e2ef8a92f66
Supported software
Moodle 2.5, Moodle 2.6, Moodle 2.7

Version control information

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

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