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.

    1: <problem>
    2: <randomlabel width="576" height="432" texwidth="60" bgimg="/res/adm/includes/templates/man1.jpg">
    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 />
   19: <optionresponse id="11" max="10">
   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>
   35:     <hintgroup><startouttext /><endouttext />
   36:     </hintgroup>
   37: </optionresponse>
   38: </problem>

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