[LON-CAPA-cvs] cvs: loncom /homework simpleproblem.problem

albertel lon-capa-cvs@mail.lon-capa.org
Mon, 06 Feb 2006 23:55:03 -0000


albertel		Mon Feb  6 18:55:03 2006 EDT

  Modified files:              
    /loncom/homework	simpleproblem.problem 
  Log:
  - BUG#4633 make simple problem radiobutton response print like CSTR <rbr>
  
  
Index: loncom/homework/simpleproblem.problem
diff -u loncom/homework/simpleproblem.problem:1.7 loncom/homework/simpleproblem.problem:1.8
--- loncom/homework/simpleproblem.problem:1.7	Mon Feb 28 15:39:05 2005
+++ loncom/homework/simpleproblem.problem	Mon Feb  6 18:55:03 2006
@@ -29,9 +29,9 @@
 
 <block condition="$questiontype"> 
 
+<part id="radio">
 <startouttext /><parse>&EXT('resource.0.questiontext')</parse><br /><endouttext />
 
-<part id="radio">
 <radiobuttonresponse max="$max" id="radiosegment" randomize="$randomize">
 <foilgroup>
 <foil location="$position[1]" value="$value[1]" name="radiofoil1">
@@ -72,6 +72,7 @@
 </part>
 
 <part id="option"> 
+<startouttext /><parse>&EXT('resource.0.questiontext')</parse><br /><endouttext />
 <optionresponse max="$max" id="optionsegment" randomize="$randomize">
 <foilgroup options="$options">
 <foil location="$position[1]" value="$value[1]" name="optionfoil1">
@@ -112,12 +113,14 @@
 </part>
 
 <part id="essay"> 
+<startouttext /><parse>&EXT('resource.0.questiontext')</parse><br /><endouttext />
 <essayresponse id="essaysegment">
 <textfield></textfield>
 </essayresponse>
 </part>
 
 <part id="string"> 
+<startouttext /><parse>&EXT('resource.0.questiontext')</parse><br /><endouttext />
 <stringresponse id="stringsegment" answer="$stringanswer" type="$stringtype">
 <textline>
 </textline>