⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pythonexam.xml

📁 Delphi XML & XPATH源代码
💻 XML
字号:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE exam SYSTEM "exam.dtd">
<?xml:stylesheet type="text/xsl" href="exam.xsl"?>
<exam pass_mark="100" strict_order="true">
  <title>Monty Python Exam</title>
  <description>These questions are very silly.</description>
  <instructions>If you don't answer every question correctly
you will be flung into the Pit of Despair.
  </instructions>
  <question id="Q1">
    <query>What do you seek?</query>
    <answers type="text">
      <answer correct="true">Grail</answer>
      <answer correct="true">Holy Grail</answer>
    </answers>
    <explanation>They were all looking for the Grail,
but apparently the French had it.
    </explanation>
  </question>
  <question id="Q2">
    <query>What is your favourite colour?</query>
    <answers type="radio">
      <answer correct="true">Blue</answer>
      <answer>Green</answer>
      <answer>Red</answer>
      <answer>Yellow</answer>
      <answer>None of the above</answer>
    </answers>
    <explanation>Not green!</explanation>
  </question>
  <question id="Q3">
    <query>What is the airspeed velocity of a fully laden swallow?</query>
    <answers type="checkbox">
      <answer>42 mph</answer>
      <answer correct="true">African or European?</answer>
      <answer>3.14159 m/s</answer>
      <answer correct="true">How many coconuts?</answer>
      <answer>They can't fly</answer>
    </answers>
    <explanation>Insufficient information in the question.</explanation>
  </question>
</exam>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -