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

version 1.4, 2005/02/11 20:16:44 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 location="bottom" name="none"><startouttext />None of the above<endouttext /></item>              <item name="dickinson">
         </itemgroup>                  <startouttext />Emily Dickinson<endouttext />
 <foil location="random" value="none" name="For Whom the Bell Tolls">              </item>
 <startouttext />For Whom the Bell Tolls<endouttext />              <item location="bottom" name="none">
 </foil>                  <startouttext />None of the above<endouttext />
               </item>
 <foil location="random" value="alex" name="Gulag">          </itemgroup>
 <startouttext />The Gulag Archipelago<endouttext />  
 </foil>          <foil location="random" value="none" name="For Whom the Bell Tolls">
 <foil location="random" value="none" name="Tom Sawyer">              <startouttext />For Whom the Bell Tolls<endouttext />
 <startouttext />Tom Sawyer<endouttext />          </foil>
 </foil>          <foil location="random" value="alex" name="Gulag">
               <startouttext />The Gulag Archipelago<endouttext />
 <foil location="random" value="shakespeare" name="King Lear">          </foil>
 <startouttext />King Lear<endouttext />          <foil location="random" value="none" name="Tom Sawyer">
 </foil>              <startouttext />Tom Sawyer<endouttext />
 <foil location="random" value="none" name="Gettysburg Address">          </foil>
 <startouttext />Gettysburg Address<endouttext />          <foil location="random" value="shakespeare" name="King Lear">
 </foil>              <startouttext />King Lear<endouttext />
 <foil location="random" value="shakespeare" name="Hamlet">          </foil>
 <startouttext />Hamlet<endouttext />          <foil location="random" value="none" name="Gettysburg Address">
 </foil>              <startouttext />Gettysburg Address<endouttext />
     </foilgroup>          </foil>
 </matchresponse>          <foil location="random" value="shakespeare" name="Hamlet">
 </problem>              <startouttext />Hamlet<endouttext />
           </foil>
       </foilgroup>
   </matchresponse>
   
   </problem>

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


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