Forum Discussion

DevoteConsul026's avatar
DevoteConsul026
Community Member
2 years ago

Issues with resume on restart

Hi!

I have some issues with my E-learning made in Storyline, when published to LMS (SCORM 1,2). Many users experiences, that they cannot resume where they left off if they pause midway through the course and want to resume a day or two after. The course just starts over.

I have enabled the promote to resume on restart in the player and also chosen resume saved state for when revisiting, on all individual slides. We are using Compliancewire for LMS. 

What can be the issue here? 

Best 
Amanda 

  • SCORM 1.2 hat a limit of 4096 chars for the resume function - this is to small for many courses made with storyline

    SCORM 2004.4 has a limit of 64000 chars - perhaps this would solve your problem

  • Thanks a lot, Jürgen! That could be the issue :) I will check it.

    Do you know how to see the number of characters for one's  E-learning?

    • Jürgen_Schoene_'s avatar
      Jürgen_Schoene_
      Community Member

      here you can see the "resume" string

      with javascript (or direct in the browser console)

      lmsAPI.GetDataChunk()

      "2t346070ji1001112a0101201112D200v_player.6PDPQvybtJb.6pEV4Bm8AJ01^1^00~2l2~2h262tH2102Gm~2$13400g600101^8_default34403440300034003400g600101^8_default3440344030003000w7w080151^m_default_Hover_Visited3400340034003400340000000"

      (this is on the second ot third page of a course - no project variables -> 225 characters)

  • the length depends on

    • the number of slides
    • the number of project variables (used and possibly unused)
    • if you use slide property "Resume saved state" / "Automatic decide"

    and probably still from

    • the number of changed build-in variables
    • ...

    @articulate: it would be nice if you could provide a documentation for the resume string - then it would be possible to analyze the .story file and determine the expected length of the resume string in advance