QuickQuiz is a Perl script which can be used either
as a Quiz or Survey Tool.
As a Survey Tool you can run a multiple choice questionnaire and collect all the
data in a tab-delimited ASCII file.
As a Quiz Tool you can return the score, show the average, percentile,
the grade, display the answers, e-mail the results and track the top scorers.
Features:
- use one set of scripts in the cgi-bin to run unlimited number of quiz/questionnaires
and surveys
- designed so that the data is not accessible via the browser
- no limit to the number of questions or authors
- uses javascript to validate the entry of name and e-mail address
- answer page displays
- the score, percent, grade, number of correct and incorrect answers
- average score, percentile and grade summary of all respondents.
- summary table of what questions were answered, answered correctly and incorrectly
- list of the top N scores (N is a configurable parameter) displaying their score, percent and the date.
- WYSIWYG summary of the quiz/questionnaire questions and options along with a display
of the submitted answer together with the correct answer.
- quiz marking scheme
- the QuickQuiz
weighted marking scheme allows
more than one correct option for a given question
- fractional marks permitted
- total score can start at N (set by a configuration parameter) to allow a marking scheme with negative and positive marks
- respondent's results
- saves each respondent's score in a simple text file
- each respondent can receive a summary of their quiz/survey
results by e-mail. This e-mail prepared uses configurable text file template
- results summary script
- QuickQuiz provides an
additional script to view the latest statistics of each quiz/questionnaire.
|