aommaster Posted December 20, 2003 Share Posted December 20, 2003 Well, as the title suggests, i want to make a quiz. This is how i want to quiz to be: There should be a range of different types of solutions. Like 1 of 4 options, text input, or even, more than one choice. After the form has been submitted, there should be a brief on the questions that are answered. like the following: 1.You answered blah blah. This is correct 2.You answered blah. This is incorrect, the correct answer is blah blah it should work out the final score, like 10 out of 12 etc And it should also wor out the percentage. Thanx for ur help. I know its a little complex, but any help would be good. Thanx again Link to comment Share on other sites More sharing options...
YT2095 Posted December 20, 2003 Share Posted December 20, 2003 what platform/language? what subjects? we`ll all need more info Link to comment Share on other sites More sharing options...
aommaster Posted December 20, 2003 Author Share Posted December 20, 2003 well, in html if possible. Well, I'll tell u honestly, i want it similar to the GCSE bytesize system, u know, in that form. I think the url is http://www.bbc.co.uk/school/gcsebitesize Link to comment Share on other sites More sharing options...
YT2095 Posted December 20, 2003 Share Posted December 20, 2003 Hmmm... ya could always cheat and rip the source code then modify it to suit, but it would be best to get 100% permission 1`st and also add a credit to them at the end Link to comment Share on other sites More sharing options...
aommaster Posted December 20, 2003 Author Share Posted December 20, 2003 I'M BACK!!! lol yeah. I'd rather make an original. Can u please tell me the general coding for a form Link to comment Share on other sites More sharing options...
wolfson Posted December 20, 2003 Share Posted December 20, 2003 Sounds good to me aommaster Link to comment Share on other sites More sharing options...
Sayonara Posted December 22, 2003 Share Posted December 22, 2003 wolfson said in post #6 :Sounds good to me aommaster What does? Aomaster, in order to accept input from a form and do anything with it you will need to write your pages either in a client-side (browser interpreted) scripting language like JavaScript, or a server-side language like PHP, ASP or even Perl (yuk!). The easiest way to do it is with multiple choice questions. Validating even short text responses can be tricky. Link to comment Share on other sites More sharing options...
aommaster Posted December 22, 2003 Author Share Posted December 22, 2003 oh ok. Thanx. I'll look up more on this Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now