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.txt
1Kb
ReadMeNOW.txt
1Kb
quiz.cgi
3Kb
quiz.htm
6Kb
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 ...