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...
MicheleArrieta
Community Member
This was just what I needed for a course! It's a one page introduction that leads into other modules, so no need for a lessons page since there's only one "lesson".
To edit the TinCan publish you'll want to:
- First you'll need the URL of the page you'd like to start on. Unzip the exported course and 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 and open "tincan.xml" with Notepad++
Search for "index.html" and find the line: <launch lang="en-US">index.html</launch>
In the tincan.xml file, add "#/lessons/-abcdefghijklmnops?_k=xyzmp30/" with the URL of the page you'd like to start on:
<launch lang="en-US">index.html#/lessons/-abcdefghijklmnops?_k=xyzmp30/</launch>
Note: be sure to include the # at the beginning and / at the end. My first attempt did not include those symbols and it failed when testing on SCORM Cloud.
ErinFeser
6 years agoCommunity Member
Has anyone figured out how to manually edit the launch page with an xAPI (Tin Can) export?