Forum Discussion
TerryRoundtree
6 years agoCommunity Member
Grade not reporting in CANVAS
CANVAS is not displaying the grade after a learner completes the lesson. An "X" is displayed as a grade instead of a checkmark. Our Storyline file has the following settings:
SCORM 2004 3rd edit...
JeradYates-445b
6 years agoCommunity Member
Curious, would you mind sharing this code, or some more information?
Dave-Ruckley
5 years agoCommunity Member
Jerad - this is the code:
var player = GetPlayer();
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);
lmsAPI.SetScore(player.GetVar("FINAL_TOTAL"), 100, 0);
SCORM_CallLMSSetValue("cmi.core.lesson_status", "complete");
I found it somewhere here in the community but can't find the original thread unfortunately.
Related Content
- 10 months ago
- 10 months ago
- 5 months ago