Forum Discussion
TristanDF
2 months agoCommunity Member
Sending Points to the LMS using Javascript
I have a quiz that contains 14 free-form questions and one custom built question for a total of 15 points. Variable: customScore stores the custom question result. Variable: quiz.ScorePoints stores...
KikiSaryKusumas
2 months agoCommunity Member
Maybe send the story so we can check...
Let me share what I used...
var player=GetPlayer();
lmsAPI.SetScore(player.GetVar(‘Score’),100,80);
lmsAPI.CommitData();