I’m developing a quiz. At the end of the quiz, on the page on which I present results, I display which questions the user got right and which they got wrong.
I would like to enable the user to click a button next to each of the line items stating the question number and “right” or “wrong,” and have this button display the question as the user answered it.
I know I could do this by recording everything the user inputs. But I’m wondering, is it possible to programmatically have Flash take a screen shot of the question, say, when the user clicks the “continue” button, and assign it to a variable, so that my button can take me to that graphic?
Thanks,
Tim