|
QuizManager is a web script that allows for the easy creation and
taking of quizzes. Users can selection one of the available quizzes, and
even have their results scored. Quiz developers can easily create new
quizzes and modify existing ones.
Prerequisites
- Installed and operational web server - tested only with IIS on WinXP
- Perl installed and configured to serve CGIs from your web
- <webroot>\cgi-bin folder configured for script execution
Download the Perl Script
QuizManager.zip
Containing:
QuizManager.pl
Configure the Script
Manually install QuizManager.pl into <webroot>\cgi-bin folder. The
QuizManager.pl script requires the setting of a path to the location where the
quizzes are maintained. This is generally not within the web space itself.
Testing and Deployment
Point your browser to [typically] http://localhost/cgi-bin/QuizManager.pl
after which you should see the startup screen.
License Agreement
This program is Webware. You may install it, test it for a reasonable
period of time, and even modify it, but if you elect to keep it in use,
whether in original form or in a modified form, you are then obligated to pay
on a scale based on the value you receive from it. You are not allowed to
redistribute any modified copy.
As with other license agreement, this program is supplied as is, and is not
guaranteed free from defects. You assume all risk for problems you may incur
as a result of the use of this program.
|