This software is currently NOT maintained, but you can still download and use it at your own risk.
Quirex is a quiz system suitable for many uses. Whether you are a teacher who wishes to let your students take the quizzes, and have the reports emailed to you, or a web site developer who wants to have a quiz installed on your web site to give some fun to your visitors, Quirex is for you.
This script allows the quiz-taker to select the number of questions he wants to attemp. The script will take the number of questions randomly from the database and display them in random order. After the answers are submitted, a page of results will be displayed showing the quiz-taker’s answer and the correct answer of each question. It also counts the number of questions he has got correct.
In addition, the script can also keep a record of challengers, recording their names, emails, number of questions attemped and their scores, and display the results of the most recent challengers.
the script installed ok but the admin page does not allow me to add/view quizzes ..its keeps asking u for the admin password and shows you the same page…Does not do any actions like add(), view() etc..do i need to cnonfigure anything?
any help appreciated
Thanks,S
It’s likely because I expected register_globals to be turned on in the script, which was written at a time when such a setting was default, but nowadays most server would have the setting turned off for security reasons, and for good security reasons. If you know a bit of PHP it shouldn’t be different to work around this problem, unfortunately I may not find the time to do that, so for now I’m afraid I have to say you have to rely on yourself.