Forum Discussion
NandiniNK
13 years agoCommunity Member
Help with javascript - Passing score to LMS
HI
I have developed a course having 2 quiz and a result slide. One of the quiz is not developed with the built in storyline quiz template, so I cannot link it up to the result slide. So I have ad...
MayurRaskar-3a1
7 years agoCommunity Member
I want to to show customized score in LMS using java script, but in LMS my Score showing "unknown" result. Please help.
Here is the JavaScript i used for that:
var player = GetPlayer();
var lmsAPI = parent;
var myScore= player.GetVar("LMS");
lmsAPI.SetScore(myScore, 100, 80);
SetStatus(“completed”);
Attached is the LMS screenshot.