Hi all,
I’m looking to customize the video handling in Open edX. Currently, when a video is added as an HTML link, the total duration is not displayed, and the video is marked as complete as soon as it’s opened. I want to achieve the following:
- Display the total duration of the video.
- Mark the video as complete only after the entire video has been watched.
Could anyone suggest how to implement these customizations?
Thank you!
Hi @AMRUTH_anbu!
Regarding your second question, videos inserted into HTML using iframes do not track completion.
However, if you use video component, you can configure the watch percentage before it’s marked as complete by adjusting the COMPLETION_VIDEO_COMPLETE_PERCENTAGE
setting. The default value is 95%, but you can change it to 100% (e.g., 1.0
) if you want the video to be considered complete only after it has been watched in its entirety.