By serge - 4/15/2016
Is there a way to change the size of radiobuttons (buttons themselves, not labels) in the survey element? I often have trouble selecting radio buttons on the first try.
Alternatively, is it possible to select the radio button when the respondent clicks not just on the button but anywhere on the label?
Thank you!
|
By Dave - 4/15/2016
No, the size of the buttons themselves isn't configurable.
> Alternatively, is it possible to select the radio button when the respondent clicks not just on the button but anywhere on the label?
If the <radiobuttons> element's /orientation is vertical, tapping the label should be sufficient (selecting a fairly large /responsefontstyle would facilitate the selection).
<surveypage mypage> / questions = [1=myrb] / showpagenumbers = false / showquestionnumbers = false </surveypage>
<radiobuttons myrb> / options = ("AAAA", "BBBB", "CCCC") / responsefontstyle = ("Arial", 5%) / orientation = vertical </radiobuttons>
If the orientation is horizontal, though, tapping the label unfortunately won't suffice due to how the labels in that orientation mode are currently implemented for layout / display purposes (this differs from the way labels worked under Inquisit 4).
In some cases, <likert> trials may be a suitable alternative to <radiobuttons> / <surveypage>.
Hope this helps.
|
|