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

version 1.2, 2003/02/19 16:48:08 version 1.5, 2009/07/06 17:12:47
Line 1 Line 1
 <problem>  <problem>
 <startouttext />Match the author to their work.<endouttext />  
 <matchresponse max="10" randomize="yes">  <startouttext />
     <foilgroup>  Match the author to their work.
         <itemgroup>  <endouttext />
   
 <item name="shakespeare">  <matchresponse max="10" randomize="yes">
 <startouttext />William Shakespeare<endouttext />      <foilgroup>
 </item>          <itemgroup>
 <item name="alex">              <item name="shakespeare">
 <startouttext />Aleksandr Isaevich Solzhenitsyn <endouttext />                  <startouttext />William Shakespeare<endouttext />
 </item>              </item>
 <item name="dickinson">              <item name="alex">
 <startouttext />Emily Dickinson<endouttext />                  <startouttext />Aleksandr Isaevich Solzhenitsyn<endouttext />
 </item>              </item>
                          <item name="dickinson">
             <item name="none"><startouttext />None of the above<endouttext /></item>                  <startouttext />Emily Dickinson<endouttext />
         </itemgroup>              </item>
 <foil location="random" value="none" name="For Whom the Bell Tolls">              <item location="bottom" name="none">
 <startouttext />For Whom the Bell Tolls<endouttext />                  <startouttext />None of the above<endouttext />
 </foil>              </item>
           </itemgroup>
 <foil location="random" value="alex" name="Gulag">  
 <startouttext />The Gulag Archipelago<endouttext />          <foil location="random" value="none" name="For Whom the Bell Tolls">
 </foil>              <startouttext />For Whom the Bell Tolls<endouttext />
 <foil location="random" value="none" name="Satanic Verses">          </foil>
 <startouttext />The Satanic Verses<endouttext />          <foil location="random" value="alex" name="Gulag">
 </foil>              <startouttext />The Gulag Archipelago<endouttext />
           </foil>
 <foil location="random" value="shakespeare" name="King Lear">          <foil location="random" value="none" name="Tom Sawyer">
 <startouttext />King Lear<endouttext />              <startouttext />Tom Sawyer<endouttext />
 </foil>          </foil>
 <foil location="random" value="none" name="Gettysburg Address">          <foil location="random" value="shakespeare" name="King Lear">
 <startouttext />Gettysburg Address<endouttext />              <startouttext />King Lear<endouttext />
 </foil>          </foil>
 <foil location="random" value="shakespeare" name="Hamlet">          <foil location="random" value="none" name="Gettysburg Address">
 <startouttext />Hamlet<endouttext />              <startouttext />Gettysburg Address<endouttext />
 </foil>          </foil>
     </foilgroup>          <foil location="random" value="shakespeare" name="Hamlet">
 </matchresponse>              <startouttext />Hamlet<endouttext />
 </problem>          </foil>
       </foilgroup>
   </matchresponse>
   
   </problem>

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


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