Setting SCORM course progress

前端 未结 1 886
慢半拍i
慢半拍i 2021-01-15 23:12

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条回答
  • 2021-01-15 23:16

    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

    https://adlnet.gov/projects/scorm-1-2/

    SCORM_1_2_pdf.zip SCORM_1.2_RunTimeEnv.pdf

    SCORM 2004

    https://adlnet.gov/projects/scorm-2004-4th-edition/

    SCORM_2004_4ED_v1_1_Doc_Suite.zip SCORM_2004_4ED_v1_1_RTE_20090814.pdf 4.2.4.1 Completion Status Evaluation

    thanks,

    0 讨论(0)
提交回复
热议问题