Hi all,
I am using the pipworks scorm API wrapper and wish to use the
"cmi.interactions". Unfortunately it does not seem to work.
Can anyone tell me whether the API supports this call. If so, what am
I doing wrong?
Basically in flash I am calling:
scorm.set("
cmi.interactions.0.id","Q_1");
scorm.set("cmi.interactions.0.type","fill_in");
scorm.set("cmi.interactions.0.learner_response","Very Well");
scorm.set("cmi.interactions.0.description", "1) How you doin?");
But on the LMS side, nothing is showing.
Can anyone help?
Thanks, Andy