SCORM 2004 GetValue() syntax??
I'm trying to retrieve cmi.entry from SCORM 2004v4 to determine which states some items should be in. I've tried
var myEntry = SCORM_CallLMSGetValue( "cmi.entry");
alert(myEntry); //test to see if anything was returned
then assigning the result to a user variable, but nothing seems to come through from the LMS. I can't even get the alert to pop up with the value of myEntry - as if JS doesn't recognize the statement and breaks.
What should the proper syntax be? Does it matter if this call is in an Execute Javascript window on a slide or in the SCORM_index.html file?
Your help would be greatly appreciated!
CP9, publishing to HTML, tested in SCORM cloud and EthosCE LMS
