Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 1.9.4, 2.2.1
-
Fix Version/s: STABLE backlog
-
Component/s: Quiz
-
Labels:
-
Affected Branches:MOODLE_19_STABLE, MOODLE_22_STABLE
Description
When reviewing preview a responses is shown regardless of quiz review options, while feedback shown only if it allowed in preview options.
This has more serious implications because it is possible to edit questions while reviewing a preview. The page is get reloaded then, and the preview state can change from "right after finished" to another thing, so feedback may vanish from the page in the process.
Issue Links
| This issue has a non-specific relationship to: | ||||
| MDL-18395 | Change review 'Immediately after the attempt' to use session, rather than an arbitrary timeout |
|
|
|
My suggestion is to have flag like SESSION->keepattemptstate during such editing would be not hard to implement to resolve difficults with page reloading on editing. Then overall inconsistence would be easy to resolve in favour of review options.