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

version 1.1, 2003/02/12 20:10:18 version 1.5, 2009/07/06 17:12:47
Line 1 Line 1
 <problem>  <problem>
 <startouttext />Enter the question text here.<endouttext />  
 <matchresponse max="10" randomize="yes">  <startouttext />
     <foilgroup>  Match the author to their work.
         <itemgroup>  <endouttext />
             <item name="True"><startouttext /><b>True</b><endouttext /></item>  
             <item name="False"><startouttext /><b>False</b><endouttext /></item>  <matchresponse max="10" randomize="yes">
         </itemgroup>      <foilgroup>
 <foil value="True" name="foil1">          <itemgroup>
 <startouttext />This is foil1 and it is True<endouttext /></foil>              <item name="shakespeare">
 <foil value="False" name="foil2">                  <startouttext />William Shakespeare<endouttext />
 <startouttext />This is foil2 and it is False<endouttext /></foil>              </item>
 <foil value="True" name="foil1">              <item name="alex">
 <startouttext />This is foil3 and it is True<endouttext /></foil>                  <startouttext />Aleksandr Isaevich Solzhenitsyn<endouttext />
 <foil value="unused" name="foil1">              </item>
 <startouttext />This is foil4 and it is unused<endouttext /></foil>              <item name="dickinson">
     </foilgroup>                  <startouttext />Emily Dickinson<endouttext />
 </matchresponse>              </item>
 </problem>              <item location="bottom" name="none">
                   <startouttext />None of the above<endouttext />
               </item>
           </itemgroup>
   
           <foil location="random" value="none" name="For Whom the Bell Tolls">
               <startouttext />For Whom the Bell Tolls<endouttext />
           </foil>
           <foil location="random" value="alex" name="Gulag">
               <startouttext />The Gulag Archipelago<endouttext />
           </foil>
           <foil location="random" value="none" name="Tom Sawyer">
               <startouttext />Tom Sawyer<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>
   </matchresponse>
   
   </problem>

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


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