-
1. Re: Adobe captivate 8.0 quiz reporting
Lilybiri Dec 2, 2014 3:44 AM (in response to continuity captivate)eMail reporting was never really working consistently and it was removed as feature several versions ago. There are free LMS's like Moodle to report. There was reporting to acrobat.com but I think that will be not available anymore in January.
-
2. Re: Adobe captivate 8.0 quiz reporting
continuity captivate Dec 2, 2014 5:34 AM (in response to Lilybiri)Is there anyways to use JavaScript for this ?
I'm using a .NET application and I need to store the results to the database.
I can't use the Internal Server Reporting option as there are many websites.
Please let me know the ways. Thanks in advance.
-
3. Re: Adobe captivate 8.0 quiz reporting
continuity captivate Dec 4, 2014 5:33 AM (in response to continuity captivate)I have found the JavaScript API for this..
It can be done by the following,
var cp = document.Captivate;
var totalPoints = cp.cpEIGetValue('m_VarHandle.cpQuizInfoTotalQuizPoints');
var pointsScored = cp.cpEIGetValue('m_VarHandle.cpQuizInfoPointsscored');
Thanks to the post in http://www.google.co.in/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0CFMQFjAG&url=http%3A %2F%2Fthedesignspace.net%2FMT2…
Ref: http://captivatedev.com/2012/07/01/adobe-captivate-6-the-javascript-api/


