SCORM API activity analysis

SCORM API activity analysis

by David Dunn -
Number of replies: 2

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
Average of ratings: -
In reply to David Dunn

Re: SCORM API activity analysis

by Amy Groshek -
If you've only got those 4 lines, you probably didn't run through the whole scorm activity with debugging on... that's what we want. Don't click any buttons on the scorm api window, just leave it open while you go through the whole scorm activity. *Then* post the entire log here.

Also, you might want to take a look at this:
http://docs.moodle.org/en/SCORM_FAQ#SCORM_and_the_Gradebook
In reply to Amy Groshek

Re: SCORM API activity analysis

by David Dunn -

Hi Amy,

I'll run it again, and follow up the info in the link, then get back to you.

Thanks for your contribution.

-David