Is it possible for Captivate 6 to exchange data with a PHP script via POST/GET while maintaining our ability to package our module into SCORM? Our module needs to exchange data from the user and send to our server farm for some computational-heavy calculations, which are then used in the module to modify the information displayed to the user. This is independent of the SCORM functionality.
I have seen a few examples where people have set the reporting options of their module to "email" (as opposed to SCORM) and then modified the email reporting javascript functions provided by Captivate to send data via GET/POST using XMLHttpRequest. In our case this will not work because I still need to do my reporting via SCORM. However, I also need to access some server side resources on our web server to drive the Captivate presentation.
Any ideas?