Forum Discussion
JoeLloyd-17dcfe
3 years agoCommunity Member
LMS Course Name JavaScript Action
Morning all,
I am hoping someone will be able to support me here, I am trying to have a JavaScript action that will set my "CourseName" the code i am using is as follows;
var player=GetPlayer();...
CraigBunyea-23d
3 years agoCommunity Member
Well it's entirely possible that multiple APIs are running in your environment, so the method you're using to invoke GetStudentName() in fact might not include any reference to what you'd think is a GetClassName(). When desperate I've gone to the Console's sources tab and explored what look like API scripts and searched for some variable reference I know exists. Storyline includes scormdriver.js when publishing for a SCORM LMS.
Jürgen_Schoene_
3 years agoCommunity Member
the LMS stores Scorm data and Scorm data are ONLY learner data - name, state ...
the "name of the course" does not belong to it