ayoadebayoy2k
11-09-2006, 03:58 PM
The purpose of this is to:
build an online quiz/questionaire wherein the user tests his knowledge base by
solving a number of questions.the question will be of multiple choice type such that
there is only one timer to monitor the time taken by the user, which will also
automatically redirect the user to the next question if the time limit for each
question is exceeded.the questions for the quiz along with the answers for the quiz
would be typically stored in a database and would be accessed one at a time by the
application.At the end of the quiz ,the score is to be calculated based on the
performance of the user and is to be displayed.
*The core software to be used for the development will be based on the Java 2
platform and its APIs.
*The approach towards solving the problem must be object oriented.
*Data for the quiz must exist in an external data source and must be retreived using
DBMS suc as SQL server.(i.e JDBC API)
*Multithreading features can be used to implement the timer.
need solution from a kind hearted forumite ASAP
build an online quiz/questionaire wherein the user tests his knowledge base by
solving a number of questions.the question will be of multiple choice type such that
there is only one timer to monitor the time taken by the user, which will also
automatically redirect the user to the next question if the time limit for each
question is exceeded.the questions for the quiz along with the answers for the quiz
would be typically stored in a database and would be accessed one at a time by the
application.At the end of the quiz ,the score is to be calculated based on the
performance of the user and is to be displayed.
*The core software to be used for the development will be based on the Java 2
platform and its APIs.
*The approach towards solving the problem must be object oriented.
*Data for the quiz must exist in an external data source and must be retreived using
DBMS suc as SQL server.(i.e JDBC API)
*Multithreading features can be used to implement the timer.
need solution from a kind hearted forumite ASAP