<?xml version="1.0" encoding="iso-8859-1"?>
<test>
  <preamble>
    \usepackage{psfig}
  </preamble>
  <frontpage>
    \begin{tabbing}
    {\Huge Tiny Multiple Choice Test}\\
    \\
    {\LARGE ID~~~~~~}\={\LARGE \raisebox{-4mm}{\framebox[10cm]{\rule{0mm}{10mm}}}}\\
    \\
    {\LARGE Name}\>{\LARGE \raisebox{-4mm}{\framebox[10cm]{\rule{0mm}{10mm}}}}\\
    \end{tabbing}
  </frontpage>
  <group>
    <example/>
    <question>
      <what>
        What is a newt?\\
      </what>
      <answer>
        A unit of gravity
      </answer>
      <answer true="true">
        A small animal
      </answer>
    </question>
    <question>
      <what>
        What is the correct URL encoding of \verb:"100% pure":?\\
      </what>
      <answer>
        \verb:100%+pure:
      </answer>
      <answer>
        \verb:100+%+pure:
      </answer>
      <answer true="true">
        \verb:100%25+pure:
      </answer>
    </question>
  </group>
  <group>
    <example>
      Consider the following example XML tree in which the
      \textit{current} node is colored black:\\
      \begin{center}
      \psfig{file=tree.ps,width=7cm}
      \end{center}
    </example>
    <question>
      <what>
        Which nodes belong to the \texttt{descendant} axis for the current node in the
        above example XML tree?\\
      </what>
      <answer true="true">
        b,c,d,e,f
      </answer>
      <answer>
        c,e,f
      </answer>
      <answer>
        d,e,f
      </answer>
      <answer>
        a,b,c,d,e,f
      </answer>
    </question>
    <question>
      <what>
        Which nodes belong to the \texttt{preceding} axis for the current node in the
        above example XML tree?\\
      </what>
      <answer true="true">
        It is empty.
      </answer>
      <answer>
        a
      </answer>
      <answer>
        b,c
      </answer>
      <answer>
        a,b,c
      </answer>
    </question>
    <question>
      <what>
        Which nodes belong to the \texttt{child} axis for the current node in the
        above example XML tree?\\
      </what>
      <answer true="true">
        b,c
      </answer>
      <answer>
        b,c,i,j,k
      </answer>
      <answer>
        b,c,d,e,f
      </answer>
      <answer>
        a
      </answer>
    </question>
  </group>
</test>

