Closed (fixed)
Project:
Quiz
Version:
6.x-4.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Nov 2009 at 16:29 UTC
Updated:
16 Nov 2009 at 15:07 UTC
Hia, I'll be trying to break quiz 4 alpha 1 a bit this week - great to see it take shape! :)
First bug up: you can not edit questions of the matching type. To reproduce, create one and then edit it. You will see that the alternatives and matches are gone. Further, if you try to set them again to something else, it is not updated. For one question I also lost the alternatives and matches alltogether, and couldn't set new ones.
Also, as I have new software to try out I'll post a video of this bug here, let me know if that's helpful and I might continue with it :)
Comments
Comment #1
vegardjo commented..and I get this when trying to take the same quiz after editing a matching question:
* recoverable fatal error: Argument 1 passed to MatchingQuestion::customShuffle() must be an array, null given, called in /Applications/MAMP/htdocs/quiz4/sites/all/modules/quiz/question_types/matching/matching.classes.inc on line 126 and defined in /Applications/MAMP/htdocs/quiz4/sites/all/modules/quiz/question_types/matching/matching.classes.inc on line 129.
* recoverable fatal error: Argument 1 passed to MatchingQuestion::customShuffle() must be an array, null given, called in /Applications/MAMP/htdocs/quiz4/sites/all/modules/quiz/question_types/matching/matching.classes.inc on line 126 and defined in /Applications/MAMP/htdocs/quiz4/sites/all/modules/quiz/question_types/matching/matching.classes.inc on line 129.
I can't go pass this so it seems quiz is broken after you have tried to edit a matching question..
Comment #2
falcon commentedComment #3
falcon commentedThis was due to typos, or refactoring more precisely. FIXED