Annotation of loncom/homework/templates/SelectFromOptions-Simple.problem, revision 1.11

1.9       bisitz      1: <problem>
                      2: 
                      3: <startouttext />
                      4: Type Question Here.
                      5: <endouttext />
                      6: 
1.6       albertel    7: <optionresponse max="10" randomize="yes">
1.10      www         8:     <foilgroup options="('Green','Red','Blue')">
1.9       bisitz      9:         <foil location="random" value="Green" name="Foil1">
1.11    ! bisitz     10:             <startouttext />This is foil One. It is currently set to "Green".<endouttext />
1.9       bisitz     11:         </foil>
                     12:         <foil location="random" value="Red" name="Foil2">
1.11    ! bisitz     13:             <startouttext />This is foil Two. It is currently set to "Red".<endouttext />
1.9       bisitz     14:         </foil>
1.10      www        15:         <foil location="random" value="Blue" name="Foil3">
1.11    ! bisitz     16:             <startouttext />This is foil Three. It is currently set to "Blue".<endouttext />
1.9       bisitz     17:         </foil>
                     18:         <foil location="random" value="Red" name="Foil4">
1.11    ! bisitz     19:             <startouttext />This is foil Four. It is currently set to "Red".<endouttext />
1.9       bisitz     20:         </foil>
1.1       albertel   21:     </foilgroup>
1.9       bisitz     22:     <hintgroup>
                     23:         <startouttext /><endouttext />
1.1       albertel   24:     </hintgroup>
                     25: </optionresponse>
1.9       bisitz     26: 
1.1       albertel   27: </problem>

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