Forum Discussion
Bjarne
11 years agoCommunity Member
Scorm 1.2 LMS communication and feedback using javascript and lmsAPI
Dear community,
I'm testing LMS (scorm 1.2) integration, using the sample story attached. I'm fetching the students name from the LMS using the few lines of javascript below, as sampled elsewhere...
MichelToyos-b1c
9 years agoCommunity Member
Hi.
I use
var player = GetPlayer();
var lmsComments = player.GetVar("TextEntry");
lmsAPI.WriteComment(lmsComments);
but the variable when I try to read it give me
[object Object]
Do you know Why?
Thanks