Diff for /loncom/homework/simpleproblem.problem between versions 1.7 and 1.8

version 1.7, 2005/02/28 20:39:05 version 1.8, 2006/02/06 23:55:03
Line 29  unless ($stringtype) { $stringtype='cs'; Line 29  unless ($stringtype) { $stringtype='cs';
   
 <block condition="$questiontype">   <block condition="$questiontype"> 
   
   <part id="radio">
 <startouttext /><parse>&EXT('resource.0.questiontext')</parse><br /><endouttext />  <startouttext /><parse>&EXT('resource.0.questiontext')</parse><br /><endouttext />
   
 <part id="radio">  
 <radiobuttonresponse max="$max" id="radiosegment" randomize="$randomize">  <radiobuttonresponse max="$max" id="radiosegment" randomize="$randomize">
 <foilgroup>  <foilgroup>
 <foil location="$position[1]" value="$value[1]" name="radiofoil1">  <foil location="$position[1]" value="$value[1]" name="radiofoil1">
Line 72  unless ($stringtype) { $stringtype='cs'; Line 72  unless ($stringtype) { $stringtype='cs';
 </part>  </part>
   
 <part id="option">   <part id="option"> 
   <startouttext /><parse>&EXT('resource.0.questiontext')</parse><br /><endouttext />
 <optionresponse max="$max" id="optionsegment" randomize="$randomize">  <optionresponse max="$max" id="optionsegment" randomize="$randomize">
 <foilgroup options="$options">  <foilgroup options="$options">
 <foil location="$position[1]" value="$value[1]" name="optionfoil1">  <foil location="$position[1]" value="$value[1]" name="optionfoil1">
Line 112  unless ($stringtype) { $stringtype='cs'; Line 113  unless ($stringtype) { $stringtype='cs';
 </part>  </part>
   
 <part id="essay">   <part id="essay"> 
   <startouttext /><parse>&EXT('resource.0.questiontext')</parse><br /><endouttext />
 <essayresponse id="essaysegment">  <essayresponse id="essaysegment">
 <textfield></textfield>  <textfield></textfield>
 </essayresponse>  </essayresponse>
 </part>  </part>
   
 <part id="string">   <part id="string"> 
   <startouttext /><parse>&EXT('resource.0.questiontext')</parse><br /><endouttext />
 <stringresponse id="stringsegment" answer="$stringanswer" type="$stringtype">  <stringresponse id="stringsegment" answer="$stringanswer" type="$stringtype">
 <textline>  <textline>
 </textline>  </textline>

Removed from v.1.7  
changed lines
  Added in v.1.8


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