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
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.
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?
Bookmarks