How see which questions have been answered?
I currently have a quiz with ten random questions from a single pool of twenty.
Currently I have a custom offline LMS running on a local server which displays the InteractionID of all ten of the questions that have been answered as well as the answers - it then goes on to display them graphically on one single page, this can then be printed.
Due to reliability issues and necessary access rights with the local server I'd like to build this function into Captivate.
I'd like to create a single page at the end of the quiz that shows the InteractionID (or some similar unique tracer) of the ten questions which have been answered by the candidate. Coupled with whether they were answered correctly or not. This could then be printed out or saved as necessary.
Does anyone know how I would go about doing this? I realise that the randomisation feature certainly complicates things a bit. Currently my script hooks on at the end of the quiz when the 'send results as email' button is pressed. The information must be carried through Captivate somehow, I just need a way to call it up on that final page. Could I go about it using some variety of advanced action or some such?
Many thanks.