Closed (fixed)
Project:
Quiz
Version:
7.x-4.x-dev
Component:
Code - Quiz core
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Jul 2011 at 19:59 UTC
Updated:
22 Jun 2014 at 16:17 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
nirvanajyothi commentedThe message does not go away on selecting any of the text formats i.e., Filtered HTML, Full HTML or Plain text.
Comment #2
sivaji_ganesh_jojodae commentedI know why it is happening, I will fix it tomorrow. Check the "Pass/fail options" and "result comments" in quiz create/edit form page, there you need to choose text format to prevent this error message.
Comment #3
nirvanajyothi commentedok. Works now.
Comment #4
sivaji_ganesh_jojodae commentedI committed some fixes for this and couldn't reproduce it lately.
Comment #6
dinis commentedFresh install of the latest dev version gets this bug again.
Creating the quiz was fine, but trying to edit it brings up this error.
Also each "Display text for the result" has it's text erased and replaced with single letter "C".
Hope this helps,
Dani
Comment #7
dinis commentedComment #8
szantog commentedThe problem is, when a question is updated, the parent quiz node is updated too. When a quiz node is saved, the updated resultoptions values is based on form values, but during question saving quiz node form doesn't exist. The behaviour is same, when a quiz node is saved on the manage questions page.
Because of this, the revision system in quiz complete unusable.
Comment #9
sivaji_ganesh_jojodae commentedThis is fixed.