I am doing online examination project, in that my requirement is to set one questions in one page,the maximum time limit for the question is 60 seconds, count down. how to set the time limit in jsp .can any one help me.
|
|
You can set it by using javascript. I hope this help you to understand the solution. |
|||
|
|
|
I don't know much about JSP but you can try this Javascript...
Save this as an HTML page and check if this is what you need... Hope this helps |
|||
|
|
|
This can easily done using javascript. |
||||
|
|
|
While I agree, that the time limit countdown must be done via JavaScript, there also must be a server-side time check, because JavaScript can be easily disabled. Create a time mark when student gets the question and compare it to a time mark when he posts an answer. Hint: You may use |
|||||||
|