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

www lon-capa-cvs@mail.lon-capa.org
Tue, 11 Mar 2003 19:53:08 -0000


www		Tue Mar 11 14:53:08 2003 EDT

  Added files:                 
    /loncom/homework/templates	SimpleTrueFalse.problem 
                              	SimpleTrueFalse.problem.meta 

  Modified files:              
    /loncom/homework/templates	RadioResponse.problem 
                              	SelectFromOptions-4ConceptGoups.problem 
                              	SelectFromOptions-Simple.problem 
  Log:
  Cut down total number of templated foils
  Try to address confusion about what OptionResponse can do, and add
  True/False, which is what people are looking for.
  
  
Index: loncom/homework/templates/RadioResponse.problem
diff -u loncom/homework/templates/RadioResponse.problem:1.5 loncom/homework/templates/RadioResponse.problem:1.6
--- loncom/homework/templates/RadioResponse.problem:1.5	Wed Dec 11 10:21:45 2002
+++ loncom/homework/templates/RadioResponse.problem	Tue Mar 11 14:53:07 2003
@@ -34,11 +34,6 @@
 <endouttext />
 </foil>
 
-<foil name="foil6" value="unused">
-<startouttext />This is foil Six, and it is currently set to "unused."
-<endouttext />
-</foil>
-
     </foilgroup>
     
     <hintgroup><startouttext />Add hint text here.<endouttext />
Index: loncom/homework/templates/SelectFromOptions-4ConceptGoups.problem
diff -u loncom/homework/templates/SelectFromOptions-4ConceptGoups.problem:1.2 loncom/homework/templates/SelectFromOptions-4ConceptGoups.problem:1.3
--- loncom/homework/templates/SelectFromOptions-4ConceptGoups.problem:1.2	Thu Jun  6 04:55:35 2002
+++ loncom/homework/templates/SelectFromOptions-4ConceptGoups.problem	Tue Mar 11 14:53:07 2003
@@ -1,45 +1,45 @@
-<problem><startouttext />Type Question Here.
+<problem><startouttext />Type Question Here.
 <endouttext />
 <optionresponse max="10">
-    <foilgroup options="('True','False')">
+    <foilgroup options="('Green','Red')">
 		<conceptgroup concept="One">
-<foil name="OneA" value="True">
-<startouttext />This is statement OneA of concept One.  True<endouttext />
+<foil name="OneA" value="Green">
+<startouttext />This is statement OneA of concept One.  Green<endouttext />
 </foil>
 
-<foil name="OneB" value="False">
-<startouttext />This is statement OneB of concept One.  False<endouttext />
+<foil name="OneB" value="Red">
+<startouttext />This is statement OneB of concept One.  Red<endouttext />
 </foil>
 
-<foil name="OneC" value="True">
-<startouttext />This is statement OneC of concept One.  True<endouttext />
+<foil name="OneC" value="Green">
+<startouttext />This is statement OneC of concept One.  Green<endouttext />
 </foil>
 		</conceptgroup>
 
 		<conceptgroup concept="Two">
-<foil name="TwoA" value="True">
-<startouttext />This is statement TwoA of concept Two.  True<endouttext />
+<foil name="TwoA" value="Green">
+<startouttext />This is statement TwoA of concept Two.  Green<endouttext />
 </foil>
-<foil name="TwoB" value="False">
-<startouttext />This is statement TwoB of concept Two.  False<endouttext />
+<foil name="TwoB" value="Red">
+<startouttext />This is statement TwoB of concept Two.  Red<endouttext />
 </foil>
 		</conceptgroup>
 
 		<conceptgroup concept="Three">
-<foil name="ThreeA" value="True">
-<startouttext />This is statement ThreeA of concept Three.  True<endouttext />
+<foil name="ThreeA" value="Green">
+<startouttext />This is statement ThreeA of concept Three.  Green<endouttext />
 </foil>
