Hello,
I need to get some quiz values (i.e, cpQuizInfoPointsscored) trough Javascript for sending them periodically to LMS server, but It seems this values are no longer available on Captivate7 (as far as I can test).
So, if I use the following code on the "on Enter" event of a quiz slide, it doesn't works because cpEIGetValue() is not a member of 'document.Captivate':
var objCP=document.Captivate;
var score=objCP.cpEIGetValue('cpQuizInfoPointsscored ');
Any hints ?
Thank you in advance
Sergio