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

1.5     ! bisitz      1: <problem>
        !             2: 
        !             3: <randomlabel width="576" height="432" texwidth="60" bgimg="/res/adm/includes/templates/man1.jpg">
        !             4:     <labelgroup name="face" type="text">
        !             5:         <location x="73" y="60" value="">
        !             6:         </location>
        !             7:         <location x="443" y="169" value="">
        !             8:         </location>
        !             9:         <location x="46" y="263" value="">
        !            10:         </location>
        !            11:         <location x="364" y="332" value="">
        !            12:         </location>
        !            13: 
        !            14:         <label>A</label>
        !            15:         <label>B</label>
        !            16:         <label>C</label>
        !            17:         <label>D</label>
        !            18:     </labelgroup>
        !            19: </randomlabel>
        !            20: 
        !            21: <startouttext />
        !            22: Match the following:
        !            23: <endouttext />
        !            24: 
        !            25: <optionresponse max="10">
        !            26:     <foilgroup options="('A', 'B', 'C', 'D')">
        !            27:         <foil name="eyebrow" value="$face{1}">
        !            28:             <startouttext />eyebrow<endouttext />
        !            29:         </foil>
        !            30:         <foil name="eye" value="$face{2}">
        !            31:             <startouttext />eye<endouttext />
        !            32:         </foil>
        !            33:         <foil name="nose" value="$face{3}">
        !            34:             <startouttext />nose<endouttext />
        !            35:         </foil>
        !            36:         <foil name="mouth" value="$face{4}">
        !            37:             <startouttext />mouth<endouttext />
        !            38:         </foil>
        !            39:     </foilgroup>
        !            40:     <hintgroup>
        !            41:         <startouttext /><endouttext />
        !            42:     </hintgroup>
        !            43: </optionresponse>
        !            44: 
        !            45: </problem>

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