<< Back
Message for this thread
Posted by Messages text
Balmer Fred

Avatar
Total post : 15
> Profile
Written on : 29/10/2009 17:43 ( more than one month )
Object : SCORM Course progress Not Tracked Properly
Hello,

We have run into another issue with a SCORM 1.2 course.  When you open the course and progress through a portion of it without taking any exams or tests and then exit the course, the LMS updates with the status with FAILED.  I set the AICC_Lesson_Status to "incomplete" when the course loads.  Once the students takes the exam, that will change to either complete or failed.

Through our testing the LMS always reports failed until the course send back the vaule of "complete".  See the screen shot below.  The exam has not been attempted in either of these launches of the course.

Any help would be most appreciated.

Cheers...



 
Balmer Fred

Avatar
Total post : 15
> Profile
Attachment : file
Object : Re: SCORM Course progress Not Tracked Properly - FIXED
I found the issue with the code and took the liberty of fixing it.  I tested it and it seems to work OK, but would recommend further testing by the Docebo team.  It appears that the handler for "incomplete" was missing from the code.  Simply stated the SCORM-1.2.php files looks at the Mastery score and compares it to the actual score to determine if the student passed, else if the Lesson Status did not equal "passed" then it flagged you as failing.  We edited the code in the attached file to accomodate the "incomplete" status.

Can this fix be included in future releases?

Thanks....
 
<< Back