Forum Discussion
DavidJanus
12 years agoCommunity Member
Does anyone have experience with SAP LMS?
Hello, Everyone!
I am trying to help my client with testing of Storyline assessments on their LMS (SAP LMS).
They developed the SAP LMS Learning Net and did the assessment via their Learning Po...
MatyukovAndrey
5 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
- 9 months ago
- 8 months ago