-<foil name="ThreeB" value="False">
-<startouttext />This is statement ThreeB of concept Three.  False<endouttext />
+<foil name="ThreeB" value="Red">
+<startouttext />This is statement ThreeB of concept Three.  Red<endouttext />
 </foil>
 		</conceptgroup>
 
 		<conceptgroup concept="Four">
-<foil name="FourA" value="True">
-<startouttext />This is statement FourA of concept Four.  True<endouttext />
+<foil name="FourA" value="Green">
+<startouttext />This is statement FourA of concept Four.  Green<endouttext />
 </foil>
-<foil name="FourB" value="False">
-<startouttext />This is statement FourB of concept Four.  False<endouttext />
+<foil name="FourB" value="Red">
+<startouttext />This is statement FourB of concept Four.  Red<endouttext />
 </foil>
 		</conceptgroup>
     </foilgroup>
Index: loncom/homework/templates/SelectFromOptions-Simple.problem
diff -u loncom/homework/templates/SelectFromOptions-Simple.problem:1.3 loncom/homework/templates/SelectFromOptions-Simple.problem:1.4
--- loncom/homework/templates/SelectFromOptions-Simple.problem:1.3	Wed Dec 11 10:21:45 2002
+++ loncom/homework/templates/SelectFromOptions-Simple.problem	Tue Mar 11 14:53:07 2003
@@ -1,25 +1,14 @@
 <problem><startouttext />Type Question Here.<endouttext />
 <optionresponse max="10">
-    <foilgroup options="('True','False')">
-<foil name="Foil1" value="True">
-<startouttext />This is foil One. It is currently set to "True."<endouttext />
+    <foilgroup options="('Green','Red')">
+<foil name="Foil1" value="Green">
+<startouttext />This is foil One. It is currently set to "Green."<endouttext />
 </foil>
-<foil name="Foil2" value="False">
-<startouttext />This is foil Two. It is currently set to "False."<endouttext />
+<foil name="Foil2" value="Red">
+<startouttext />This is foil Two. It is currently set to "Red."<endouttext />
 </foil>
-<foil name="Foil3" value="True">
-<startouttext />This is foil Three. It is currently set to "True."<endouttext />
-</foil>
-<foil name="Foil4" value="False">
-<startouttext />This is foil Four. It is currently set to "False."<endouttext />
-</foil>
-<foil name="Foil5" value="True">
-<startouttext />This is foil Five. It is currently set to "True."<endouttext />
-</foil>
-<foil name="Foil6" value="False">
-<startouttext />This is foil Six. It is currently set to "False."<endouttext />
-</foil>
-
+<foil name="Foil3" value="Green">
+<startouttext />This is foil Three. It is currently set to "Green."<endouttext />
     </foilgroup>
     <hintgroup><startouttext />Add hint text here.<endouttext />
     </hintgroup>

Index: loncom/homework/templates/SimpleTrueFalse.problem
+++ loncom/homework/templates/SimpleTrueFalse.problem
<problem><startouttext />Type Question Here.<endouttext />
<optionresponse max="10">
    <foilgroup options="('True','False')">
<foil name="Foil1" value="True">
<startouttext />This is foil One. It is currently set to "True."<endouttext />
</foil>
<foil name="Foil2" value="False">
<startouttext />This is foil Two. It is currently set to "False."<endouttext />
</foil>
<foil name="Foil3" value="True">
<startouttext />This is foil Three. It is currently set to "True."<endouttext />
</foil>
<foil name="Foil4" value="False">
<startouttext />This is foil Four. It is currently set to "False."<endouttext />
</foil>
<foil name="Foil5" value="True">
<startouttext />This is foil Five. It is currently set to "True."<endouttext />
</foil>
<foil name="Foil6" value="False">
<startouttext />This is foil Six. It is currently set to "False."<endouttext />
</foil>

    </foilgroup>
    <hintgroup><startouttext />Add hint text here.<endouttext />
    </hintgroup>
</optionresponse>
</problem>

Index: loncom/homework/templates/SimpleTrueFalse.problem.meta
+++ loncom/homework/templates/SimpleTrueFalse.problem.meta
<title>Simple True/False Problem</title>