Some authoring tools include a multiscreen.html file in SCORM packages that requires editing prior to importing the package into iLearn Learning Environment. To edit the file:
multiscreen.html
file.onload
parameter of the <frameset>
tag.onload=""
.src
parameter of the <frame>
tag.src
value with the appropriate .htm
file. For example, if the project name is VRT – Tool Intro, there should be an htm file in the SCORM package called VRT – Tool Intro.htm
. In this example, the src
parameter would be: src="VRT – Tool Intro.htm"
.