Im new to scorm I created a simple fla with two frames. Frame two has this code below to write a score to the lms (blackboard).
I published my fla as scorm 1.2 tracking. I ziped up my files and loaded to lms. It will not write the score. It runs and functions ok but does not write score.
Any help would be appreciated.
fscommand (“LMSSetValue”,“cmi.core.score.min,0”);
fscommand (“LMSSetValue”,“cmi.core.score.max,100”);
fscommand (“LMSSetValue”,“cmi.core.score.raw,85”);
//fscommand(“LMSSetValue”, “cmi.core.lesson_status,completed”);
stop()
My package.
http://www.dev.wisc-online.com/prototypes/scorm/simple2.zip