Re: online exam including time



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

.



Relevant Pages

  • passing one classs function to another object
    ... request back to the server via ajax that identifies the calling object's ID. ... the client and process the data using a special handler function. ... Each object on the server has a variable called "handler" which holds the ...
    (alt.php)
  • Re: ajax & adodb connection ?
    ... I would like to deploy ajax without having to have client side odbc ... Usually ajax sends request to a back-end server and get ...
    (comp.sys.ibm.as400.misc)
  • Re: breaking the model
    ... > The forms data then is in the Request object. ... HTTP Request; in this case, the form POST Request from the Page. ... client and server. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Resolving record with enumerated type
    ... In a CPU BFM package, ... because data goes in two directions (request from the ... from the server to the client), you'll need some way to orchestrate ...
    (comp.lang.vhdl)
  • Re: WSE 3.0 + UserNameToken without X.509 Cert/Kerberos + Signing + Encryption How?
    ... I still think that there is a lot of benefit for Secure Conversation ... message security and thefore it does not encrypt the message. ... between client and server using a UserNameToken that passes the UserName ... assuming the client request adds a proper UserNameToken... ...
    (microsoft.public.dotnet.framework.webservices.enhancements)