Kuishee
04-03-2003, 01:57 AM
Hello!
Does anybody here know how to create quizzes? The type where you pick a few options and then in the end, you get this little button/banner you get to display on you site saying that you took the quiz and what your result was. Anybody knows the HTML Code for it?
-Thanks
Dude128
04-03-2003, 03:09 AM
http://www.``````````````/quizhowto.shtml
jonathan12
04-03-2003, 04:23 AM
Originally posted by Dude128
http://www.``````````````/quizhowto.shtml
does anyone know how they did that graphic linking to the frame? I really wanna know how to do that
starlet
04-03-2003, 01:01 PM
Thats my site so i can help you out....but i dont use frames and im not sure what you mean at the moment, do you just mean the main image?
manilaboy
04-03-2003, 09:19 PM
Originally posted by starlet
Thats my site so i can help you out....but i dont use frames and im not sure what you mean at the moment, do you just mean the main image?
I think what he meant was that the result pages of the quiz. What you need to do is make individual pages to each of your options, so like if your doing your quizzes on "Which Kind Of Cookies Are You!" you have to make like different html pages for each of your "variable".
If your still confused, go to this site,http://www.violetiris.com/quizes.html
ankari
04-04-2003, 04:27 PM
I've been thinking about making a quiz which had negative-valued options.. As in, instead of (for example) option 3 from question 1 causing "result1++;", having option 3 from question 1 to cause "result1++; result2--;" ....it doesn't seem to work for me, but then, I don't know that much Javascript. Could any of you tell me if I'm just wasting my time trying to get something like that to work? ^-^ Thank you.
Dude128
04-05-2003, 12:32 AM
that should definately work.
can you post a link to the page or the full code?