Exporting as SCORM on to Moodle

I received the following feedback from someone trying to upload one of my courses on to Moodle that has been exported as SCORM.This course is supplied with most scorm functionality in place but with a number of fairly crucial problems. Point 1The manifest file had the extremely crucial mistake that the sections of the course were defined as asets (images, other files) rather than as SCOs as required by any LMS to know how to load the course. We fixed up the manifest file and were able to import into our lms using a corrected version of the manifest. Our version is the attached file imanifest.xml. The supplied file is also attached as imanifest.zml.bak for comparison. I cannot anticipate how this has come about as I have never seen another example of this kind of error on any other scorm course I have handled. Point 2The scorming is reasonably ok – partials, durations etc all seem to record correctly – however the code for recording course status = complete is flawed and will not ever work in its current form. Basically, for completion to be recorded the word “completed” should be recorded to the cmi.core.lesson_status field in the lms database. The supplied code seems to be trying to pass an array rather than a string to this field and I am fairly certain that this is bound to fail. This error seems to be prompted by the line AICC_Lesson_Status.set('complete'); in the file named a001_final_page.html.

Discussions have been disabled for this post