Save Results and variable to C Drive

andymuir,We have had a client do something similar in the past to what you are asking. CD/Exe published Lectora content has the capability of saving the student's test results or form submission to their local hard drive if they do not have an internet connection at the time. It will place an icon on their desktop that they can click on to submit the results later on when an internet connection is established.As AndyP suggested, you'll need to set the test results property to submit to a CGI script. Your CGI script will need to run from a web server accessible via the internet. Your script can store the data in any form you wish. It could place it within a .txt file on the server, send it out as an email, or store it within a database. For more information about creating a script, please see this related topic: CGI scriptsIn a nutshell, here is what will happen:1. The student takes the course from a computer on the ship with no internet access.2. The test results are saved and stored on the computer's desktop on the ship3. When the ship docks and has internet access, the desktop icon can be clicked and the results will then be submitted via the web to your script.4. The script then processes and stores the data within a centralized area or sends it to an email address.Hope this helps. For more information about this or any other pre-sales questions, please contact your sales representative or email sales@trivantis.com

Discussions have been disabled for this post