How can I Submit client side answers (to a question) to the server using JAVA?
Posted
by mdrafi
on Stack Overflow
See other posts from Stack Overflow
or by mdrafi
Published on 2010-04-02T14:47:35Z
Indexed on
2010/04/02
15:13 UTC
Read the original article
Hit count: 182
How can I Submit client side computer user's answers(to a multiple choice question) to the server using JAVA
- I have a centralized server and about 1000 client systems.
- In these 1000 systems students take multiple choice quiz at at time (in some 2 hrs time).
- Now i've to send all these answers of these questions to the server in an asynchronous threaded queue when the student answer each question (all 1000 students)
- Also client have to wait if the server connection is a failure, in this case students should be able to continue taking quiz/exam. When I get the connection these answers in queue should be submitted to the server system.
How can I solve this problem? Please suggest/help me in this.
© Stack Overflow or respective owner