Proper syntax for Javascript in Captivate 8?
I am trying to use javascript (in CP 😎 to control the user's score that is passed to the LMS. I have tried the following code as an On Enter Action on the last slide of my course:
SCORM2004_CallSetValue("cmi.score.scaled","")
SCORM2004_CallSetValue("cmi.score.scaled","0")
SCORM2004_CallSetValue("cmi.core.lesson_status”,””)
SCORM2004_CallSetValue("cmi.core.lesson_status”,”0”)
I've been testing in Scorm Cloud but so far the code above has not had any affect on the score. Is there something missing from my code?
