Annotation of loncom/homework/templates/RadioResponse.problem, revision 1.6

1.1       albertel    1: <problem>
                      2: 
1.5       www         3: <startouttext />Enter the text of the question here. Of the foils provided,
                      4: LON-CAPA will randomly select one "true" foil,
                      5: and "false" foils up the "Max Number Of Shown Foils."
1.1       albertel    6: <endouttext />
                      7: 
                      8: <radiobuttonresponse max="10">
                      9: 
                     10:     <foilgroup>
                     11: 
                     12: <foil name="foil1" value="true">
1.5       www        13: <startouttext />This is foil One, and it is currently set to "true."
                     14: <endouttext />
1.1       albertel   15: </foil>
                     16: 
1.3       albertel   17: <foil name="foil2" value="true">
1.5       www        18: <startouttext />This is foil Two, and it is currently set to "true."
                     19: <endouttext />
1.1       albertel   20: </foil>
                     21: 
                     22: <foil name="foil3" value="false">
1.5       www        23: <startouttext />This is foil Three, and it is currently set to "false."
                     24: <endouttext />
1.1       albertel   25: </foil>
                     26: 
                     27: <foil name="foil4" value="false">
1.5       www        28: <startouttext />This is foil Four, and it is currently set to "false."
                     29: <endouttext />
1.1       albertel   30: </foil>
                     31: 
1.5       www        32: <foil name="foil5" value="unused">
                     33: <startouttext />This is foil Five, and it is currently set to "unused."
                     34: <endouttext />
1.1       albertel   35: </foil>
                     36: 
                     37:     </foilgroup>
                     38:     
                     39:     <hintgroup><startouttext />Add hint text here.<endouttext />
                     40:     </hintgroup>
                     41: 
                     42: </radiobuttonresponse>
                     43: 
                     44: </problem>

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