Forum Discussion

Matt_Kurtin's avatar
Matt_Kurtin
Community Member
6 months ago

Alternative to Getting Course Title from LMS for Including on Certificate

I hope this helps someone else out...

Ran across need to get course title from Storyline block embedded in Rise to show on certificate so single Storyline block can be used across multiple courses.

The SCORM standard does not provide a way to ask the LMS for the course title. This worked for the LMS I am testing on (may or may not on other LMS systems with different systems for loading and embedding courses).

player.SetVar("course_title", window.parent.parent.document.title);

Where "course_title" is a variable placed on the certificate where the name should show.

No RepliesBe the first to reply