mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-08-08 21:42:07 +03:00
- tests/docs/Makefile.am tests/general/Makefile.am tests/general/bug-33-* tests/docs/bug-33-*: added a specific regression test for #55722 Daniel
15 lines
483 B
XML
15 lines
483 B
XML
<?xml version="1.0"?>
|
|
|
|
<exam name="Midterm Exam" id="TK421" timeLimit="00:30:00" hints="true">
|
|
<questions xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<question type="choice" id="TK421-2" instructionId="1">
|
|
<questionText>A <emphasis>constant</emphasis> is something that does
|
|
not change.</questionText>
|
|
<answers>
|
|
<answer id="TK421-2-1" correct="true">True</answer>
|
|
<answer id="TK421-2-2">False</answer>
|
|
</answers>
|
|
</question>
|
|
</questions>
|
|
</exam>
|