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

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

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