Click here to Skip to main content
15,904,822 members
Please Sign up or sign in to vote.
2.50/5 (2 votes)
See more:
This is my xml File :

XML
<?xml version="1.0" encoding="utf-8" ?>
<quiz>
  <problem>
    <question>C# is...</question>
    <answerA>Assembly language</answerA>
    <answerB>Low level language</answerB>
    <answerC>High level langauge</answerC>
    <correct>C</correct>
  </problem>
  <problem>
    <question>What does HTML stand for?</question>
    <answerA>Hyper Text Markup language</answerA>
    <answerB>Xerxes, the Magnificent Chameleon</answerB>
    <answerC>eXecutes with Multiple Limitations</answerC>
    <correct>A</correct>
  </problem>
</quiz>



and This My Design Form
http://s2.postimg.org/rbiuoq1x5/Capture.png[^]

i want C# Code Load Question into label
and answerA into radiobutton1
answerB into radiobutton2
answerC into radiobutton3

and Finally show in text box Total Score for chosen right answer and point of question is 10

can any one Help me
Posted
Comments
Sergey Alexandrovich Kryukov 8-Apr-13 19:29pm    
I'm just curious: do you really think the questions like the ones from your example can exist and be used?
—SA

1 solution

 
Share this answer
 
Comments
fjdiewornncalwe 8-Apr-13 16:52pm    
My 5. Nice links.
Maciej Los 8-Apr-13 16:53pm    
Thank you, Marcus ;)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900