Forum Discussion
rebeccaevens
12 years agoCommunity Member
Can I stop storyline reporting a score to the LMS?
Hi,
I have several courses developed in Storyline running on our LMS. They are all set to track using a quiz result, but because it seems to slow the assessments down a lot if we track using the ...
MatyukovAndrey
6 years agoCommunity Member
Hello Heroes!)
Look here:
var player = GetPlayer();
var scoreTotal = player.GetVar("TotalRes"); scoreTotal = parseInt(scoreTotal);
function findLMSAPI(win) {if (win.hasOwnProperty("GetStudentID")) return win;else if (win.parent == win) return null;else return findLMSAPI(win.parent);}var lmsAPI = findLMSAPI(this);
SCORM2004_SetScore(scoreTotal, 100, 0);lmsAPI.SetScore(scoreTotal, 100, 0);
SCORM2004_CallSetValue("cmi.completion_status", "completed");SCORM2004_CallSetValue("cmi.success_status", "passed");SetStatus("passed");
Related Content
- 1 year ago
- 1 year ago
- 1 year ago
- 3 years ago
- 1 year ago