[LON-CAPA-cvs] cvs: loncom /homework/templates SelectFromOptions-Simple.problem SimpleTrueFalse.problem

www www@source.lon-capa.org
Sat, 06 Feb 2010 17:57:04 -0000


www		Sat Feb  6 17:57:04 2010 EDT

  Modified files:              
    /loncom/homework/templates	SelectFromOptions-Simple.problem 
                              	SimpleTrueFalse.problem 
  Log:
  * Template adjusted for new two-option checkbox
  * Fixed template for normal optionresponse
  
  
Index: loncom/homework/templates/SelectFromOptions-Simple.problem
diff -u loncom/homework/templates/SelectFromOptions-Simple.problem:1.9 loncom/homework/templates/SelectFromOptions-Simple.problem:1.10
--- loncom/homework/templates/SelectFromOptions-Simple.problem:1.9	Mon Jul  6 17:12:47 2009
+++ loncom/homework/templates/SelectFromOptions-Simple.problem	Sat Feb  6 17:57:04 2010
@@ -5,18 +5,18 @@
 <endouttext />
 
 <optionresponse max="10" randomize="yes">
-    <foilgroup options="('Green','Red')">
+    <foilgroup options="('Green','Red','Blue')">
         <foil location="random" value="Green" name="Foil1">
             <startouttext />This is foil One. It is currently set to "Green."<endouttext />
         </foil>
         <foil location="random" value="Red" name="Foil2">
             <startouttext />This is foil Two. It is currently set to "Red."<endouttext />
         </foil>
-        <foil location="random" value="Green" name="Foil3">
-            <startouttext />This is foil Three. It is currently set to "Green."<endouttext />
+        <foil location="random" value="Blue" name="Foil3">
+            <startouttext />This is foil Three. It is currently set to "Blue."<endouttext />
         </foil>
         <foil location="random" value="Red" name="Foil4">
-            <startouttext />This is foil Two. It is currently set to "Red."<endouttext />
+            <startouttext />This is foil Four. It is currently set to "Red."<endouttext />
         </foil>
     </foilgroup>
     <hintgroup>
Index: loncom/homework/templates/SimpleTrueFalse.problem
diff -u loncom/homework/templates/SimpleTrueFalse.problem:1.3 loncom/homework/templates/SimpleTrueFalse.problem:1.4
--- loncom/homework/templates/SimpleTrueFalse.problem:1.3	Mon Jul  6 17:12:47 2009
+++ loncom/homework/templates/SimpleTrueFalse.problem	Sat Feb  6 17:57:04 2010
@@ -5,7 +5,7 @@
 <endouttext />
 
 <optionresponse max="10">
-    <foilgroup options="('True','False')">
+    <foilgroup options="('True','False')" checkboxvalue="True">
         <foil name="Foil1" value="True">
             <startouttext />This is foil One. It is currently set to "True."<endouttext />
         </foil>