Radio Buttons
April 19, 2008 12:00 AM
Carrie/Kathleen,Create a radio button group and drag your 5 radio buttons into that. This will cause the radio buttons to behave so that only one can be selected at a time. The associate variable for the radio button group will be populated with the name of the radio button selected. So if you select Radio_1, then Radio_Group_1 will be equal to Radio_1. You can then use this information to begin your branching.
Discussions have been disabled for this post