Skip to main content
Participating Frequently
April 6, 2017
Question

Resume Data/Bookmarking not working

  • April 6, 2017
  • 1 reply
  • 610 views

I am working in Captivate version 9.

 

For some reason, whenever I leave "Never Send Resume Data" unchecked, the video never seems to re-launch where user left off in my LMS???

 

I also do have "Send Data on Every Slide" Checked?

 *Update*: When the video is re-launched, the slide number goes to the correct spot from where it was left off, but the video starts from the beginning??

Can't figure out what i'm doing wrong?

SOS!

 

-Thanks.

    This topic has been closed for replies.

    1 reply

    TLCMediaDesign
    Inspiring
    April 6, 2017

    Bookmarking just save the actual slide number. If you wanted to store the actual point in the video you would need to set up some JavaScript to capture their progress, write that to a variable at a set interval, and then read that variable back in when the course is resumed and jump to that point in the video.

    Not quite as simple as it sounds for the return trip since you would also need to know which slide CP has bookmarked. The info is stored in two places, one for progress/completion of slide and the other for the last slide visited.

    Participating Frequently
    April 6, 2017

    In other words, there is no solution to this if you don't know how to write JavaScript??

    Participating Frequently
    April 6, 2017

    I should mention that I have the video spanning across multiple slides.  So I don't understand why the slide number goes to the last slide visited upon re-launch, but the video does not..?