-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
2.9.2, 3.0, 3.7.1
The following steps result in a coding error while previewing a quiz:
- Create a new quiz with question behavior "Interactive with multiple tries"
- In the question bank, create a question category named "Test"
- Add a new Matching question to category "Test"
- In the quiz, add a Random question pulling from category "Test"
- Preview the quiz, but do not Finish the preview.
- In the question bank, delete the Matching question.
- Preview the quiz again.
Expected:
There will be no fatal error. Acceptable outcomes would be a notice of a missing question or a brand new preview.
Actual:
Moodle will respond with the coding error:
Coding error detected, it must be fixed by a programmer: This behaviour (interactivecountback) cannot work with this question (qtype_missingtype_question)
|
At this point the instructor is essentially locked-out from previewing the quiz and there is no obvious way to delete the corrupt preview.