Closed (fixed)
Project:
Quiz
Version:
6.x-2.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Sep 2006 at 22:21 UTC
Updated:
22 Jun 2014 at 16:17 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
seanbfuller commented/bump
Still an issue after http://drupal.org/node/85983
Comment #2
webchickFor now, let's rm the checkbox, and then change this to a feature instead.
Comment #3
nicholasthompsonNah - its a piece of piss to do.
When you shift the question out of the array when you move to the next one, instead of overwriting the current question by overwriting it, push it into a "previous questions" array.
When you hit back, push the current quesion onto the "Next Question" array and pop the previous question array into the current question.
Its all about use of Stacks :-)
Comment #4
seanbfuller commentedWas there also an issue with backwards navigation and feedback after each question?
Usually you would not want this kind of setup, but I can also see where you might. Imagine a kids site where you want the child to "keep trying" until he/she gets the question right.
If we do implement this, we would need a "try again" or "go back and try again" link, yes?
Comment #5
nicholasthompsonIf it were me - I'd implement it, but if enabled you dont get feedback after each question. Maybe you could have an "I'm done now" type button near the top or something (once you submit the last question, maybe go back to the first?) That way you can go through and check your answers as you would in a real sit-down exam (like degree, etc).
I agree - you certainly dont want backtracking and feedback enabled at the same time!
Comment #6
awong commentedThe backwards navigation checkbox had been already removed in the HEAD version. Is this bug still an issue?
Comment #7
awong commentedI just create a patch that make the backwards navigation working.
I added the backwards navigation checkbox back and make the functionality work. Please review the code. Thanks
Comment #8
westwesterson commentedI keep getting this error when i 'try again' too many times:
An illegal choice has been detected. Please contact the site administrator.
Also, i think that the placement of try again is bad, should be the other way around.
I also changed the wording from 'try again' to 'last question' i'm thinking about changing it to 'back' instead, but try again for me implies the current question, and because of the placement.
I have played around with this a bit, and i think its a step in the right direction, but this issue is far from fixed.
Comment #9
westwesterson commentedfixed code standards issues, otherwise this patch is the same.
Comment #10
awong commentedChanged the wording of the button to "Back".
fixed the "An illegal choice has been detected. Please contact the site administrator." error.
Please let me know if there have anything else is not working right.
Comment #11
westwesterson commentedMuch cleaner interface, works as expected, I'm going to green light this one. Congrats.
Comment #12
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.