![]() |
|
![]() |
| LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
| Junior Member Join Date: Jul 2007
Posts: 22
Thanks: 0
Thanked 1 Time in 1 Post
Rep Power: 3 | online exam project - auto page timeout after 60 seconds Hello EveryOne, i need some help regarding my project online exam i hav a requirement that for each question student has 60 seconds of time after the time is over the page must automatically go to next page. how to program this in my servlet. Thankz In Advance. |
| | |
| The Following User Says Thank You to JavaLang For This Useful Post: | sonali.jog (19-11-09)
|
| | #2 (permalink) |
| Super Moderator Join Date: Feb 2006
Posts: 2,379
Blog Entries: 4 Thanks: 118
Thanked 319 Times in 238 Posts
Rep Power: 60 | Re: online exam project JavaLang, This is not a server side validation. It should be validated at client side and thus you should use javascript to achieve this. Use the following lines of code to do what you want. Code:
function loadNextPage()
{
window.location.href = 'NextPage.html';
// Any other page you wish to call
// You can also use form.submit() method here.
}
setTimeout("loadNextPage()",60*1000);
Krishna
__________________ Looking for trainees for a start up company Last edited by sk_kireeti; 16-07-07 at 11:20 AM.. |
| | |
| The Following 2 Users Say Thank You to sk_kireeti For This Useful Post: | nandhini_7 (16-07-07),
prac87 (26-07-09)
|
| | #3 (permalink) |
| Junior Member Join Date: Jul 2007
Posts: 22
Thanks: 0
Thanked 1 Time in 1 Post
Rep Power: 3 | Re: online exam project - auto page timeout after 60 seconds Thank U Very Much... |
| | |
| | #4 (permalink) |
| Member Join Date: Nov 2006 Age: 26
Posts: 37
Thanks: 3
Thanked 1 Time in 1 Post
Rep Power: 4 | Re: online exam project - auto page timeout after 60 seconds thanks kireerti, me too facing the problem like this but little bit different, ie. we need to place count down timer in top of the page that coutdown time will be come from database.after completing the database time it should forword to new page.... thanks syed |
| | |
| | #5 (permalink) |
| Junior Member Join Date: Feb 2008 Age: 25
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 2 | Re: online exam project please any one can help me.. i am currently doing online exam project for my mca degree course... including conducting exams,calculating marks, can anyone suggest me a solution of what can be added other than this... something new and relavant to what i am doing...please do suggest me a solution and help me.. i found that you are doing the online exam project.. can u please help me in finding the extra features or modules that can added other than administration,student module,exam,report modules. |
| | |
| | #6 (permalink) |
| Super Moderator Join Date: Feb 2006
Posts: 2,379
Blog Entries: 4 Thanks: 118
Thanked 319 Times in 238 Posts
Rep Power: 60 | Re: online exam project - auto page timeout after 60 seconds In online exams, generally questions will cover all areas of the assessing subject. So along with general score, also give topic wise score/percentage. If no question is asked from a topic, its % should be left blank. This is also a useful feature. If the subject demands, you can give links in a corner pointing to external sites which are related to the exam subject so that people giving exam can refer those sites for information. But if the exams are very simple, then these doesn't make sense. So better have a provision to conduct exams in either way.
__________________ Looking for trainees for a start up company |
| | |
| | #7 (permalink) |
| Unregistered
Posts: n/a
| Re: online exam project - auto page timeout after 60 seconds can you please explain little more clearly about what u mentioned as external subjects..I am doing this project for medical transcription company... |
|
| | #8 (permalink) |
| Super Moderator Join Date: Feb 2006
Posts: 2,379
Blog Entries: 4 Thanks: 118
Thanked 319 Times in 238 Posts
Rep Power: 60 | Re: online exam project - auto page timeout after 60 seconds They are not external subject, but external links. Let me explain it with a theoretical example for you. If the exam/question is to identify or diagnose a problem based on symptoms, then at a corner we can give link to sites which mentions which defect will have what problem. People giving exam can refer those sites before answering. Of course, if candidate don't know anything on subject, he will waste his time in searching that answer and ultimately fails. You can take this as a simulation to the US examination system when you are allowed to take text books to exam hall. Thanks, Krishna
__________________ Looking for trainees for a start up company |
| | |
| | #9 (permalink) |
| Unregistered
Posts: n/a
| Re: online exam project - auto page timeout after 60 seconds Hello can anybody send the whole project of this online exam through megaupload or rapidshare to my email id rahulbhat13@gmail.com.. plzz it will be very gr8 help .. i need it urgently plzzz |
|
![]() |
| Tags |
| auto , exam , online , page , project , seconds , timeout |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Mega Free Download S/W Links A-Z | yathish | OTHERS | 516 | 21-03-09 10:06 AM |
| Some Usefull Sites | source | OTHERS | 31 | 14-10-08 06:56 PM |
| tech links | AjayKumar.Kataram | Latest Tech News & Innovations | 12 | 11-04-07 04:00 PM |
| Project Management : Pillars | sk_kireeti | Testing Tools & QA | 1 | 19-11-06 02:23 AM |
| More Interview Questions Here... |