View Full Version : Two Part Question Quiz


mentok
05-22-2003, 05:28 PM
Hiya!I can make the normal "Which One are You?" quizzes pretty well, but I really want to make a quiz with two part questions. For example:

I would choose
a) red
b) blue
c) yellow

x) jeans
y) shorts
z) dress

a+x=1, b+x=2, and so on. You would end up with 9 variations.

Is there a way to do this? My web site only allows html and javascript, so I'm kinda limited to what I can do. Can anybody help? Thanks!

Stormx
05-23-2003, 04:17 PM
what do you want to do with the results, send them to your email, what? If you want them to be displayed live it is almost imposible if you havn't got PHP or MySQL. I could write a script to send to your email if you want, or do you want it in a popup window?

mentok
05-24-2003, 07:33 AM
Thanks. I did want it to display, but it looks like I need a better host if I'm going to do it. I've tried looking at PHP but I having trouble with some of it. Having it go into a pop up window would be okay, but really I planned it as just a variation of a quiz so the input would be processed and then send you to the appropriate html page. Would it be possible to write a quiz where the amount added (via radio or checkbox) could vary from 1 to 3? So that different questions are worth more points?