Reporting the Quiz Results to a local server
One of the most requested features in Adobe Captivate was the ability to store the course results on the local servers or database. Adobe Captivate 5 comes with an all new reporting workflow, being highlighted as Alternate Reporting, which enables its users to store and track their course results using their own servers and database.
Alternate Reporting allows the users to integrate their content with their own webservers. Let us see how…in a very few steps…
Step I: Set-up the Web server
For integrating the course with a web server, first the user needs to setup a web server. Here, I will take an example of integrating the Captivate course with WAMP server (PHP-enabled server).
WAMP server is an open source project and a free to use web server. It can be downloaded from www.wampserver.com/en/downloads.php.
Tutorials for installing WAMP server can be found at: http://www.tagbytag.org/tutorials/getting-started/web-design-software/wamp-guide
Step II: Create a Reporting Script
Since some of the users want the results to be stored on their local servers and some want to be stored on some database, Adobe Captivate 5 provides a template script file – InternalServerReporting.php, which is available at the following location – [InstallDirectory]/Adobe Captivate 5/Templates/Publish/. Users can use this script file and modify it accordingly to solve their purpose. Also, there is no restriction on the scripting language used for the reporting script. Users can use any scripting language like PHP or ASP.
Once the script file is ready, you just need to place this file in the root folder of the web server. To check whether the script is correct and accessible or not, please try accessing it using the web browser.
For eg : If the server is on local machine, you can try the following link in your web browser : http://localhost/InternalServerReporting.php.
No error should be displayed in the browser.
Step III: Set the Quiz Reporting Preferences in Adobe Captivate 5
After the server is up and running, and the script file is in place, you need to set the preferences in Adobe Captivate 5, so that the results get reported to the web server.
Adobe Captivate 5 comes with two new reporting options available in the Reporting preferences of Quiz.
For tracking the results using the web server, you need to select and configure Internal Server as the reporting option.
Step IV: Configure the Internal Server
Now, user needs to configure the internal server to his own web server. For this, you should provide the link to the script file in the Server text area of the Alternate Reporting dialog. Also, you should provide the names of the Institute, Department and Course name in the respective fields. All these fields are mandatory and are used to store the course results in a formal structure.
And now, your course is integrated with your web server.
Whenever a student will take this course he will see a Post Results button on the result slide. Once the student uses this button to post the results, the results get posted on your web server.
How can you store the results on a database?
You can anytime modify your script file to connect to a database. Now whenever the results are passed to this script, the code in the script would directly store the results onto the database.
Hence, you can see how easy it is to store the course results on your own web servers/database using Alternate Reporting feature of Adobe Captivate 5.
I’ll give some more highlights on the code in the script in my further blog posts. So keep tuned.



Subscribe to RSS feeds







Pingback: Adobe Captivate Quiz Result Analyzer « The Adobe Captivate Blog
Pingback: How to set up internal web server for reporting | free icons download
Pingback: Re: cp5.5 and quiz reporting…..again » free icons download
Pingback: “Can’t We Just Manage Learning Using Email and a Survey Tool?” « Absorb LMS Blog
Pingback: Posting Quiz Results to an Internal Server in ASP or .NET » free icons download
Pingback: Connect Adobe Captivate 6 to a MySQL database | Jisku.com - Developers Network