cannot get RecordFillInInteraction to sent text to SCORMCloud
I have a text boc on a Captivate screen "Text_Entry_Box_8"
Upon Success Action I call an Advanced Action which executes the following Javascript in parent window.
(function(){
var txtBox= window.cpAPIInterface.getVariableValue("Text_Entry_Box_8");
RecordFillInInteraction('99915', txtBox,1, 'CorrectResponse', 'StrDescription', 100, 10,");
})();
I have tried various combination of the above, but still cannot get it to work. The Rustici support suggest that Captivate is not making the call.
