Changing radiobutton size


Author
Message
serge
serge
Partner Member (623 reputation)Partner Member (623 reputation)Partner Member (623 reputation)Partner Member (623 reputation)Partner Member (623 reputation)Partner Member (623 reputation)Partner Member (623 reputation)Partner Member (623 reputation)Partner Member (623 reputation)
Group: Forum Members
Posts: 7, Visits: 13
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!

Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 13K, Visits: 105K
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.

GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Reading This Topic

Explore
Messages
Mentions
Search