3-try test: 2 fail retries, 3rd completes

Just some thoughts...Before the quiz begins (the page before), have an OnView variable that sets the variable contents for "QuizView" to "0".On the last quiz question, or wherever the scoring action is, on the score quiz button (or w/e submits the quiz), put an action that modifies a variable called "QuizView"... add to variable "1"This way, every time the quiz is submitted, a 1 is added to the "QuizView" variable. Finally, on your results page, you can send the user different directions based on whether the QuizView variable contains 1, 2, or 3 (and so on).Make sense? Thought this up quickly, so not foolproof... just an idea.

Discussions have been disabled for this post