View Single Post
Old 07-02-2012, 10:35 PM   PM User | #21
dan-dan
Regular Coder

 
dan-dan's Avatar
 
Join Date: Aug 2009
Location: England
Posts: 483
Thanks: 22
Thanked 79 Times in 78 Posts
dan-dan is on a distinguished road
Well you'd need some kind of user input to give the user the choice to start over. A button seemed most appropriate.

Providing each of your question pages used the session, then you could place that restart submit button on the same page with the next button. All this would do is unset the session variable and thus restart the questions.

You could even have a 'finish page' with that submit button saying something like "You have completed all the questions, click here to start again".
__________________
Logic will get you from A to B. Imagination will take you everywhere.
Albert Einstein

Last edited by dan-dan; 07-02-2012 at 10:38 PM..
dan-dan is offline   Reply With Quote