Conducting Quiz

Posted by Srikanth on Stack Overflow See other posts from Stack Overflow or by Srikanth
Published on 2010-05-18T06:44:20Z Indexed on 2010/05/18 6:51 UTC
Read the original article Hit count: 250

Filed under:
|
|

I want to conduct a quiz using silverlight. This quiz contains few questions and each question will have multiple choices (Radio Buttons). User should select one answer. After completing the quiz I need to display Result.

Is it better to provide the questions and options in XML Document and then retrieve it into silverlight class? If yes, can anybody tell me the procedure to achieve it.

© Stack Overflow or respective owner

Related posts about silverlight-3.0

Related posts about c#