Click to See Complete Forum and Search --> : Quiz help


96turnerri
09-10-2003, 08:05 PM
hi could anyone tell me how to make a quiz i want all questions on one page selected by say radio buttons and then you click submit and it tells you what you got right, any ideas will be appreciated

Rich

pyro
09-10-2003, 10:11 PM
You are going to need to use either JavaScript (won't work for 13% of users) or some sort of server side language (PHP, Perl, etc)...

PeOfEo
09-10-2003, 10:59 PM
I reccomend a server side language because there is more room to upgrade. By this I mean you can start emailing the users scores, logging scores, showing average scores. Pretty much being able to use a data base which can add increadable amounts of functionality to a site that you just cant get client side.

96turnerri
09-11-2003, 06:28 AM
any recommended ssl's?

pyro
09-11-2003, 08:55 AM
PHP baby... It's the only way to fly... :D

96turnerri
09-11-2003, 09:46 AM
i see your the moderator for the php forum, i gonna start a thread there about the quiz, thanks mate

pyro
09-11-2003, 09:51 AM
You bet... :)

PeOfEo
09-11-2003, 05:26 PM
NO DON'T... WAIT! USE ASP.NET INSTEAD!!!!! We need more asp.net people around here.

pyro
09-11-2003, 05:32 PM
Lol... shutup, PeOfEo... :p j/k, of course... ;)

PeOfEo
09-11-2003, 05:37 PM
Rotten dirty no good PHP users... Rabble Rabble Rabble

pyro
09-11-2003, 05:39 PM
lol... :D

96turnerri
09-17-2003, 04:09 PM
which would everyone recommend, php or asp.net?

pyro
09-17-2003, 06:25 PM
PHP: Open Source, runs well with Apache, uses a C type syntax (more like javascript).

ASP: Closed Source, runs on M$ servers (send more money to Bill...), uses VB syntax (I know, I know, you can use C#, but does anyone?).

Conclusion? PHP all the way... :)

PeOfEo
09-17-2003, 06:36 PM
ASP.NET can use a variatey of langauges. C# is similar in syntax to java (which is supprisingly very widely used, talk to tiki he uses it. It can use vb which is well vb. J# can also be used etc. ASP.NET is the newest technology and all of its new additions arguably make it the least amount of work to get a power ful application. Take the asp.net web.config you can store a bunch of session settings and specs in this file which saves you miles of xml with asp classic and this gives you more control. Also you can use cookies for your session or not use cookies. The cookieless option automatically parses your query string for users without cookies and this does not require you to do anymore work. I say asp.net also because asp.net is closed source that just adds to the security of the application I would say. Also you need a data base? You probably already have a copy of access on your computer you can just use that!
What do you think of my sales pitch?

96turnerri
09-17-2003, 06:37 PM
hmm bit of contadiction there im gonna start a poll