Setting SCORM course progress

☆樱花仙子☆ 提交于 2019-12-19 10:58:09

问题


I'm just wondering, is there anyway you can set the course progress in a SCORM file during runtime? Which method should I check?


回答1:


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!