Forum Discussion
JoeLloyd-17dcfe
2 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();...
JoeLloyd-17dcfe
2 years agoCommunity Member
apologies for the constant back and fourth (im new to JS coding & coding in general)
i have tried the following but still not pulling through results
var externalCourseID = classroomName
player.SetVar("CourseName", externalCourseID);
im unsure where to go from here