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 have updated your code a little bit.
I don't have moodle so I can only test in the SCORM Cloud and it appears to be working.
var lmsAPI = parent;
lmsAPI.SetScore(0, 100, 0);
SetStatus("incomplete");