Annotation of loncom/homework/templates/RandomLabelExample.problem, revision 1.4
1.1 albertel 1: <problem>
1.2 www 2: <randomlabel width="576" height="432" texwidth="60" bgimg="/res/adm/includes/templates/man1.jpg">
1.1 albertel 3: <labelgroup name="face" type="text">
4: <location x="73" y="60" value="">
5: </location>
6: <location x="443" y="169" value="">
7: </location>
8: <location x="46" y="263" value="">
9: </location>
10:
11: <location x="364" y="332" value="">
12: </location>
13: <label>A</label>
14: <label>B</label>
15: <label>C</label>
16: <label>D</label>
17: </labelgroup>
18: </randomlabel><startouttext />Match the following:<endouttext />
1.4 ! albertel 19: <optionresponse max="10">
1.1 albertel 20: <foilgroup options="('A', 'B', 'C', 'D')">
21: <foil name="eyebrow" value="$face{1}">
22: <startouttext />eyebrow<endouttext />
23: </foil>
24: <foil name="eye" value="$face{2}">
25: <startouttext />eye<endouttext />
26: </foil>
27: <foil name="nose" value="$face{3}">
28: <startouttext />nose<endouttext />
29: </foil>
30: <foil name="mouth" value="$face{4}">
31: <startouttext />mouth<endouttext />
32: </foil>
33:
34: </foilgroup>
1.3 www 35: <hintgroup><startouttext /><endouttext />
1.1 albertel 36: </hintgroup>
37: </optionresponse>
38: </problem>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>