I am publishing Lectora 2009 to SCORM 2004. I launch the course and exit after a few pages. The Success Status says "Failed" and the score says )%, but I haven't taken any tests yet. If I view the detailed report it seems to be correct. Any ideas?
After modifying with the manifest with information from here:
http://support.scorm.com/forums/15736/entries/47553
This is the behavior he saw:
LEAVE COURSE BEFORE TEST
Completetion Status: Incomplete
Success Status: Unknown
Score 0%
GREAT!
FAIL TEST
Completetion Status: Incomplete
Success Status: Unknown
Score 20%
SUCCESS STATUS SHOULD BE FAILED
PASS TEST
Completetion Status: Incomplete
Success Status: passed
Score 80%
COMPLETION STATUS SHOULD BE COMPLETED
Here is the solution:
On the Passed Test page:
CMI_Completion_Status is set to "completed"
On the Failed Test Page:
1 - AICC_Lesson_Status to "Failed"
2 - add additional action that does the following:
On Show - Go to web address - javascript:LMSCommit(); with a delay of 1 second
The 2nd action is in place to insure that the LMSCommit is sent a second after the AICC_Lesson Status variable is modified and not before.