Captivate 8 Variable -- Number of Slides Viewed
Is there an out-of-the-box variable to accomplish this? Or can one be written without needing to add a variable to count every individual slide? Using advanced actions we'd like to conditionally display a different page at the end of a project depending on whether a user has viewed all (or better yet, a percentage) of the slides in a project. We're allowing free navigation through the project, but require all slides to be viewed for the SCORM settings. The issue is that people who skip around the presentation and miss a slide think they have reached the end, but Captivate correctly tells the LMS that the status is still incomplete. We're looking for a solution to point the user back to the TOC (or an alternate slide) if they have missed one along the way.
Something along the lines of...
If <UnknownVariable> = cpInfoSlideCount
Then
Go to Next Slide (final slide)
Else
Show TOC (or another slide)
Thanks!
