File:  [LON-CAPA] / loncom / homework / templates / RandomLabelExample.problem
Revision 1.1: download - view: text, annotated - select for diffs
Thu Jun 6 08:56:43 2002 UTC (21 years, 10 months ago) by albertel
Branches: MAIN
CVS tags: version_0_6_2, version_0_6, version_0_5_1, version_0_5, version_0_4, stable_2002_july, STABLE, HEAD
- new templates from felicia

<problem>
<randomlabel width="576" height="432" texwidth="60" bgimg="/res/msu/demo/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 />Add hint text here.<endouttext />
    </hintgroup>
</optionresponse>
</problem>

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