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

Multianswer question type: Difference between revisions

From MoodleDocs
(Move things around)
 
(3 intermediate revisions by 3 users not shown)
Line 8: Line 8:
*'''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.'''   
*'''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.
'''Example:'''


:''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).
Which of the following are animals?


==Overview of Multiple choice questions==
''Multiple Choice - Multianswer
''
* Answer 1: the cat
** Response 1: yes, the cat and the dog are animals
** Score 1: 1
** Jump 1: Next page
* Answer 2: the dog
** Response 2:
** Score 2: 1
** Jump 2: Next page
* Answer 3: the tulip
** Response 3: Your answer is incomplete or contains wrong choices...
** Score 3: 0
** Jump 3: This page
* Answer 4: the rose
** Response 4:
** Score 4: 0
** Jump 4: This page


Multiple choice is the default question typeThey 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.
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.


Here is a question presented in the lesson End of Branches 102.  Quiz questions will look the same from the student view.
:''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).
[[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==
Line 27: Line 39:
*Quiz [[Multiple Choice question type]] gives instructions for creating this in the Question bank module.
*Quiz [[Multiple Choice question type]] gives instructions for creating this in the Question bank module.


[Category:Teacher]]
[[Category:Teacher]]
[[Category:Lesson]]
[[Category:Lesson]]
[[es:Tipo de pregunta multirespuesta]]

Latest revision as of 06:50, 7 April 2017

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.

Example:

Which of the following are animals?

Multiple Choice - Multianswer

  • Answer 1: the cat
    • Response 1: yes, the cat and the dog are animals
    • Score 1: 1
    • Jump 1: Next page
  • Answer 2: the dog
    • Response 2:
    • Score 2: 1
    • Jump 2: Next page
  • Answer 3: the tulip
    • Response 3: Your answer is incomplete or contains wrong choices...
    • Score 3: 0
    • Jump 3: This page
  • Answer 4: the rose
    • Response 4:
    • Score 4: 0
    • Jump 4: This page

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