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

1.1       albertel    1: <problem>
1.11    ! bisitz      2: 
1.9       www         3: <parameter name="maxtries" type="int_pos" default="2" description="Maximum Number of Tries" />
1.11    ! bisitz      4: 
        !             5: <startouttext />
        !             6: Enter the text of the question here.
        !             7: <endouttext />
1.1       albertel    8: 
1.7       albertel    9: <radiobuttonresponse max="10" randomize="yes">
1.1       albertel   10:     <foilgroup>
1.11    ! bisitz     11:         <foil location="random" value="true" name="foil1">
        !            12:             <startouttext />This is foil One, and it is currently set to "true."  Only one true foil is selected.<endouttext />
        !            13:         </foil>
        !            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.<endouttext />
        !            16:         </foil>
        !            17:         <foil location="random" value="false" name="foil3">
        !            18:             <startouttext />This is foil Three, and it is currently set to "false."<endouttext />
        !            19:         </foil>
        !            20:         <foil location="random" value="false" name="foil4">
        !            21:             <startouttext />This is foil Four, and it is currently set to "false."<endouttext />
        !            22:         </foil>
        !            23:         <foil location="random" value="false" name="foil5">
        !            24:             <startouttext />This is foil Five, and it is currently set to "false."<endouttext />
        !            25:         </foil>
1.1       albertel   26:     </foilgroup>
                     27: </radiobuttonresponse>
                     28: 
                     29: </problem>

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