I'm looking for a free PHP script that is able to create a personality test/personality quiz like the ones you can see in Proprofs, MyPersonality.info, or the usual quiz from Quizilla.
Basically, the script should be able to:
- Let the user/participant input their name in the beginning
- Display the result to the user/participant in the end of the quiz
- Let me (the quiz-maker) to create infinite possible results for the quiz (there is no right or wrong, and there is no scoring too, since this is a personality test)
- Let me to create infinite number of questions
- Let me to create a question with only two possible answers, although when the possible results are more than two
- And the most important: track infinite number of users who participated in the quiz, along with their results and their IP Address (to prevent cheating)
- If posible, also track the time when the user take the quiz
I need it to be a PHP script so I can host it on my website. But if there's a decent alternative, it would be okay. Any help would be appreciated! Thank you.