File:  [LON-CAPA] / loncom / homework / templates / SelectFromOptions-Simple.problem
Revision 1.6: download - view: text, annotated - select for diffs
Tue Jul 29 00:51:17 2003 UTC (20 years, 11 months ago) by albertel
Branches: MAIN
CVS tags: version_1_1_X, version_1_1_3, version_1_1_2, version_1_1_1, version_1_1_0, version_1_0_99_3, version_1_0_99_2, version_1_0_99_1, version_1_0_99, version_1_0_3, version_1_0_2, version_1_0_1, version_1_0_0, version_0_99_5, version_0_99_4, HEAD
- updates to the templates from felicia

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

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