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

version 1.2, 2001/11/07 21:38:41 version 1.3, 2002/06/06 08:55:35
Line 1 Line 1
 <problem>  <problem>
   
 <startouttext />  <startouttext />Enter the text of the question here.
 Enter the text of the question here.  
 <endouttext />  <endouttext />
   
 <radiobuttonresponse max="10">  <radiobuttonresponse max="10">
Line 9  Enter the text of the question here. Line 8  Enter the text of the question here.
     <foilgroup>      <foilgroup>
   
 <foil name="foil1" value="true">  <foil name="foil1" value="true">
 <startouttext />This foil1 and it it is true.  All other answers must be "false" or "unused".<endouttext />  <startouttext />This foil1 and it it is true.  Only one "true"
   foil will be selected for radio response problems.<endouttext />
 </foil>  </foil>
   
 <foil name="foil2" value="false">  <foil name="foil2" value="true">
 <startouttext />This is foil2 and it is false.<endouttext />  <startouttext />This is foil2 and it is true. Only one "true"
   foil will be selected for radio response problems.<endouttext />
 </foil>  </foil>
   
 <foil name="foil3" value="false">  <foil name="foil3" value="false">

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


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