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

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


albertel		Fri Jun  6 00:46:54 2003 EDT

  Modified files:              
    /loncom/homework/templates	ClickImageExample.problem 
  Log:
  - making it prettier
  
  
Index: loncom/homework/templates/ClickImageExample.problem
diff -u loncom/homework/templates/ClickImageExample.problem:1.2 loncom/homework/templates/ClickImageExample.problem:1.3
--- loncom/homework/templates/ClickImageExample.problem:1.2	Fri Jun  6 00:44:28 2003
+++ loncom/homework/templates/ClickImageExample.problem	Fri Jun  6 00:46:54 2003
@@ -1,37 +1,26 @@
 <problem>
-<startouttext />Consider the image below.
-<endouttext />
-<preduedate>
-<imageresponse id="11" max="1">
-<foilgroup>
-<foil>
-<image>/res/adm/includes/templates/man1.jpg</image>
-<text>Click on an eye</text>
-<rectangle>(127,139)-(186,178)</rectangle>
-<rectangle>(242,139)-(306,183)</rectangle>
-
-</foil>
-<foil>
-<image>/res/adm/includes/templates/man1.jpg</image>
-<text>Click on the nose
-</text>
-<rectangle>(192,180)-(227,222)</rectangle>
-</foil>
-<foil>
-<image>/res/adm/includes/templates/man1.jpg</image>
-<text>Click on the mouth
-</text>
-<rectangle>(142,226)-(294,293)</rectangle>
-
-
-</foil>
-</foilgroup>
-<notsolved>
-<hintgroup>
-<hintpart on="default"><startouttext />This is a hint.
-<endouttext /></hintpart>
-</hintgroup>
-</notsolved>
+<startouttext />Consider the image below.  <endouttext />
+<imageresponse max="1">
+  <foilgroup>
+    <foil>
+      <image>/res/adm/includes/templates/man1.jpg</image>
+      <text>Click on an eye</text>
+      <rectangle>(127,139)-(186,178)</rectangle>
+      <rectangle>(242,139)-(306,183)</rectangle>
+    </foil>
+    <foil>
+      <image>/res/adm/includes/templates/man1.jpg</image>
+      <text>Click on the nose</text>
+      <rectangle>(192,180)-(227,222)</rectangle>
+    </foil>
+    <foil>
+      <image>/res/adm/includes/templates/man1.jpg</image>
+      <text>Click on the mouth</text>
+      <rectangle>(142,226)-(294,293)</rectangle>
+    </foil>
+  </foilgroup>
+  <hintgroup>
+    <startouttext />This is a hint. <endouttext />
+  </hintgroup>
 </imageresponse>
-</preduedate>
 </problem>