Picture of Todd Routson
Help with SCORM deployment
by Todd Routson - Tuesday, 8 July 2014, 1:09 AM
 

Hoping someone can help me out here...

I've created my first course and am attempting to add the SCORM zip file to our LMS. Per the instructions, I zipped all the files contained within the "build" folder. The tool we use to add courses accepted the zip file as a valid SCORM file (we run SCORM 1.2 btw), but when I attempt to launch the course, it seems stuck on the "Loading" screen. The course has rendered just fine in my local dev SCORM environment I've been using to test it.

Any ideas where I might be going wrong here? Any help is greatly appreciated!

Thanks! -Todd

Picture of Gavin Nelson
Re: Help with SCORM deployment
by Gavin Nelson - Tuesday, 8 July 2014, 8:13 AM
 

It may be that the server running your LMS doesn't have the MIME type setup for JSON as noted here https://community.adaptlearning.org/mod/forum/discuss.php?d=255&parent=1309 . In my experience, getting stuck on the loading screen is usually related to some file not arriving, Check your browsers console window for any errors and make sure the MIME types for files that are not arriving are set propperly on the server.

Some instructions for JSON on IIS7 (windows server) http://www.uipress.com/add-json-handler-support-in-iis-7/#.U7un2vldXww

Picture of Todd Routson
Re: Help with SCORM deployment
by Todd Routson - Tuesday, 8 July 2014, 5:37 PM
 

The problem seems to be that adapt.mis.js is calling functions like o.LMSGetValue and s.LMSCommit that aren't provided by our SCORM wrapper. I'm not sure why this would be happening; can you provide any insight?