Diff for /loncom/homework/templates/SimpleRank.problem between versions 1.2 and 1.3

version 1.2, 2003/06/06 04:24:16 version 1.3, 2009/07/06 17:12:47
Line 1 Line 1
 <problem>  <problem>
 <startouttext />Enter the question text here.<endouttext />  
 <rankresponse max="10" randomize="yes">  <startouttext />
     <foilgroup>  Enter the question text here.
 <foil location="random" value="1" name="foil1"><startouttext />1<endouttext /></foil>  <endouttext />
 <foil location="random" value="2" name="foil2"><startouttext />2<endouttext /></foil>  
 <foil location="random" value="3" name="foil3"><startouttext />3<endouttext /></foil>  <rankresponse max="10" randomize="yes">
 <foil location="random" value="2" name="foil4"><startouttext />2<endouttext /></foil>      <foilgroup>
 <foil location="random" value="2.0" name="foil5"><startouttext />2.0<endouttext /></foil>          <foil location="random" value="1" name="foil1"><startouttext />1<endouttext /></foil>
 <foil location="random" value="4" name="foil6"><startouttext />4<endouttext /></foil>          <foil location="random" value="2" name="foil2"><startouttext />2<endouttext /></foil>
 <foil location="random" value="-1" name="foil7"><startouttext />-1<endouttext /></foil>          <foil location="random" value="3" name="foil3"><startouttext />3<endouttext /></foil>
     </foilgroup>          <foil location="random" value="2" name="foil4"><startouttext />2<endouttext /></foil>
 </rankresponse>          <foil location="random" value="2.0" name="foil5"><startouttext />2.0<endouttext /></foil>
 </problem>          <foil location="random" value="4" name="foil6"><startouttext />4<endouttext /></foil>
           <foil location="random" value="-1" name="foil7"><startouttext />-1<endouttext /></foil>
       </foilgroup>
   </rankresponse>
   
   </problem>

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


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