How to save member video progress and enable quick resume links on the dashboard? Answered
Hi everyone, thanks so much for all the help!! this community is great!!
I was wondering is there a way to add a button to say continue where you left off? This is for a course website. When they are halfway through a video and need to leave how can they be redirected to the video via there dashboard? Any thoughts let me know.
Thankyou , really appreciate!!!
Comments
3 comments
Totally get this—it's a must-have for any course site.
Script #185 – Course Progress and Milestone Badge can help track where each member left off. You can use it to save progress and continue where you left off on the course module.
Super handy for video-based courses, and it keeps everything inside Memberstack + Webflow. No extra tools needed.
Hi Solomon Adlam
I believe you can do this using member json.
Since this is for a course, you can add an id to each video or cms, and set a timeout where every 5s, it's adding the current timestamp to the member json.
And if they refresh, it will get the member json, and navigate it to the current timestamp of the video.
More info on JSON. https://docs.memberstack.com/hc/en-us/articles/15719004543643-Using-Member-JSON-Data-with-Memberstack-s-DOM-Package
Please sign in to leave a comment.