Forum Discussion
Resume Issue — Course Starts at Mid-Slide Where Quiz Trigger Is, Trigger Doesn’t Fire Again
Hi all,
In my Storyline course (SCORM 1.2 on TalentLMS), I have a trigger to jump to a quiz at 45 seconds on a slide. After completing the quiz, the learner returns to the same slide. The player is set to “seekbar drag after completion.”
Problem:
When the learner resumes the course, it starts at 45s, where the jump-to-quiz trigger is located, but the trigger doesn’t fire again and the quiz doesn’t appear. The learner is stuck, and the seekbar remains locked.
I’ve tried using a True/False variable with a “Jump to cue point when timeline starts” trigger, but it doesn’t run on resume if the timeline starts in the middle.
How can I ensure the slide behaves correctly on resume? Ideally, it should skip ahead or complete the slide if the quiz was already done.
Thanks!
2 Replies
- KateMackenzieCommunity Member
Hi, are you able to share your file? or screen shots of your triggers?
- HaseebCommunity Member
I figured out the logic behind this behavior. Typically, when an interaction appears on a different slide and then returns to Slide 1 after completion, the LMS saves the progress based on that jump back point. So, when the user revisits the course, it resumes from the exact time where the "Jump to slide" trigger was originally activated on Slide 1.
The solution:
Insert a short, blank slide (0.1 seconds) just before the course ends. Set the interaction to jump to this blank slide first, and then have it jump back to Slide 1. This way, the LMS records the last activity as the transition from the blank slide, not the earlier trigger. As a result, when the user resumes the course, it will start from the point just before the course ended — essentially resuming from the end of Slide 1, as desired.