Copy link to clipboard
Copied
[working with CP9]
Hi - I've searched high and low but I can't find the answer.
I want to display how many points have been scored per quiz question (on another slide other than the quiz question itself).
Is this possible?
It seems it is not a standard system variable but can I do it somehow using the interaction ID for the question and creating my own variable?
Any advice is appreciated.
Thanks,
Aimee
Start with downloading the table from this blog post: System variables in Captivate 8/9 - Captivate blog
There is a quizzing system variable cpQuizInfoLastSlidePointScored. It is a reused variable, which means that you'll have to assign its value to a user variable per quiz slide on each slide. That could be done with either the Success action (since the Last Attempt action means that the question was failed and the score remains 0) or with the On Enter action of the following slide. Step by ste
...Copy link to clipboard
Copied
Start with downloading the table from this blog post: System variables in Captivate 8/9 - Captivate blog
There is a quizzing system variable cpQuizInfoLastSlidePointScored. It is a reused variable, which means that you'll have to assign its value to a user variable per quiz slide on each slide. That could be done with either the Success action (since the Last Attempt action means that the question was failed and the score remains 0) or with the On Enter action of the following slide. Step by step:
Copy link to clipboard
Copied
Thank you! That works like a charm.
Copy link to clipboard
Copied
You're welcome!