[LON-CAPA-cvs] cvs: loncom /homework/templates ClickImageExample.problem
albertel
lon-capa-cvs@mail.lon-capa.org
Wed, 22 Jun 2005 16:46:15 -0000
albertel Wed Jun 22 12:46:15 2005 EDT
Modified files:
/loncom/homework/templates ClickImageExample.problem
Log:
- BUG#4150 - click on image temple was issing foil names
Index: loncom/homework/templates/ClickImageExample.problem
diff -u loncom/homework/templates/ClickImageExample.problem:1.3 loncom/homework/templates/ClickImageExample.problem:1.4
--- loncom/homework/templates/ClickImageExample.problem:1.3 Fri Jun 6 00:46:54 2003
+++ loncom/homework/templates/ClickImageExample.problem Wed Jun 22 12:46:14 2005
@@ -2,18 +2,18 @@
<startouttext />Consider the image below. <endouttext />
<imageresponse max="1">
<foilgroup>
- <foil>
+ <foil name="foil1">
<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>
+ <foil name="foil2">
<image>/res/adm/includes/templates/man1.jpg</image>
<text>Click on the nose</text>
<rectangle>(192,180)-(227,222)</rectangle>
</foil>
- <foil>
+ <foil name="foil3">
<image>/res/adm/includes/templates/man1.jpg</image>
<text>Click on the mouth</text>
<rectangle>(142,226)-(294,293)</rectangle>