Author a list question

A list question can be configured to display either a drop-down list of answer choices or a fill-in-the-blank text box where the student can type in their own response.

In both cases the student response is compared to a list of correct answers that you've defined.

You can define multiple correct and multiple partially correct responses, as well as provide incorrect options as distractors for the drop-down list.

To author a list question

To author a List question from the Question Editor:

  1. Enter the question statement in the Question Text pane of the Question Editor.

  2. Click Möbius component to select the type of student response for this part of the question.

  3. Click List from the list of student response components.

  4. Assign a weight to the response. The default weighting is 1.

  5. If you plan on providing your students with a text entry field, select the level of accuracy required for grading the student's response using the Matching Type drop-down list:

    • Exact text match — Strict, case-sensitive, and literal string-matching grading for a student's text entry (selected by default).

    • Ignore case text match — Less stringent grading that ignores case sensitivity and punctuation for a student's text entry.

    • Regular expression match — Customized grading that supports the java regular expression format to detect that certain characters appear in the student's text entry.

  6. Select how the answer options will display from the available Display Type radio button options:

    • Drop-down menu — Presents students with a drop-down list of pre-defined answer options.

    • Text field — Presents students with a blank text field that they enter their own response into (selected by default).

  7. Enter the answer items in the Item column of the Choices table. These items are the response options and should include the correct answers, any partially correct answers that you'll award part grades to, as well as incorrect answers for a drop-down list.

  8. Edit the weight of each individual choice by manually entering a value between 0.0 and 1.0 in the Weight column.

  9. Click Insert to add this student response component to the question.

  10. The component is inserted into your question.

  11. Click Preview to trial your new question to ensure that it behaves as expected.

  12. Click Save to save your new question. Your new question is now stored in the Questions pane of the Content Repository.

Grading details for list questions

List questions are graded automatically by Möbius with the ability to award part grades.

Grading is done by comparing the student response to every item in the Choices table, and the grade for the question is the highest weight of all items that match the student response.

If no match is found, the grade for the question is 0.0.

This clarification is important when writing regular expression list questions; the Choices table should start with a very specific criterion for a full grade and then allow more vague criteria for a lesser grade.