How can I track if a quiz has been passed?
I am getting pretty confused with the purpose of Captivate 4's system variables related to quizzing.
Here's the situation:
A simple 4 question quiz.
Has the ability to retake inifinite times.
I want the user to be able to take the quiz until they get a passing score.
Branching will occur in other slides, depending on whether or not this quiz has been passed, along the lines of
If (quiz is passed)
go to slide X
Else
go to slide Y
Ideally there would just be a system variable that I could access - pass or fail - but there isn't?
Even variables meant to track score progress do ridiculous things:
cpInfoPercentage
cpQuizInfoPointsscored
cpQuizInfoTotalCorrectAnswers
All of these variables are cumulative, they do not reset when the user retakes the quiz, so if the user fails several times in a row they will end up with percentages of >100, Pointsscored > 40, etc, making them useless as a metric of whether they passed.
Obviously SOMETHING is resetting and tracking scores or pass/fail because the report screen at the end of the quiz is not showing 150% at the end of a retake. How can I access that information?
I am not interfacing with an LMS, everything is happening within Captivate
Thanks
