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 (21 years 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.

    1: <problem>
    2: <displayduedate></displayduedate>
    3: 
    4: <p><displaytitle></displaytitle></p>
    5: <startouttext />Consider the image below.
    6: <endouttext />
    7: <preduedate>
    8: <imageresponse id="11" max="1">
    9: <foilgroup>
   10: <foil>
   11: <image>/res/adm/includes/templates/man1.jpg</image>
   12: <text>Click on an eye</text>
   13: <rectangle>(127,139)-(186,178)</rectangle>
   14: <rectangle>(242,139)-(306,183)</rectangle>
   15: 
   16: </foil>
   17: <foil>
   18: <image>/res/adm/includes/templates/man1.jpg</image>
   19: <text>Click on the nose
   20: </text>
   21: <rectangle>(192,180)-(227,222)</rectangle>
   22: </foil>
   23: <foil>
   24: <image>/res/adm/includes/templates/man1.jpg</image>
   25: <text>Click on the mouth
   26: </text>
   27: <rectangle>(142,226)-(294,293)</rectangle>
   28: 
   29: 
   30: </foil>
   31: </foilgroup>
   32: <notsolved>
   33: <hintgroup>
   34: <hintpart on="default"><startouttext />This is a hint.
   35: <endouttext /></hintpart>
   36: </hintgroup>
   37: </notsolved>
   38: </imageresponse>
   39: </preduedate>
   40: </problem>

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