How to know the number of characters in a scorm package

Sep 03, 2020

Hi.

We are having trouble with a course not returning to the saved state when the student returns to training.

It is a complex course, with hundreds of variables (most true / false).

The error may be due to exceeding the limit of characters allowed in suspend_data, but we would like to confirm this.

Does anyone know how we can parse the number of characters the scorm file has?

Thanks and best regards

13 Replies
Oscar Montero

Hello Andrea.

Thanks for your answer! I know this, and I have republicate under 2004 4th edition, but it is possible that we are exceeding the 64,000 character limit in a 2004 scorm package.

What I don't know is how to know if I am exceeding it or not, because I can't find a place where to see the number of characters that my scorm has.

Oscar Montero

Hi Phil. I have do that and have some feddback from Scorm Cloud.

A technical question... I have a lot of true/false variables that are initially in false. When the learner see content that are in layers, the variable relative to this layer pass to true.

The problem is the follow: when i resume to the course, all variables are like initially: in false. And the learner has to start from begining, because the progress has not been saved.

My principal question is: normally, custom true/false variables save in suspend_data? Or I am trying something that is imposible....

Oscar Montero

Thanks Phil. I am trying some things with no luck.

If you implement a button in the player with the "Exit course" trigger ... should it save the variables as well?
I'm trying this but no luck.

Also, I have create a button to go to another slide in blank before exit the browser, but nothing

Oscar Montero

Hi, Phil.

Thanks for your help.

Finally whe have good news! The scorm save the results after made this changes in the .story file:

  • Set the principal slide configuration to "Resume saved state".
  • Add a new slide with the text "You progress have been saved". And an Exit button and a "Resume to the content button".
  • Add in the player a custom button with the text "Save progress", and a trigger that go to the new slide created.

Hope this thread can help other content authors.

Lot of thanks!