PDA

View Full Version : need help ASAP on this online quiz GUI(Java)


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

Spookster
11-09-2006, 04:13 PM
Should we just ban you for blatantly disregarding our rules?

http://www.codingforums.com/rules.htm

1.5) No homework assignments - http://www.codingforums.com/img/new01.gifDo not post your entire homework assignment and request that other members do it for you. This is considered cheating, and your thread may even be used by your school to prove your guilt. Now, you may ask for advice or help on a specific aspect of your assignment that you're having trouble with. Use common sense as far as what's acceptable in terms of soliciting help with homework assignments.

ayoadebayoy2k
11-09-2006, 04:18 PM
blame accepted...didnt read up the rules.thanks for your advice.
i will keep it up!

Gox
11-09-2006, 06:25 PM
While we won't do your assignments for you, we will answers specific questions that pertain to assignments. Such as, "How do I add an action listener to a radio button?", "Why am I getting an array out of bounds exception?", things of this nature.

It also helps when you can produce your code so that we can tell that you've attempted the problem. This also helps us steer you in the right direction. No one will flat out do your assignment.