Note: You are currently viewing documentation for Moodle 3.2. Up-to-date documentation for the latest stable version of Moodle is probably available here: All or nothing multiple choice question type.

All or nothing multiple choice question type: Difference between revisions

From MoodleDocs
(tidy up)
m (added link to spanish translation of document)
 
(One intermediate revision by the same user not shown)
Line 30: Line 30:
==Download==
==Download==
[https://moodle.org/plugins/view.php?plugin=qtype_multichoiceset https://moodle.org/plugins/view.php?plugin=qtype_multichoiceset] from the Moodle plugins database
[https://moodle.org/plugins/view.php?plugin=qtype_multichoiceset https://moodle.org/plugins/view.php?plugin=qtype_multichoiceset] from the Moodle plugins database
[[Category:Contributed code]]
[[Category:Questions]]
[[es:Tipo de pregunta de opción múltiple todo-o-nada]]

Latest revision as of 02:34, 19 April 2014

All or Nothing Question This is a multiple-choice, multiple-response question type that was created by Adriane Boyd and is now maintained by Jean-Michel Vedrine (vedrine@univ-st-etienne.fr).

Description

The all or nothing question is adapted from the existing multichoice question. The main difference from the standard Moodle multiple choice question type is in the way that grading works. The teacher editing interface is slightly modified as when creating the question, the teacher just indicates which choices are correct.

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%. Before using this questiontype, teachers must really think if this grading is what they want.

Download

https://moodle.org/plugins/view.php?plugin=qtype_multichoiceset from the Moodle plugins database