File:  [LON-CAPA] / loncom / homework / templates / ClickImageExample.problem
Revision 1.1: download - view: text, annotated - select for diffs
Sat May 10 23:03:01 2003 UTC (20 years, 11 months ago) by www
Branches: MAIN
CVS tags: version_0_99_1, version_0_99_0, conference_2003, HEAD
New and fixed templates for image-type problems.

<problem>
<displayduedate></displayduedate>

<p><displaytitle></displaytitle></p>
<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>
</imageresponse>
</preduedate>
</problem>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>