By jxb - 2/17/2020
Good morning,
Is there a way to make the size of the radiobuttons larger?
Thanks, jxb
|
By Dave - 2/17/2020
+xGood morning, Is there a way to make the size of the radiobuttons larger? Thanks, jxb If you are referring to the clickable "button" itself, no, there is not. As for the size of any text components (e.g. the various options or the caption), those are all configurable per the various /fontstyle attributes.
<radiobuttons myrb> / caption = "Select an option" / subcaption = "out of the two" / options = ("A", "B") / fontstyle = ("Times New Roman", 7%) / subcaptionfontstyle = ("Courier", 4%) / responsefontstyle = ("Arial", 5%) </radiobuttons>
<surveypage mypage> / questions = [1=myrb] </surveypage>
|
By seandr - 2/17/2020
Note that the clickable radiobuttons are larger in Inquisit 6.
-Sean
|
|