Skip to main content
Rahul_Living_for_coding
Participant
December 23, 2011
Question

SCORM Course Score and Progress

  • December 23, 2011
  • 1 reply
  • 526 views

How can we take the score and progress (of the SCORM Course created by Adobe Captivate 5.5) seperately when the user finish the play ?

This topic has been closed for replies.

1 reply

RodWard
Community Expert
Community Expert
December 23, 2011

You can calculate or read course module scoring information from System Variables in Captivate.  Look at the cpQuizInfo set of variables.  For example, cpQuizInfoPointsScored

If you also want the know the percentage of slides viewed, or number of quiz questions answered/unanswered, then sometimes you can also get this from the existing variables, but other times you may need to set up your own User Variables and increment them with Advanced Actions as the user progresses through the modules.

In any case, this type of thing CAN be done in Captivate.  But you need to set it up yourself.