Forum Discussion
Mark Course Complete at 75%
Hi, Sarah,
As you've discovered, when the user clicks a video to pause it, that doesn't pause the timeline.
You can use a variable to track whether or not the video is paused, along with a conditional trigger that pauses or resumes the timeline based on the value of that variable. That will ensure your "complete course when timeline reaches __" trigger will sync with the video.
This is demonstrated in the attached demo file.
Thank you for your response. Will these triggers work if the user uses the video controls to pause the video or do they have to click on the video itself?
- JudyNollet2 years agoSuper Hero
I just tried that by adding video control to my demo file. Unfortunately, clicking the control strip doesn't count as clicking the video, so you'll have to hide the controls. (You could add a note to let users know they can click the video to pause and resume it.)