pythonexam.xml
来自「Delphi XML & XPATH源代码」· XML 代码 · 共 43 行
XML
43 行
<?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 + =
减小字号Ctrl + -
显示快捷键?