Creating your own quiz

First, between your
<head>and</head>
tags, copy and paste the code bellow.

Find in the script above when it says this:

As you can see I wrote anime, pixels, graphics, personal and fansite. Edit them into the answers of the test (quiz) you want. For example, if I want to make the quiz about your personality, I'd write:

To create result pages, first create a new .htm or .html (If you choose .html, then change where it says .htm to .html) whos name is EXACTLY same as the written answers between the head tags. Ex: If you wrote gentle (NOTE that the answers mustn't have capitals!) then you must create gently.htm or gentle.html if you edited where it says .htm to .html. Then in the file gentle.htm or gently.html, write the results. Example: [img here]You are gentle, you care for people. Ect.

WHERE is your test? Now here's the easy part: Paste the code bellow between your body tags. You'll end up with:


Find in the script above when it says this:


Find where it says:

You will see numbers like 1, 2, 3, 4 and 5. Firstly write your questions and answers. For example, between the head tags where it asks you to write in results, you will see numbers (1 2 3 4 5) now as the example I gave for the HEAD tags, the second one is GENTLE. Now on the code above (Between the body tags) for the second answer, write an answer that will give the more chance that the visitor will get the result "Gentle". Example quetsion: You see a kid that is hurt. You:
Answer 1: Hurt it more
Answer 2: Help it
Ect
Now mix up the numbers and answers. Ex:
Answer 1: Help it
Answer 2: Hurt it more
Make sure for answer one in the tag between the body tags, you write in the numbers:

At the beginning. Like that, when you mix up for every question/answer, the visitor couldn't easily guess the results easily. If you write a "gentle" answer for every second answer, the visitor, by seeing the first 3 questions "answer 2 for every question is a gentle one, so every question will have the second answer as gently" by not answering normally.

Now you have your own test/quiz! (Test it first and make sure you have all the result pages ending with something you replaced from .htm in the first tag with the same name you gave for the names you have in the tag between the HEAD tags) Have fun!