Is it possible to create a Video Course that doesn’t play the next video until you have completed the video before it. Also a progress bar that shows you how much of the course you have completed
Hi,
it’s possible to create such functionality using Wix, for example, you can do it as following:
-
Create a custom member’s area (needed to track progress).
-
Add videos to your site on the member’s only page and disable them on load.
-
The custom members database should have a counter field (to track how many videos were completed).
-
When your customer watches a video, you should add an event for a certain time (close to the end of the video) which will update the counter in the database.
-
On page load , you should query a database and based on the number in the counter make certain videos enabled.
Hi Aleks Fylymonchuk,
Can you please share code for this? or guide me where I can find a working / sample code for the reference.
Thanks
Hi KK,
Wix doesn’t provide code solutions in the forum. Another user might have code to share, but the best way to get help is to start coding this yourself given the information provided above, and then write a specific question when you get stuck. Good luck!