Forum Discussion
AbhishekRoy
9 years agoCommunity Member
Storyline - Moodle SetStatus
My 2 questions related to Storyline 2 default quiz (MCQ) are: 1.) Can i restrict Storyline from sending score (cmi.score.raw) for each interaction / quiz on clicking the Submit button to LMS ? It...
RussellKillips-
9 years agoCommunity Member
I looked at the Log files to see that SetStatus isn't actually working.
Here is updated code that does work from looking at the logs.
var lmsAPI = parent;
lmsAPI.SetScore(0, 100, 0);
lmsAPI.ResetStatus();