Copy link to clipboard
Copied
How can I see simulation assessment results in a non-LMS published file?
I created demo, training, and assessment. I don't know how to get assessment results at the end of the assessment.
The scores will be stored in the system quizzing variables like cpQuizInfoPointsscored. You can insert a score slide, or create a custom score slide by inserting those variables. That is a way of presenting the score to the user. To get them 'out' of the course, you'll need some JavaScript to transfer the values of those variables.
Copy link to clipboard
Copied
The scores will be stored in the system quizzing variables like cpQuizInfoPointsscored. You can insert a score slide, or create a custom score slide by inserting those variables. That is a way of presenting the score to the user. To get them 'out' of the course, you'll need some JavaScript to transfer the values of those variables.
Copy link to clipboard
Copied
Thank you. I cannot see how to insert a score slide. I am fairly new to Captivate and not familiar with using a simulation as an assessment.
Copy link to clipboard
Copied
In Quiz, Quiz Preferences, Settings check the option 'Show Score at the end of the Quiz'.
Or you can insert the variables in a text container, using the X button in the Character part of the properties of that container (shape or text caption). You can download the table with all system variables from a link in this blog post:
System variables in Captivate 8/9 - Captivate blog
Before you do that, check the scores of all scored objects in the panel Advanced Interaction (F9).
Copy link to clipboard
Copied
Thank you, Lilybiri!!