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

Multianswer question type: Difference between revisions

From MoodleDocs
(Move things around)
(→‎Overview of Multiple choice questions: we don't need this, should be link in See also)
Line 12: Line 12:
:''Tip:'' There must be at least one incorrect answer in all multianswer questions (at least, in the 1.9 version of the lesson module) or there will be a slight error when only 1 of the correct answers is selected. The remediation screen will not be displayed, there will be a flash of a blank page with a PHP error, and then the browser will return to the question screen (instead of just showing correct or incorrect remediation).
:''Tip:'' There must be at least one incorrect answer in all multianswer questions (at least, in the 1.9 version of the lesson module) or there will be a slight error when only 1 of the correct answers is selected. The remediation screen will not be displayed, there will be a flash of a blank page with a PHP error, and then the browser will return to the question screen (instead of just showing correct or incorrect remediation).


==Overview of Multiple choice questions==


Multiple choice is the default question type.  They are popular question types where the student is asked to choose one answer from a set of alternatives. Generally, the correct answer takes the student further into the lesson, the wrong answers do not. The wrong answers are sometimes called the distractors and the utility of these questions often rely more on the quality of the distractors than either the questions themselves or their correct answers.
Here is a question presented in the lesson End of Branches 102.  Quiz questions will look the same from the student view.
[[Image:Question Multiple Choice Student example1.GIF]]
Each answer given by the student can optionally have a response given by the teacher. If no response is entered for an answer then the default response "That's the Correct Answer" or "That's the Wrong Answer" is shown to the student.  In Moodle 1.6, after the student answers a lesson question, they are shown the question and the response.
Each answer can send the student to different page in the lesson, similar to a branch table.  Thus a student who selects the the 2nd answer can go to one page, but a student who selects the 4th answer will go to a different page. 


==See also==
==See also==

Revision as of 17:21, 10 January 2009

A Lesson multianswer question asks the student to select ALL the answers that are correct. It is a type of multiple choice question. In earlier versions, this question type was called "multichoice".

Note: In Moodle 1.9 Quiz module, a similar question type can be created by by selecting the Multiple Choice question type then changing the "One or multiple answers?" pulldown menu to "multiple answers allowed".

Multianswer in a Lesson

When in edit mode, the multianswer question in a Lesson looks like a multiple choice question. The goal is for the student to select EVERY correct answer.

  • The correct answers must be the first answers listed in edit mode and the wrong answer follow.
  • All jumps, scores and teacher responses must be the same for right answers. All jumps, scores and teacher responses must be the same for wrong answers must be the same.

This is very different from a multiple choice lesson question and from a quiz module multichoice question. Partial credit is never scored on a Lesson multianswer question. The student either selects just the correct answers to receive the correct score or Lesson scores any other combination of answers as being answered wrong.

Tip: There must be at least one incorrect answer in all multianswer questions (at least, in the 1.9 version of the lesson module) or there will be a slight error when only 1 of the correct answers is selected. The remediation screen will not be displayed, there will be a flash of a blank page with a PHP error, and then the browser will return to the question screen (instead of just showing correct or incorrect remediation).


See also

[Category:Teacher]]