Courses are not saving user's progress.

Jan 24, 2024

Hello!

Recently, we have discovered an issue where courses are not properly saving the user's progress when they leave the course.

Our courses are built on Scorm 1.2, I've tried going through the debugger to identify what is potentially not saving but I'm having a hard time finding any indication. I'm able to see progress being saved in our database (ie the data that contains the "suspend_data" values), but is being overwritten as soon as a new session of the course is launched.

Any help would be appreciated. Thank you.

6 Replies
Jürgen Schoenemeyer

the limit in Scorm for the "suspend data" (-> resume)

  • 4096 byte (Scorm 1.2)
  • 4000 byte (Scorm 2004 2nd)
  • 64000 byte (Scorm 2004 3rd, 4th)

every simple storyline slides needs 50 - 100 byte, more complex >250 byte

=> switch to Scorm 2004 3rd or 4th

=> on moodle you can activate 64000 byte for Scorm 1,2