File:  [LON-CAPA] / loncom / homework / templates / ClickImageExample.problem
Revision 1.2: download - view: text, annotated - select for diffs
Fri Jun 6 04:44:28 2003 UTC (21 years, 1 month ago) by albertel
Branches: MAIN
CVS tags: HEAD
- These tags shouldn't be in problems

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

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