Storyline

Sending a Storyline Game Score as a Quiz Score Using Custom SCORM

I have received this question a lot "Can I send my game score as the quiz score in Storyline?". Well the answer is "yes", but it does take some custom code.

In this video I walk you through how to send over an Articulate Storyline game score as the final quiz score and have it reported in the LMS as the score of the course. It is pretty easy to do and can be applied to any game you create.

let player = GetPlayer(); let score = player.GetVar("score"); let scorePerc = (score/2700)*100; let lmsAPI = window.parent; lmsAPI.SetScore(scorePerc, 100, 0);

Jeff Batt
20 June, 2022