Mark Course Complete at 75%

Nov 14, 2023

I have a course that only has an inserted mp4. Only the timeline for the in video controls is used.  I would like to add a trigger that marks the course as complete when 75% percent of the video has been viewed.  

I tried a trigger that marks the course complete when the timeline reaches that point but it seems to mark the course complete sooner at times. I assume when the course is paused a total elapsed time keeps running and that's the time that marks the course complete.  Is this correct? Is there a way to have the course mark complete based on viewing 75% of a media element? 

4 Replies
Judy Nollet

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.