Forum Moderators: rogerd

Message Too Old, No Replies

How to create a quiz on my website

Quiz

         

Lennart007

12:13 pm on May 26, 2007 (gmt 0)

10+ Year Member



Hi, I want to create a quiz on my website, that shows a ranking at the end of the quiz, with the results of the scores of everybody.

I am currently working with a html website, so no flash or PHP at this point.

Can somebody tell how to create such a quiz?

Thanks!

phranque

12:34 pm on May 26, 2007 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



welcome to WebmasterWorld, lennart007!

you can do the front end in html using forms and input elements.

you need server scripting capability to get the form to "do" anything with the input data.
it doesn't have to be php.

you need some form of data storage capability on the server to keep and report on scores and rankings.
a database would be preferable for several reasons.

what kind of server configuration do you have access to?

Lennart007

1:25 pm on May 26, 2007 (gmt 0)

10+ Year Member



The server can do anything. Including PHP and databases.

rogerd

1:53 pm on May 26, 2007 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



I'd start by checking resources like hotscripts.com, sourcforge, etc., to see if someone has created a script that does what you need. It could be as simple as downloading and installing, with a bit of customization.

Often, a program that has been around for a few versions will have functionality and features that you may not have thought of yet but which could prove useful.

DanA

2:53 pm on May 26, 2007 (gmt 0)

10+ Year Member



A few programs such as hot potatoes, netquiz, JClick... could help you.

phranque

2:44 am on May 27, 2007 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



The server can do anything. Including PHP and databases.

my bad - i thought you were asking how to do a quiz without php scripting capability.

dragsterboy

12:00 pm on Jun 1, 2007 (gmt 0)

10+ Year Member



try the vanquiz software.