2013_Spring.xml 377 Bytes
Newer Older
1 2 3 4
<!-- Name this file eg "2012_Fall.xml" or "2013_Spring.xml" 
     Take note of this name exactly, you'll need to use it everywhere. -->
<course>
  <chapter url_name="Staff"/>
5 6 7 8 9 10
  <chapter name="Problems with Condition">
        <sequential>
            <problem url_name="choiceprob" />
            <conditional url_name="condone"/>
        </sequential>
  </chapter>
11 12
</course>