Complex Quiz Game
Posted: Mon Oct 06, 2008 3:58 am
Planning to make a rather complex quiz that minimizes cheating. It will look like this:
30 questions
10 seconds / question answering time
5 seconds comment after answer
I want to make it with the help of PHP and AJAX. Does anyone has a suggestion for an algorithm to make this work?
My main problems are cheating through JavaScript injections and the accuracy of the time / question.
30 questions
10 seconds / question answering time
5 seconds comment after answer
I want to make it with the help of PHP and AJAX. Does anyone has a suggestion for an algorithm to make this work?
My main problems are cheating through JavaScript injections and the accuracy of the time / question.