I'm trying to use the SCORM API provided by SCORM.com / Rustici here (https://scorm.com/scorm-explained/technical-scorm/run-time/), to retrieve some values from the Brightspace LMS.
The values I'm interested in are the student's name, student's section (in Brightspace lingo it is the student's class), and the course title. From the API reference (https://scorm.com/scorm-explained/technical-scorm/run-time/run-time-reference/), I see that it's possible to extract the student's name using cmi.core.student_name.
Question: how can I extract the student's section and the course title using the SCORM API?