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

albertel lon-capa-cvs@mail.lon-capa.org
Fri, 06 Jun 2003 04:24:16 -0000


albertel		Fri Jun  6 00:24:16 2003 EDT

  Modified files:              
    /loncom/homework/templates	SimpleRank.problem 
  Log:
  - lets make them editable
  
  
Index: loncom/homework/templates/SimpleRank.problem
diff -u loncom/homework/templates/SimpleRank.problem:1.1 loncom/homework/templates/SimpleRank.problem:1.2
--- loncom/homework/templates/SimpleRank.problem:1.1	Wed Feb 12 15:10:18 2003
+++ loncom/homework/templates/SimpleRank.problem	Fri Jun  6 00:24:16 2003
@@ -2,13 +2,13 @@
 <startouttext />Enter the question text here.<endouttext />
 <rankresponse max="10" randomize="yes">
     <foilgroup>
-<foil location="random" value="1" name="foil1">1</foil>
-<foil location="random" value="2" name="foil2">2</foil>
-<foil location="random" value="3" name="foil3">3</foil>
-<foil location="random" value="2" name="foil4">2</foil>
-<foil location="random" value="2.0" name="foil5">2.0</foil>
-<foil location="random" value="4" name="foil6">4</foil>
-<foil location="random" value="-1" name="foil7">-1</foil>
+<foil location="random" value="1" name="foil1"><startouttext />1<endouttext /></foil>
+<foil location="random" value="2" name="foil2"><startouttext />2<endouttext /></foil>
+<foil location="random" value="3" name="foil3"><startouttext />3<endouttext /></foil>
+<foil location="random" value="2" name="foil4"><startouttext />2<endouttext /></foil>
+<foil location="random" value="2.0" name="foil5"><startouttext />2.0<endouttext /></foil>
+<foil location="random" value="4" name="foil6"><startouttext />4<endouttext /></foil>
+<foil location="random" value="-1" name="foil7"><startouttext />-1<endouttext /></foil>
     </foilgroup>
 </rankresponse>
 </problem>