Re: online exam including time
- From: ELINTPimp <smsiebe@xxxxxxxxx>
- Date: Tue, 31 Jul 2007 12:48:31 -0000
On Jul 31, 6:05 am, php.a...@xxxxxxxxx wrote:
Hi
I have a great problem. I have successfully completed
ONLINE EXAM project.But Finally client asked "I want to include time
for my site."O.K I tried But every time when i click on next question
time is also refreshed and it comes from starting time.Please help
me.VERY URGENT
Thank u
Sounds like you are doing a request for each question (one question in
a <form>, hit submit, the data goes to some sort of persistent or
superglobal storage, and go on to the next). AJAX might be a good
solution to cut down on the overhead, but that's just a suggestion for
a future version =).
If my assumptions are correct about the way your system works, are you
passing the value of the time remaining in your request and then using
that as a starting point for your time?
This is all based on assumption, of course....we would be able to help
better if you posted some code =)
Steve
.
- References:
- online exam including time
- From: php . ajay
- online exam including time
- Prev by Date: Re: passing $_POST variables to classes
- Next by Date: Re: fopen - append works, write fails (but file is truncated)
- Previous by thread: Re: online exam including time
- Index(es):
Relevant Pages
|