Hi all

(charles... you already got this mail...i guess. this is addressed to the rest
of the ppl on the list... thanks :) )

I have one basic question since I am not sure of what would be the most
efficient thing to do. I want to know what kind of resources I should utilize
for what I am trying to develop. please suggest as it will be very valuble.

Here is what I want to do:

I have an XML document on the server like the one below:

  <?xml version="1.0" ?>
  <quiz>
  <question1>
  which one of the following statements is true?
  <choice1>India won against NewZealand</choice1>
  <choice2>India lost in the finals</choice2>
  <choice3>The game was cancelled</choice3>
  </question1>
  <question2>
  When did the 2nd world war come to an end?
  <choice1>1945</choice1>
  <choice2>still going on</choice2>
  <choice3>none of the above</choice3>
  </question2>
  </quiz>

  This quiz should look like any other online quizes. There should be radio
buttons for the options and there should be client side processing as well to
avoid burden on the server. say if the student gets 1 out of the 2 answers
correct then the score should be like 5/10 and this score needs to be sent to
the server. How can I come up with something like that?

Do I need to use a servlet to send the quiz to the client and how can I come
up with the client side processing? Can I use JSP? There was one other
gentleman that suggested that I better use JSP because it is more efficient. I
know nothing about JSP right now but I can work on it.

(The client side processing thing is a requirement in my project
specification)

Any suggestions in this regard will be greatly appreciated. The essence of the
project needs to be "portable data (XML)... and portable code (Java).

Thank you,

Kalyan

____________________________________________________________________
Get free email and a permanent address at http://www.netaddress.com/?N=1

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to