skfriese / simple-scorm-api

A simple SCORM1.2 SCO run-time test environment in one file (NOT MAINTAINED)
68 stars 48 forks source link

Launch File #4

Closed Lushblower closed 5 years ago

Lushblower commented 6 years ago

Unable to change Launch File root location. Instead of /path/to/courses/coursename/index.html, how can I make the /courses the default location so that I can write: Launch File: /coursename/index.html

skfriese commented 6 years ago

It depends. You can change your IMS manifest to point to the proper launch file, or edit the simple-scorm-api HTML page (~line 70) to reflect the file you want to launch:

this.launchFile = "courses/index.html"