Forum Discussion
Storyline - Moodle SetStatus
It will work in SCORM Cloud, but not in Moodle because Moodle doesn't fully supports SCORM 2004 specifications.
https://docs.moodle.org/30/en/SCORM_FAQ#Supported_Versions
"3. Set completion status and success status
In SCORM 1.2, completion status and success status were rolled up into a single entity, cmi.core.lesson_status. It had six potential values, including completed, incomplete, passed, failed. In this world, it was impossible for the content to tell the LMS if a failed status meant that the user should be allowed to take the content again or not. Was it failed because they hadn’t finished? Who knew?
SCORM 2004, though, separates the concepts of passing and completing using two distinct data model elements:
cmi.complete_status (completed, incomplete, or unknown)
cmi.success_status (passed, failed, unknown)
This allows the content to be more expressive about whether a failure was final. Each content vendor is welcome to their own interpretation here, but making use of both completion_status and success_status is important in SCORM 2004."
http://scorm.com/blog/2010/11/4-things-every-scorm-test-should-do-when-reporting-interactions/