File:  [LON-CAPA] / loncom / homework / templates / SelectFromOptions-Simple.problem
Revision 1.5: download - view: text, annotated - select for diffs
Tue May 13 20:45:20 2003 UTC (21 years ago) by albertel
Branches: MAIN
CVS tags: version_0_99_3, version_0_99_2, version_0_99_1, version_0_99_0, conference_2003, HEAD
- Bluh

    1: <problem><startouttext />Type Question Here.<endouttext />
    2: <optionresponse max="10">
    3:     <foilgroup options="('Green','Red')">
    4: <foil name="Foil1" value="Green">
    5: <startouttext />This is foil One. It is currently set to "Green."<endouttext />
    6: </foil>
    7: <foil name="Foil2" value="Red">
    8: <startouttext />This is foil Two. It is currently set to "Red."<endouttext />
    9: </foil>
   10: <foil name="Foil3" value="Green">
   11: <startouttext />This is foil Three. It is currently set to "Green."<endouttext />
   12: </foil>
   13:     </foilgroup>
   14:     <hintgroup><startouttext />Add hint text here.<endouttext />
   15:     </hintgroup>
   16: </optionresponse>
   17: </problem>

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