<?xml version="1.0" encoding="iso-8859-1"?>

<quiz>
 
<question type="category">
  <category>
    <text>$course$/top/Verbatim</text>
  </category>
</question>
 
<question type="multichoice">
  <name format="html">
    <text><![CDATA[LaTeX]]></text>
  </name>
  <questiontext format="html">
    <text><![CDATA[<p><PRE style="border-top: thin solid; border-bottom: thin solid"><CODE>% !TeX encoding = UTF-8<BR/>% !TeX spellcheck = en_US<BR/>% !TEX TS-program = xelatex<BR/>\documentclass{article}<BR/>\usepackage[nostamp]{moodle}<BR/>\newif\iffvextra<BR/>\fvextratrue<BR/>\ifxetex % FOR XELATEX<BR/> \usepackage{fontspec}<BR/>\else %% FOR PDFLATEX<BR/> \usepackage[utf8]{inputenc} % necessary<BR/> \usepackage[T1]{fontenc} % necessary<BR/>\fi<BR/></CODE></PRE> </p>]]></text>
  </questiontext>
  <defaultgrade>1.0</defaultgrade>
  <generalfeedback format="html"><text/></generalfeedback>
  <penalty>0.10</penalty>
  <hidden>0</hidden>
  <single>true</single>
  <shuffleanswers>1</shuffleanswers>
  <answernumbering>abc</answernumbering>
  <answer fraction="100" format="html">
    <text><![CDATA[<p>test</p>]]></text>
  </answer>
  <answer fraction="0" format="html">
    <text><![CDATA[<p>toast</p>]]></text>
  </answer>
</question>
<question type="multichoice">
  <name format="html">
    <text><![CDATA[C]]></text>
  </name>
  <questiontext format="html">
    <text><![CDATA[<p><PRE style="border-top: thin solid; border-bottom: thin solid"><CODE>#include &lt;stdio.h&gt;<BR/>int main() {<BR/>    char c=&apos;\0&apos;, *pc=&amp;c;<BR/>    printf(&quot;Hello world!\n&quot;);<BR/>    return *pc;<BR/>}<BR/></CODE></PRE> </p>]]></text>
  </questiontext>
  <defaultgrade>1.0</defaultgrade>
  <generalfeedback format="html"><text/></generalfeedback>
  <penalty>0.10</penalty>
  <hidden>0</hidden>
  <single>true</single>
  <shuffleanswers>1</shuffleanswers>
  <answernumbering>abc</answernumbering>
  <answer fraction="100" format="html">
    <text><![CDATA[<p>&quot;&test&quot;</p>]]></text>
  </answer>
  <answer fraction="0" format="html">
    <text><![CDATA[<p>&rsquo;toast&rsquo;</p>]]></text>
  </answer>
  <answer fraction="0" format="html">
    <text><![CDATA[<p>&lt;\(&lt;a&gt;\)&gt;</p>]]></text>
  </answer>
</question>
 
</quiz>
