Manually Reporting Score in SCORM 2004
Having problems getting the score to report when I export to SCORM 2004. Wondering if there is a different syntax for SCORM 2004 (do I need scaled value)?
I've been using this snippet at the end of a lesson to send a simple score (in SCORM 1.2):
SCORM_objAPI.LMSSetValue('cmi.core.lesson_status', 'passed');
(function(){
objLMS.SetScore(100,100,0);
})();
SCORM_objAPI.LMSCommit('');
SCORM_objAPI.LMSFinish('');
Thanks.
Stan Keathly
