-

Note: You are currently viewing documentation for Moodle 3.10. Up-to-date documentation for the latest stable version of Moodle may be available here: OU multiple response question type.

OU multiple response question type: Difference between revisions

From MoodleDocs
(Added Infobox plugin)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Questions}}
{{Infobox plugin
|type = question type
|entry = https://moodle.org/plugins/qtype_oumultiresponse
|tracker = https://github.com/moodleou/moodle-qtype_oumultiresponse
|discussion = https://moodle.org/mod/forum/view.php?id=737
|maintainer = [[user:Tim Hunt|Tim Hunt]]
|float = right
}}{{Questions}}
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.
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.


Line 6: Line 13:


==See also==
==See also==
* [http://labspace.open.ac.uk/course/view.php?id=3484 More documentation on this plugin]
* [[OU multiple response question type detailed documentation]] with example.
* More [http://www.open.edu/openlearnworks/course/view.php?id=1581 documentation is available] in the [http://www.open.edu/openlearnworks/mod/oucontent/view.php?id=52747 Open University's reference manual].
* [https://github.com/moodleou/moodle-qtype_oumultiresponse Source control URL]
* [https://github.com/moodleou/moodle-qtype_oumultiresponse Source control URL]



Latest revision as of 18:44, 16 September 2016


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.

Download

From the Moodle Plugins database

See also