Course Dashboard - Button to continue where you left off 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
2 comments
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.