Click to See Complete Forum and Search --> : quiz with score calculator


duckie
01-19-2006, 07:43 PM
I need to build a quiz with radio button options. I can only use html and some javascript to build it. I can build the quiz, the problem is each answer option for each question has a value (3, -8, 1, 4, etc.), which should be calculated at the end for a final score. Is there any way I can get it to calculate without having to build something on the serverside? Any help/thoughts are appreciated. :confused:

ray326
01-19-2006, 10:58 PM
As long as the whole thing fits on one page it's pretty easy to tally up the score with Javascript.