hi i am building a web based questionnaire using JSP and i am trying to
store some questions with 4 possible choices and a correct answer in a
database so that i can print them out in a browser and anwser them and get
the feedback on the ones answered right and wrong
eg....
-----------------------------------------------------------------
Question 1:
A Method is invoked with
o Method Call
o Local Variable
o Return Statement
o None of the above
------------------------------------------------------------
can anyone help me with the database structure on how to do this....
and some tips on how to check the questions answered to the correct
answer....thanx