Annotation of loncom/homework/templates/ClickImageExample.problem, revision 1.5

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

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