Page 1 of 1

how do i make a timer controlled online quiz?

Posted: Fri Sep 24, 2010 3:46 pm
by aakash.lpin
basically i want to create a quiz for an online event in college. My objective is that after some particular time, the page should not be further accessible by back button and main thing is timer control..i.e. after some time the page should proceed to next question..and so on..

P.S. I'm new to PHP and any help regarding resources available to learn such a thing would be appreciated. Thanks in advance. :)

Re: how do i make a timer controlled online quiz?

Posted: Fri Sep 24, 2010 7:45 pm
by Christopher
You can use PHP to generate the page, but the timer would probably be done in Javascript.

Re: how do i make a timer controlled online quiz?

Posted: Sat Sep 25, 2010 2:56 am
by aakash.lpin
Christopher wrote:You can use PHP to generate the page, but the timer would probably be done in Javascript.
I think i knew that much.. :cry: Can you give me some hints as to how i should proceed with my problem?