-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
-
3.3.5, 3.4.2, 3.5
-
MOODLE_33_STABLE, MOODLE_34_STABLE, MOODLE_35_STABLE
The Quiz Tool Question Type Drag and Drop into Text allows only one correct answer per field. A common requirement that cannot be built with this question type is to allow multiple correct responses for one drop zone, such as putting concepts or words into categories. Our lecturers like to do the following:
Concept A | Concept B |
---|---|
[[1,2,3,4,5,6]] [[1,2,3,4,5,6]] [[1,2,3,4,5,6]] [[1,2,3,4,5,6]] [[1,2,3,4,5,6]] [[1,2,3,4,5,6]] [[1,2,3,4,5,6]] |
[[7,8,9,10]] [[7,8,9,10]] [[7,8,9,10]] [[7,8,9,10]] [[7,8,9,10]] [[7,8,9,10]] [[7,8,9,10]] |
The formatting of the text depends on the subject matter.
It is not necessary that the correct responses are in any specific order as long they are in the correct drop zone.
Tim suggests that this is probably best done as a new question type, whereas I think that this is really a minor generalization of the Question Type "Drag and Drop into Text":
- For the UI: allow comma separated lists for drop zone definitions.
- For the scoring: a split in the drop zone definition and test if the dropped item is in the correct items list.