Forum Discussion
BlendTraining
3 years agoCommunity Member
STORY not resuming to correct slide (exceeding suspend_data element)
I am having an issue with my SCORM file it isn't resuming as expected. I have tried on my LMS and on SCORM Cloud both resulting in the same strange behaviour.
Regardless of how far into the module...
SamHill
3 years agoSuper Hero
Hi BT, debug should be fine, but does it show you the full suspend data string that the module attempted to save, or just the truncated version? Using the browser console would allow you to see the full suspend_data string before it is truncated (pretty sure Storyline just chops it off at 4096).
The following image shows how I have placed a break on the function SCORM_SetDataChunk in the scormdriver.js file. This will allow me to see the full suspend_data string before storyline does anything with it.