I do want to create a Quiz like on this site
How can I done this using php and jQuery? or is there other way to do this not using flash
I do got a idea from this and my problem is how to implement the timer with this
answer and made by @Fatih
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Apparently I don’t know my router bits; however, making a quiz can be really easy to build (hard-coded) or really hard to build (database-driven). The first is difficult to change later on while the second is quite easy.
It really depends what you want to do, both are quite doable with php and jQuery.
$.post())$.post()it back; ahaxhelp.php checks the database to see if that was marked as the correct answer, and returns the result.edit
After your comment about static data, this simple html page should get you started:
It should be noted, that with this method, your “correct” answer is visible to anyone who cares to do a View Source, but this is a good starting point. It would also not be hard to incorporate a php portion to keep the answer secret by doing answer validation server-side instead of client-side.