I want to organize a quiz using Silverlight. There are some questions in this quiz and each question has multiple choices (radio Button). The user should choose an answer. After completing the quiz, I have to show results.
Is it better to provide questions and options in XML document and then get it in the Silverlight class? If so, someone can tell me the process of getting it.
Answer in a different XML file then you download the file by using WebClient
, You can then de-circle the collection of "question" objects. You can then display the set of answers by using something like every question and DataForm
.
Comments
Post a Comment