Copy link to clipboard
Copied
Hi
Im evaluating Adobe Captivate to use within a website.
I wondered if someone could let me know if the following is possible.
Ive looked at the Internal Server Reporting. I assume this posts the results to the web server? embedding the HTML index page within a website will this post to its relative path? Can you stipulate where it send the results data?
If anyone could shed some light on the above I would be most grateful.
Kind Regards
Neil.
Copy link to clipboard
Copied
The internal server reporting uses PHP to dump xml files to the server. The bad part about that is you have to have a directory on your server with write access... not very secure.
I wrote a widget that dumps quiz results into a google spreadsheet. I've also used ASP.NET to capture results in a database. Here's also another approach: Automatically send quiz data from Captivate >> free download
I've approached this a number of ways, but the easiest in my opinion is to use a Cp button to launch a URL with URL parameters (your quiz data). An ASP.NET or PHP file would receive those parameters and store them in a database of your choice.
The other approach is to store quiz data in a JSON object and do a form submit to an ASP.NET page. The ASP.NET page would then parse the JSON object and store the data in a database and/or send an email.
Many ways to accomplish this depending on your requirements. All of this requires custom coding which sounds like you know how to do.
Best,
Jim Leichliter
Copy link to clipboard
Copied
@Jim Leichliter
Hi Jim.
I'm interested in the last two approaches (using just PHP files/pages).
Can you give more details or links i can read...... especially the part about the file/page receiving the data and then storing it.
Donal.