Display the cmi.location to the learner in the Captivate module
Hi there, I would the user to be able to click on a button and to see the cmi.location in SCORM 2004.
I am trying linking this script to a JS and a button
var myLocation = window.cpAPIInterface.getVariableValue("cmi.location");
var nameOfTEBVariable = myLocation;
I have a text entry box that is called nameOfTEBVariable
What am I doing wrong?
Thanks
B
