first of all, I'm pretty new to Grails and I'm currently playing around with Web Flows. The background of this is the development of some kind of learning app, in which the users click through a couple of questions and get instant feedback on the result of each answered question. I have allready set up the flow and it is working properly. My problem now is the back button navigation of the browsers:
Let's say, the user has answered a question and sees the result. He now presses the back button. Normally he would see the question again and would be able to send in another answer until the question was answered correctly. That's the point I would like to avoid, or better the "option". In case he presses the back button, I would like to have some kind of flow variable, that would signal the view, that the question has allready been answered, like for instance a boolean value. When the user answeres and proceeds, the boolean would change to true. If he presses the back button, the value still would be true, instead of bein restored as false, which was the case in the previous stat. I hope you guys can follow me...
Is there any way to prevent this in the backend? Do you guys have any expererience? I have searched over the web and I didn't really see any similar problems...
If my question is not sufficient, please feel free to start a conversation here, since this is a pretty tricky problem I think..
thanks in advance and best regards, Stefan