CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   HTML & CSS (http://www.codingforums.com/forumdisplay.php?f=13)
-   -   questions and answers html (http://www.codingforums.com/showthread.php?t=244933)

leonomurchu 11-28-2011 09:22 PM

questions and answers html
 
Hey i need to create a html document that contains a short quiz where there are 5 questions with 5 blank textfields for the answers and also the ability to check if the answers are correct or not. im new to this stuff as iv just started doing it as one of the modules of my college course and could do with something to use as an example. any help would be greatly appreciated!

Old Pedant 11-28-2011 09:46 PM

You can't do this with HTML alone.

You need to use either server-side coding (e.g., PHP/ASP/JSP) if you want a *real* quiz or JavaScript coding if you don't care that the user can see the answers by simply doing a VIEW-->>SOURCE on your page.

If this is for a very first course in school, then you probably are being asked to use JavaScript.

Determine which approach you are going to use then post in the appropriate forum.

But also read rule 1.5 here: http://www.codingforums.com/rules.htm


All times are GMT +1. The time now is 10:17 AM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.