Copy link to clipboard
Copied
I'm working in Captivate 9. Is there a way for me to tap into weather or not a question slide was answered correctly or incorrectly? These are being pulled in from a question pool. After the quiz, I want to be able to display a list of the questions that were answered (already taken care of) but then have a green checkmark next to the question if it was answered correctly, and a red checkmark if it was answered incorrectly...
Thanks,
Jeff
Copy link to clipboard
Copied
There is a system quizzing variable cpQuizInfoLastSlidePointScored, which is repopulated after each question which could be used, but. the problem is that you cannot use an advanced action on Random Question Slide events. For other questions it would be possible.
Copy link to clipboard
Copied
Hi Lilybiri, I'm able to use an advanced action on the slides within the question pool window. When clicking on a slide within the pool window, it gives me the option of assigning an advanced action. What I'm doing is simply setting a separate variable for each slide to 1 via an advanced action if the slide is called up from the pool so that when the quiz is finished, hitting a button takes the user to a page where only the answered questions are displayed (it displays 10 out of the total 13 in the pool...) I'm wondering if I couldn't make use of the variable you mentioned within these advanced actions?
Copy link to clipboard
Copied
Yes, I know you can have an advanced action in the question pool. Normally I would use that system variable when it has been populated, which is after the submit process is completed (mostly I used the On Enter action on the next slide). You can try, I have no time at this moment to check it out.
Copy link to clipboard
Copied
I will check it out and let you know, thanks for the help!
Jeff