Diff for /loncom/homework/templates/SimpleMatching.problem between versions 1.1 and 1.2

version 1.1, 2003/02/12 20:10:18 version 1.2, 2003/02/19 16:48:08
Line 1 Line 1
 <problem>  <problem>
 <startouttext />Enter the question text here.<endouttext />  <startouttext />Match the author to their work.<endouttext />
 <matchresponse max="10" randomize="yes">  <matchresponse max="10" randomize="yes">
     <foilgroup>      <foilgroup>
         <itemgroup>          <itemgroup>
             <item name="True"><startouttext /><b>True</b><endouttext /></item>  
             <item name="False"><startouttext /><b>False</b><endouttext /></item>  <item name="shakespeare">
   <startouttext />William Shakespeare<endouttext />
   </item>
   <item name="alex">
   <startouttext />Aleksandr Isaevich Solzhenitsyn <endouttext />
   </item>
   <item name="dickinson">
   <startouttext />Emily Dickinson<endouttext />
   </item>
              
               <item name="none"><startouttext />None of the above<endouttext /></item>
         </itemgroup>          </itemgroup>
 <foil value="True" name="foil1">  <foil location="random" value="none" name="For Whom the Bell Tolls">
 <startouttext />This is foil1 and it is True<endouttext /></foil>  <startouttext />For Whom the Bell Tolls<endouttext />
 <foil value="False" name="foil2">  </foil>
 <startouttext />This is foil2 and it is False<endouttext /></foil>  
 <foil value="True" name="foil1">  <foil location="random" value="alex" name="Gulag">
 <startouttext />This is foil3 and it is True<endouttext /></foil>  <startouttext />The Gulag Archipelago<endouttext />
 <foil value="unused" name="foil1">  </foil>
 <startouttext />This is foil4 and it is unused<endouttext /></foil>  <foil location="random" value="none" name="Satanic Verses">
   <startouttext />The Satanic Verses<endouttext />
   </foil>
   
   <foil location="random" value="shakespeare" name="King Lear">
   <startouttext />King Lear<endouttext />
   </foil>
   <foil location="random" value="none" name="Gettysburg Address">
   <startouttext />Gettysburg Address<endouttext />
   </foil>
   <foil location="random" value="shakespeare" name="Hamlet">
   <startouttext />Hamlet<endouttext />
   </foil>
     </foilgroup>      </foilgroup>
 </matchresponse>  </matchresponse>
 </problem>  </problem>
   

Removed from v.1.1  
changed lines
  Added in v.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>