P.S. I'm new to PHP and any help regarding resources available to learn such a thing would be appreciated. Thanks in advance.
how do i make a timer controlled online quiz?
Moderator: General Moderators
-
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?
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.
P.S. I'm new to PHP and any help regarding resources available to learn such a thing would be appreciated. Thanks in advance.
- 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?
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?
I think i knew that much..Christopher wrote:You can use PHP to generate the page, but the timer would probably be done in Javascript.