Hi,
I'm running Moodle 1.9.10, and trying to use a SCORM 1.2 package made in Adobe Captivate 5.
The video tutorial works well, including clicking through the quiz at the end.
Moodle records who has done the quiz but does not record the grades; only zero is shown for grade.
I ran the activity log and got only the first two lines below -- the other lines were produced when I clicked on "Call LMSInitialize()" (I have no idea what I'm doing!)
None
SCORM API Activity Log
Mon, 11 Apr 2011 12:17:19 GMT: Moodle SCORM 1.2 API Loaded, Activity: Importing quiz results, SCO: SCO_ID1
Mon, 11 Apr 2011 12:18:00 GMT: LMSInitialize("", "") => 0
Mon, 11 Apr 2011 12:28:31 GMT: LMSInitialize("", "") => 101
Mon, 11 Apr 2011 12:28:31 GMT: LMSGetErrorString("101", "General exception") => 0
Mon, 11 Apr 2011 12:28:35 GMT: LMSGetErrorString("101", "General exception") => 0
=================
The quiz preferences in Captivate are below:

I set the preferences to what I considered the most easily interpreted by Moodle (i.e. minimal data).
One possible cause is that two of the questions in the quiz are open, "survey" questions and are not graded.
Any advice to a SCORM newbie much appreciated.
D