I have a situation where the initial state should be such that no radio button is selected in a radio button group. I then wish to select only one button at a time. How may I do that ?
An example to this usage is a multiple choice question in a test where only one answer is correct, Initially nothing is chosen and it is up to the student to make one and only one selection.
How do I do that ?
Thank you
1 answer
Hi Aneeman, the “Radio Button Group” element supports none selection, although its initial state has one radio button selected.
After selecting the Radio Button Group element in your plot, you can change its selection by clicking the two buttons in tools panel, as shown below:
After adding a radio button group into your plot, you can click the “Select previous row” button (the left one) once to clear the selection.
-
Thank you very much .