Can I view the answers anywhere? Pretty sure some of them are incorrect.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
So, now that most people have made the quiz I have decided to open-source the website code, so if any of y'all think you're smarter then me (which you most likely are) and can do it better, then go ahead!
http://phquiz.byethost12.com/source.zip
In order to get it setup, import database.sql into an existing database (empty) and edit config.php to your likings.
All Questions are stored in /quests (these are the questions as the user gets to see them.)
All Question Processors are stored in /procs (this checks if the question is right and awards points.)
You can add more questions then 20, just do not call FinishQuiz($con, $result) or FinishQuizNp($con, $result) until the last question. And more then 20 questions will require you to change the progressbar code in question.php and score calculation in config.php.