PDA

View Full Version : Does any body know SCORM?



Lenchik
April 6th, 2005, 06:20 AM
Does any body knows SCORM?
I made an eLearning in flash. I want it to report status (complete/incomplete) and score, but it doesn't. The function i used:

fscommand("CMIInitialize");
fscommand("MM_cmiSetLessonStatus", "c");
fscommand("CMISetScore", score);
fscommand("CMIFinish");
fscommand("CMIExitAU");

What version of SCORM are they?
Why doesn't it work??
My LMS supports SCORM 1.2. What wre the functions of this version?