Forum Discussion
AbhishekRoy
10 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-
10 years agoCommunity Member
I modified the SetScore function in the SCORMFunctions.js file. I created a variable called bSetScore and I set it to false. When set to false, the scores are not sent to the LMS.
In your course, when you want to turn Scoring back on, use this code.
var lmsAPI = parent;
lsmAPI.bSetScore = true;
In the sample story file, I put this code in the slide just before the results slide.
When you export your course, you will need to replace the SCORMFunctions.js file with the one that I modified.
Related Content
- 10 months ago
- 11 months ago
- 9 months ago
- 7 months ago