Forum Discussion
AndrewHanley
4 years agoCommunity Member
Courses not COMPLETING on LMS
Multiple LMS's are not updating the "completion" or "success" status of recent courses published with Storyline 360 (latest build)
The course completion is set via a trigger: When timeline start...
AndrewHanley
3 years agoCommunity Member
Hi David,
What version of SCORM are you targetting? I know that 1.2 probably wont be able to complete in the way you set out above (I think?!) whereas SCORM 2004 4th Ed might.
-- EDIT-- sorry. I just saw you already answered my question - SCORM 1.2!
Yeah, I dont think you can have this within 1.2
The call "cmi.core.lesson_status" will be different for 2004. Instead you will want to use "cmi.completion_status" and "cmi.success_status" to give you the ability to seperate out the complete / passed values as you need.