Note: You are currently viewing documentation for Moodle 2.0. Up-to-date documentation for the latest stable version is available here: Implementation of true negative marks in MC-type questions.

Development:Implementation of true negative marks in MC-type questions: Difference between revisions

From MoodleDocs
No edit summary
 
Line 6: Line 6:


'''Example:''' An instructor might wish to design a quiz consisting of 20 multiple choice questions with four options each (one correct, three incorrect, only one option selectable). An incorrect response on one question should, for example, lead to the subtraction of one full mark (-100%) from the final score so a student making five correct responses, two nonresponses and 13 incorrect responses should obtain a final raw score of 5x1 + 2x0 + 13x-1 = -13 Marks.
'''Example:''' An instructor might wish to design a quiz consisting of 20 multiple choice questions with four options each (one correct, three incorrect, only one option selectable). An incorrect response on one question should, for example, lead to the subtraction of one full mark (-100%) from the final score so a student making five correct responses, two nonresponses and 13 incorrect responses should obtain a final raw score of 5x1 + 2x0 + 13x-1 = -13 Marks.
'''Note:''' True negative marks are conceptually different from penalties applied in '''adaptive mode'''. The latter allows a quiz taker to make multiple attempts on the same quiz, obtain feedback and change his/her answers. Penalties are the "price" quiz takers pay for obtaining additional information and changing their responses. '''Confidence Based Marking (CBM)''' is a didactically much more refined approach to obtaining valid quiz scores encouraging quiz takers to critically reflect their abilities. CBM is not the object of the present proposal.

Revision as of 16:37, 21 October 2007

Purpose of Development

The purpose of this development project is to implement true negative marks for multiple choice-type questions in quiz. Up to now (1.8+), negative marks for incorrect answers are offered in the configuration options of individual multiple choice questions but are not reflected in the calculation of final quiz scores. Instructors wishing to use negative marking in their quizzes cannot do so or must rely on a potentially harmful hack to achieve the desired result.

Example: An instructor might wish to design a quiz consisting of 20 multiple choice questions with four options each (one correct, three incorrect, only one option selectable). An incorrect response on one question should, for example, lead to the subtraction of one full mark (-100%) from the final score so a student making five correct responses, two nonresponses and 13 incorrect responses should obtain a final raw score of 5x1 + 2x0 + 13x-1 = -13 Marks.

Note: True negative marks are conceptually different from penalties applied in adaptive mode. The latter allows a quiz taker to make multiple attempts on the same quiz, obtain feedback and change his/her answers. Penalties are the "price" quiz takers pay for obtaining additional information and changing their responses. Confidence Based Marking (CBM) is a didactically much more refined approach to obtaining valid quiz scores encouraging quiz takers to critically reflect their abilities. CBM is not the object of the present proposal.