File:  [LON-CAPA] / loncom / homework / templates / RandomLabelExample.problem
Revision 1.4: download - view: text, annotated - select for diffs
Thu Jun 10 22:17:59 2004 UTC (19 years, 10 months ago) by albertel
Branches: MAIN
CVS tags: version_2_9_X, version_2_9_1, version_2_9_0, version_2_8_X, version_2_8_99_1, version_2_8_99_0, version_2_8_2, version_2_8_1, version_2_8_0, version_2_7_X, version_2_7_99_1, version_2_7_99_0, version_2_7_1, version_2_7_0, version_2_6_X, version_2_6_99_1, version_2_6_99_0, version_2_6_3, version_2_6_2, version_2_6_1, version_2_6_0, version_2_5_X, version_2_5_99_1, version_2_5_99_0, version_2_5_2, version_2_5_1, version_2_5_0, version_2_4_X, version_2_4_99_0, version_2_4_2, version_2_4_1, version_2_4_0, version_2_3_X, version_2_3_99_0, version_2_3_2, version_2_3_1, version_2_3_0, version_2_2_X, version_2_2_99_1, version_2_2_99_0, version_2_2_2, version_2_2_1, version_2_2_0, version_2_1_X, version_2_1_99_3, version_2_1_99_2, version_2_1_99_1, version_2_1_99_0, version_2_1_3, version_2_1_2, version_2_1_1, version_2_1_0, version_2_0_X, version_2_0_99_1, version_2_0_2, version_2_0_1, version_2_0_0, version_1_99_3, version_1_99_2, version_1_99_1_tmcc, version_1_99_1, version_1_99_0_tmcc, version_1_99_0, version_1_3_X, version_1_3_3, version_1_3_2, version_1_3_1, version_1_3_0, version_1_2_X, version_1_2_99_1, version_1_2_99_0, version_1_2_1, version_1_2_0, version_1_1_99_5, version_1_1_99_4, version_1_1_99_3, version_1_1_99_2, version_1_1_99_1, bz5969, HEAD, GCI_2, GCI_1, BZ5971-printing-apage, BZ5434-fox
- removing the id="11" (BUG#3074)

<problem>
<randomlabel width="576" height="432" texwidth="60" bgimg="/res/adm/includes/templates/man1.jpg">
<labelgroup name="face" type="text">
<location x="73" y="60" value="">
</location>
<location x="443" y="169" value="">
</location>
<location x="46" y="263" value="">
</location>

<location x="364" y="332" value="">
</location>
<label>A</label>
<label>B</label>
<label>C</label>
<label>D</label>
</labelgroup>
</randomlabel><startouttext />Match the following:<endouttext />
<optionresponse max="10">
    <foilgroup options="('A', 'B', 'C', 'D')">
<foil name="eyebrow" value="$face{1}">
<startouttext />eyebrow<endouttext />
</foil>
<foil name="eye" value="$face{2}">
<startouttext />eye<endouttext />
</foil>
<foil name="nose" value="$face{3}">
<startouttext />nose<endouttext />
</foil>
<foil name="mouth" value="$face{4}">
<startouttext />mouth<endouttext />
</foil>

    </foilgroup>
    <hintgroup><startouttext /><endouttext />
    </hintgroup>
</optionresponse>
</problem>

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