File:  [LON-CAPA] / loncom / homework / templates / RandomLabelExample.problem
Revision 1.3: download - view: text, annotated - select for diffs
Wed Apr 21 20:37:41 2004 UTC (20 years ago) by www
Branches: MAIN
CVS tags: version_1_1_99_0, HEAD
No more "Add hint text here." in future questions.

<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 id="11" 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>