Forum Discussion
AnneShiell
4 years agoCommunity Member
Way to bypass the starting page?
I'm building a course that is going to act as a table of contents. The course only has one lesson, and the lesson includes a button stack that links to other courses. I would like users to be able t...
KarlMuller
Community Member
Hi,
It's not possible to bypass the starting page.
AnneShiell
4 years agoCommunity Member
Darn. Thanks for letting me know.
- JoshOlsen-132a02 years agoCommunity Member
Hi Writing Center 👋
Disclaimer: I'm in the process of testing the following workaround, so I can't be confident this will work until I have completed my testing.
- Get the lesson ID of the lesson you want to start with. You can get this from the editor.
- Publish your Rise course to SCORM 1.2.
- Download the ZIP file and unzip it.
- Open scormdriver/indexAPI.html in a code/text editor (not MS Word).
- At about line 41, there's some JavaScript that looks like this
strContentLocation = "../scormcontent/index.html#preview"; - Change the #preview part to #/lessons/ and your lesson ID.
- Save the scormdriver/indexAPI.html file and re-ZIP your course.
- Upload to your LMS and test.
I’ll post an update as soon as I’ve completed more testing for a current project.