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

1.1       albertel    1: <problem>
                      2: 
1.7       albertel    3: <startouttext />Enter the text of the question here.<endouttext />
1.1       albertel    4: 
1.7       albertel    5: <radiobuttonresponse max="10" randomize="yes">
1.1       albertel    6: 
                      7:     <foilgroup>
                      8: 
1.7       albertel    9: <foil location="random" value="true" name="foil1">
                     10: <startouttext />This is foil One, and it is currently set to "true."  Only one true foil is selected.
1.5       www        11: <endouttext />
1.1       albertel   12: </foil>
                     13: 
1.7       albertel   14: <foil location="random" value="true" name="foil2">
                     15: <startouttext />This is foil Two, and it is currently set to "true."  Only one true foil is selected.
1.5       www        16: <endouttext />
1.1       albertel   17: </foil>
                     18: 
1.7       albertel   19: <foil location="random" value="false" name="foil3">
                     20: <startouttext />This is foil Three, and it is currently set to "false."
1.5       www        21: <endouttext />
1.1       albertel   22: </foil>
                     23: 
1.7       albertel   24: <foil location="random" value="false" name="foil4">
                     25: <startouttext />This is foil Four, and it is currently set to "false."
1.5       www        26: <endouttext />
1.1       albertel   27: </foil>
                     28: 
1.7       albertel   29: <foil location="random" value="false" name="foil5">
                     30: <startouttext />This is foil Five, and it is currently set to "false."
1.5       www        31: <endouttext />
1.1       albertel   32: </foil>
                     33: 
                     34:     </foilgroup>
                     35:     
1.8     ! www        36:     <hintgroup><startouttext /><endouttext />
1.1       albertel   37:     </hintgroup>
                     38: 
                     39: </radiobuttonresponse>
                     40: 
                     41: </problem>

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