Skip to main content
Participant
December 15, 2015
Question

Is there a way to get score from other sco to show an overall score page?

  • December 15, 2015
  • 1 reply
  • 308 views

hello

I am really new to Captivate.  I have had to break a quiz up as I was told by Adobe there is a bug with Scorm 1.2 in that only so many quiz slides get bookmarked.  I have broken the quiz down into 2 SCOs and packaged using the Multi SCO Packager within Captivate 8 - the score reports back correctly to the LMS.

The thing I have a problem with is that I would like for the end page of SCO 2 to show the score from both SCOs or as an overall score, showing the user whether they have passed or failed within the course.  I have had a look and it looks like this can't be done unless I manipulate the code behind the scenes in some way - has anyone done this? or know how to go about doing this?

Thanks

This topic has been closed for replies.

1 reply

TLCMediaDesign
Inspiring
January 2, 2016

Technically this is out-of-scope for SCORM.

You could use localStorage to enable the SCO's to know what the total score would be. I would be difficult to use the score from the first sco to use as completion criteria for the second sco though. You could read the first SCO score and show a scoreable button based on the first sco score, but what if the first sco wasn't passed, would they retake that sco?

It's better for each sco to score themselves unless you write all of the scoring and scorm calls yourself.