<?xml version="1.0" ?>

<quiz>
   <question type="multiple" number="1">Which form of life lifes under harsh conditions?
      <answers>
         <answer choice="a" text="bacteria" />
         <answer choice="b" text="fungi" />
         <answer choice="c" correct="true" text="archaea" />
         <answer choice="d" text="animal" />
      </answers>
   </question>
</quiz>

