how do i make a timer controlled online quiz?

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
aakash.lpin
Forum Newbie
Posts: 4
Joined: Fri Sep 24, 2010 3:24 pm
Location: Vellore, TN, India

how do i make a timer controlled online quiz?

Post 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. :)
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

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

Post by Christopher »

You can use PHP to generate the page, but the timer would probably be done in Javascript.
(#10850)
aakash.lpin
Forum Newbie
Posts: 4
Joined: Fri Sep 24, 2010 3:24 pm
Location: Vellore, TN, India

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

Post 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?
Post Reply