Annotation of loncom/homework/templates/SimpleTrueFalse.problem, revision 1.5

1.3       bisitz      1: <problem>
                      2: 
                      3: <startouttext />
                      4: Type Question Here.
                      5: <endouttext />
                      6: 
1.1       www         7: <optionresponse max="10">
1.5     ! www         8:     <foilgroup options="('True','False')" checkboxvalue="True" checkboxoptions="nochoice">
1.3       bisitz      9:         <foil name="Foil1" value="True">
                     10:             <startouttext />This is foil One. It is currently set to "True."<endouttext />
                     11:         </foil>
                     12:         <foil name="Foil2" value="False">
                     13:             <startouttext />This is foil Two. It is currently set to "False."<endouttext />
                     14:         </foil>
                     15:         <foil name="Foil3" value="True">
                     16:             <startouttext />This is foil Three. It is currently set to "True."<endouttext />
                     17:         </foil>
                     18:         <foil name="Foil4" value="False">
                     19:             <startouttext />This is foil Four. It is currently set to "False."<endouttext />
                     20:         </foil>
                     21:         <foil name="Foil5" value="True">
                     22:             <startouttext />This is foil Five. It is currently set to "True."<endouttext />
                     23:         </foil>
                     24:         <foil name="Foil6" value="False">
                     25:             <startouttext />This is foil Six. It is currently set to "False."<endouttext />
                     26:         </foil>
1.1       www        27:     </foilgroup>
1.3       bisitz     28:     <hintgroup>
                     29:         <startouttext /><endouttext />
1.1       www        30:     </hintgroup>
                     31: </optionresponse>
1.3       bisitz     32: 
1.1       www        33: </problem>

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