--- loncom/homework/templates/SimpleTrueFalse.problem	2004/04/21 20:37:41	1.2
+++ loncom/homework/templates/SimpleTrueFalse.problem	2009/07/06 17:12:47	1.3
@@ -1,27 +1,33 @@
-<problem><startouttext />Type Question Here.<endouttext />
+<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>
-
+        <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 /><endouttext />
+    <hintgroup>
+        <startouttext /><endouttext />
     </hintgroup>
 </optionresponse>
+
 </problem>