SCORM 2004 (3rd) versus 1.2 reporting
I have created 2 test files in 2004 (3rd ed) and 1.2, testing for complete/incomplete and then 2 test files in both versions for pass/fail for a new LMS.
Reporting comes back on 1.2 where it is successfully capturing cmi.core.lesson_status (“passed”, “completed”, “failed”, “incomplete”, “browsed”, “not attempted”, RW).
However, this is not the case for 2004 using cmi.completion_status (“completed”, “incomplete”, “not attempted”, “unknown”, RW) and cmi.success_status (“passed”, “failed”, “unknown”, RW). The LMS is returning cmi.core.lesson_status (“passed”, “completed”, “failed”, “incomplete”, “browsed”, “not attempted”, RW) however, according to scorm.com, this is not even a variable in 2004.
Can anyone explain why this is happening and how to prevent this?