Forum Discussion
TimNeill
10 years agoCommunity Member
Setting 'Results.ScorePoints' to equal my custom score variable
This subject seems to have been discussed for several years (which suggests a SL improvement is needed ...) but I would appreciate some guidance.
I will have 10 custom quiz questions which can't ...
DaveCox
10 years agoCommunity Member
Storyline sends the score from the default score variables for the results slide that you have set up as the slide to report to the LMS. You can override that value with javascript, but to prevent Storyline from overwriting it, you have to be careful to send it after Storyline. I do this by placing it after the submit results trigger on the results slide.
This statement:
lmsAPI.SCORM_SetScore(My-Score,100,0);
will send the value of the javascript variable My-Score, a max value of 100 and a min value to the LMS.
I hope that this helps.
Related Content
- 10 months ago
- 10 months ago