Languages Perl & PHP & Python Perl CGI  

Acronym Quiz

download download  
important code information
author:
Jared Collums
minimum requirements:
Acronym Quiz description

This is a basic example of how to make an online quiz. It has a list of 20 computer related acronyms. You choose which one it stands for from a combo box, and a page is displayed telling you your percent right, letter grade and a tailored message. Try it. (BTW, this is my first successful perl script)


This is a basic example of how to make an online quiz. The way this works is, it gets the input from a webpage form(from combos named 1,2,3, etc.). Then, it
consults a small database of correct answers and compares them to the answers given. For each answer that matches, 5 is added to the variable $score. Then, a webpage is outputted telling you your score. Sound easy? I hope so.

Too make this work, put the file quiz.html, and quiz.cgi onto a perl enabled server. Visit quiz.html, and take the quiz. Press grade me, and it'll tell you good you are at computer terms...simple.


File List:
@PSC_ReadMe_113_6.txt1Kb
ReadMeNOW.txt1Kb
quiz.cgi3Kb
quiz.htm6Kb

Similar code
Guestbook (Popularity: ) : This is a fairly nice guestbook. It includes a descent interface and allows you to configure many of the options ...
Append to text file from form (Popularity: ) : This file will append to a text file from a web form. Might want to tweak this for security and ...
Anonymous Chatterbox (Popularity: ) : It's an anonymous chat system where users from your site can pick and use a username of their choice without ...
Banner Rotator v2 (Popularity: ) : Banner rotator complete with stats (clicks, views, CTR). The major update between this and my other version is the delete ...
User reviews

Write a review:
1 2 3 4 5 6 7 8 9 10
1=poor 10=excellent
Write review*
Your name*
Email*
  (Comments are moderated, and will not appear on this site until the editor has approved them)
 
Rate me
supported os
stats
downloads 153
version
size in Kb 4
popularity   1656/5827733
user rating 7/10
ad


New Code
Popular Code