I'm trying to get a score, and progress from SCORM content (2004 Edition).So far I was able to save CMI values to my database using custom written LMS API.
cmi.score.raw--->>0
cmi.score.max--->>15
cmi.score.min--->>0
cmi.score.scaled--->>0
I need to know how to calculate the progress of the student, score and grade from above values. Is there a any specific way or function for calaluclate progress? Or am I missing some value from SCORM?