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

version 1.2, 2004/04/21 20:37:41 version 1.3, 2009/07/06 17:12:47
Line 1 Line 1
 <problem><startouttext />Type Question Here.<endouttext />  <problem>
   
   <startouttext />
   Type Question Here.
   <endouttext />
   
 <optionresponse max="10">  <optionresponse max="10">
     <foilgroup options="('True','False')">      <foilgroup options="('True','False')">
 <foil name="Foil1" value="True">          <foil name="Foil1" value="True">
 <startouttext />This is foil One. It is currently set to "True."<endouttext />              <startouttext />This is foil One. It is currently set to "True."<endouttext />
 </foil>          </foil>
 <foil name="Foil2" value="False">          <foil name="Foil2" value="False">
 <startouttext />This is foil Two. It is currently set to "False."<endouttext />              <startouttext />This is foil Two. It is currently set to "False."<endouttext />
 </foil>          </foil>
 <foil name="Foil3" value="True">          <foil name="Foil3" value="True">
 <startouttext />This is foil Three. It is currently set to "True."<endouttext />              <startouttext />This is foil Three. It is currently set to "True."<endouttext />
 </foil>          </foil>
 <foil name="Foil4" value="False">          <foil name="Foil4" value="False">
 <startouttext />This is foil Four. It is currently set to "False."<endouttext />              <startouttext />This is foil Four. It is currently set to "False."<endouttext />
 </foil>          </foil>
 <foil name="Foil5" value="True">          <foil name="Foil5" value="True">
 <startouttext />This is foil Five. It is currently set to "True."<endouttext />              <startouttext />This is foil Five. It is currently set to "True."<endouttext />
 </foil>          </foil>
 <foil name="Foil6" value="False">          <foil name="Foil6" value="False">
 <startouttext />This is foil Six. It is currently set to "False."<endouttext />              <startouttext />This is foil Six. It is currently set to "False."<endouttext />
 </foil>          </foil>
   
     </foilgroup>      </foilgroup>
     <hintgroup><startouttext /><endouttext />      <hintgroup>
           <startouttext /><endouttext />
     </hintgroup>      </hintgroup>
 </optionresponse>  </optionresponse>
   
 </problem>  </problem>

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


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