Forum Discussion
CindyHolland
8 years agoCommunity Member
Skip the Into Page > Immediately Start Course
We are working with a large corporation that hosts the rise modules on their internal LMS system.
Here is an example of one of the assets we created.
http://dialectic.solutions/wp-content/uplo...
MelissaHarbo622
Community Member
I found the answer I was looking for... After publishing, you can edit the indexAPI.html file with the starting page of your choice.
- First you'll need the URL of the page you'd like to start on. Unzip the exported course and in the "scormcontent" folder, open "index.html" in your browser.
- Navigate to the page you want and copy the URL after "index.html#". Should look something like: file:///C:/Users/User/Documents/TrainingPackage/scormcontent/index.html#/lessons/-abcdefghijklmnops?_k=xyzmp30
- Go back to the unzipped course files, in the "scormdriver" folder, open "indexAPI.html" with Notepad++
- Search for "StrContentLesson" and find the line: strContentLocation = "../scormcontent/index.html#/preview";
- In the indexAPI.html file, replace "preview" with the URL of the page you'd like to start on:
strContentLocation = "../scormcontent/index.html#/lessons/-abcdefghijklmnops?_k=xyzmp30"; - Save the indexAPI. html file.
- Rezip the files and you're good to go!
NagaSudheerS907
3 years agoCommunity Member