I'm just wondering, is there anyway you can set the course progress in a SCORM file during runtime? Which method should I check?
Progress would be defined based on the learning requirement by the SCO developer. In general, number of objectives (cmi.objectives) met or number of pages visited by the learner.
To store the progress, if SCORM 2004 look for cmi.completion_threshold and cmi.progress_measure. If SCORM 1.2 we can use the generic element cmi.suspend_data.
To display the progress inside the SCO at runtime, script in JS(ECMA) by utilizing the values stored in SCORM elements.
Please refer the RTE docs for more details,
SCORM 1.2
http://www.adlnet.gov/resources/SCORM-1-2-Specification?type=technical_documentation SCORM_1_2_pdf.zip SCORM_1.2_RunTimeEnv.pdf
SCORM 2004
http://www.adlnet.gov/resources/SCORM-2004-4th-Edition-Specification?type=technical_documentation SCORM_2004_4ED_v1_1_Doc_Suite.zip SCORM_2004_4ED_v1_1_RTE_20090814.pdf 4.2.4.1 Completion Status Evaluation
thanks,
来源:https://stackoverflow.com/questions/17667741/setting-scorm-course-progress