Bit stuck? No worries, here's an explanation of how it
works. You'll be having fun making Personality Tests in
no time!
Alright, so first you'll probably want to create
Results. Each Result is a possible outcome of the
Quiz. So, let's say you're making a "Which Simpsons
Character are You?" quiz. The outcomes might be Homer,
Marge, Bart, Lisa or Magi. So you create one Result for
each character, giving you 5 results. Each one needs:
-
An ID - This is just a shorthand
way for you to recognise the result later. In this
case you could just use "homer", "marge", and so
on.
-
A Title - This will be the title
when the quiz player sees their result. You could
put "You are... Homer Simpson!", or just "Homer
Simpson".
-
A Description - What does the quiz
taker have in common with Homer Simpson?
Alright nice, now you have your Results, you need some
Questions. A Question should be something to help
determine which Result fits the quiz taker. So in the
Simpsons quiz, you might ask what their favourite food
is, and then add a few possible Answers.
Each Answer will automatically have little Points boxes
next to them. Here you can decide how much each
possible Answer increases the quiz taker's similarity
to each Result! So if one of the answers was say,
donuts, that would definitely give at least one
Point to Homer Simpson!
And that's basically it! Once the quiz taker answers
all your questions, they will be shown whichever Result
they have accumulated the most points for.