【发布时间】:2021-11-26 13:41:17
【问题描述】:
我正在尝试使用此处由 SCORM.com / Rustici (https://scorm.com/scorm-explained/technical-scorm/run-time/) 提供的 SCORM API 从 Brightspace LMS 中检索一些值。
我感兴趣的值是学生的姓名、学生所在的部分(在 Brightspace 术语中是学生的班级)和课程名称。从 API 参考 (https://scorm.com/scorm-explained/technical-scorm/run-time/run-time-reference/) 中,我看到可以使用 cmi.core.student_name 提取学生的姓名。
问题:如何使用 SCORM API 提取学生的部分和课程名称?
【问题讨论】: