Save Where left off in LMS
I have built a SCORM package to use in an LMS (D2L) where it automatically saves and resumes where user left off. When I publish as a Web package it works fine. SCORM (SCORM 2004, 2nd edition) creates and uploads to LMS fine but does not save/resume where user leaves off when viewing through the LMS. Help?
2 Replies
So the course is not bookmarking is what you mean? Bookmarking from a web view is done by a cookie really, when viewing in an LMS, then the bookmarking is set by the player setting under other of resume on restart (Always resume, prompt to resume, or Never resume)
Yes, more or less. To say it remembers the slide viewed would be another way to state it. You are correct. It's done with cookies and is just handled differently (a tiny bit more manually through the LMS). Thanks for helping with my mental perspective block if nothing else. C