Thank you for taking the time to help me. I have a fairly simple question I believe. I am just trying to figure out how to set the score % in SCORM 1.2. I am using set("cmi.core.lesson_Status", passed) But I would like to also enter in a score I have tried "CMI.score but that didnt work ....
--I think the element you are looking for is cmi.core.score.raw. This element indicates the learners score during their last attempt at a sco. By using a setValue call like this...LMSSetValue("cmi.core.score.raw", "100") you should be able to set the score appropriately.