Working Together Through The COVID-19 Virus Outbreak
This Page Offers Resources to Help Develop a Contingency Plan for Educational Continuity Through This Difficult Time.
This Page Offers Resources to Help Develop a Contingency Plan for Educational Continuity Through This Difficult Time.
When I view my SCORM package in the Content tool, I receive a notification that an error occurred initializing communications with the LMS
Some authoring tools include a multiscreen.html file in SCORM packages that requires editing prior to importing the package into Brightspace Learning Environment. To edit the file:
- Open the SCORM package ZIP folder.
- Locate the
multiscreen.html
file. - Open the file in an editor.
- Locate the
onload
parameter of the<frameset>
tag. - Replace the current value with:
onload=""
. - Locate the
src
parameter of the<frame>
tag. - Update the
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 calledVRT – Tool Intro.htm
. In this example, thesrc
parameter would be:src="VRT – Tool Intro.htm"
. - Save your changes.
- Place the file back in the ZIP folder, overwriting the original.
- Import the SCORM package into Brightspace Learning Environment using the Import/Export/Copy Components tool.