Personality Quiz Maker
5. Results Page
Join the Discussion
More of this Feature
Question/Answer Script Main Quiz Script Stylesheet Add the Quiz Random Quiz Addon
Adding the results pages to the quiz is really quite simple. First off we need as many results pages as there are "personalities" in our quiz so if we have only two answers to each question then we need two results pages and if we have eight answers to each question we need eight results pages.
The results pages can contain whatever you like because the only link that there is between the script and the results pages is the actual filenames that you give to each of the pages.
What you are restricted with for the results pages is that the filenames for the actual pages must all follow a particular naming style. Let's say that you created your quiz specifying myquiz as the prefix for your results pages. With this prefix specified the results page for when the most answers are personality A must be myquizA.htm and similarly the results page for when most answers are personality B must be myquizB.htm and so on for as many of the personalities as you are using.
One final thing you may be wondering about is what the script does if exactly the same number of answers are chosen for two different personalities. Well in that case the final selection of which results page to display is made by randomly choosing between those personalities that tied for first place.

