完成活动后设置成绩需要哪些 javascript API 调用?现在我有这三个电话:
LMSSetValue("cmi.core.score.min", 0);
LMSSetValue("cmi.core.score.max", 100);
LMSSetValue("cmi.core.score.raw", score);
我还将状态设置为已完成:
LMSSetValue("cmi.core.lesson_status", "completed");
当我以学生身份完成活动时,有时我会看到表明活动已完成的图标(“1 次尝试”),有时则没有。获得的分数永远不会存在。
Desire2Learn 版本为 10.1