Xml测验应用程序 [英] Xml Quiz Application

查看:72
本文介绍了Xml测验应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想制作使用Xml文件的应用程序



I Wanna Make Application That Use Xml File For Example

<?xml version="1.0" encoding="utf-8" ?>
<quiz>
  <problem>
    <question>Which of the following languages could be used in both Visual Studio and Unity?</question>
    <answerA>Cobol</answerA>
    <answerB>C#</answerB>
    <answerC>C−−</answerC>
    <answerD>French</answerD>
    <correct>B</correct>
  </problem>
  <problem>
    <question>What does XML stand for?</question>
    <answerA>eXtremely Muddy Language</answerA>
    <answerB>Xerxes, the Magnificent Chameleon</answerB>
    <answerC>eXtensible Markup Language</answerC>
    <answerD>eXecutes with Multiple Limitations</answerD>
    <correct>C</correct>
  </problem>
</quiz>



这是我的xml文件想要制作Windows表格并将其作为应用程序

但标签中的问题和单选按钮中的答案并检查正确的答案最后告诉他他的正确答案得分


This is my xml File Want to make Windows form and make it as application
but Question in label and Answer in radio button and check right answer finally told him his score for right answer

推荐答案

你可以从这里得到一些输入:



http://stackoverflow.com/questions/10788801/read-elements-from-xml-file [ ^ ]



和这里:



https://sites.google .com / site / ndimlib / support-forum / onlinequizapplicationusingxmlwithc [ ^ ]
You can get some inputs from here:

http://stackoverflow.com/questions/10788801/read-elements-from-xml-file[^]

and here:

https://sites.google.com/site/ndimlib/support-forum/onlinequizapplicationusingxmlwithc[^]


这篇关于Xml测验应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