Independently adjusting the font size of \caption and \optionvalues when using radiobuttons


Independently adjusting the font size of \caption and \optionvalues...
Author
Message
EN
EN
Associate Member (116 reputation)Associate Member (116 reputation)Associate Member (116 reputation)Associate Member (116 reputation)Associate Member (116 reputation)Associate Member (116 reputation)Associate Member (116 reputation)Associate Member (116 reputation)Associate Member (116 reputation)
Group: Forum Members
Posts: 19, Visits: 143
Dave - 6/5/2025
EN - 6/4/2025
Hello:

I wonder if there is a way to independently adjust the font size of /caption and /optionvalues when using radiobuttons?

I understand that / itemfontstyle, e.g., / itemfontstyle = ("Arial", 2.00%, false, false, false, false, 5, 1), allows me to to setup the font size of both /caption and /optionvalues but I would like to make the labels in /optionvalues a bit smaller than the /caption (to make the latter more visible).

Any help will be greatly appreciated. Thank you very much in advance.

EN

/optionValues are never displayed, so you must mean /options.

<surveyPage examplePage>
/ questions = [1=exampleQuestion]
/ showPageNumbers = false
/ showQuestionNumbers = false
</surveyPage>

<radioButtons exampleQuestion>
/ caption = "The Question's Caption"
/ options = ("Option A", "Option B", "Option C")
/ optionValues = ("1", "2", "3")
/ fontStyle = ("Arial", 4%) // applies to caption
/ responseFontStyle = ("Times New Roman", 2%) // applies to response options
</radioButtons>




Thanks, Dave! This is exactly what I wanted.
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: 108K
EN - 6/4/2025
Hello:

I wonder if there is a way to independently adjust the font size of /caption and /optionvalues when using radiobuttons?

I understand that / itemfontstyle, e.g., / itemfontstyle = ("Arial", 2.00%, false, false, false, false, 5, 1), allows me to to setup the font size of both /caption and /optionvalues but I would like to make the labels in /optionvalues a bit smaller than the /caption (to make the latter more visible).

Any help will be greatly appreciated. Thank you very much in advance.

EN

/optionValues are never displayed, so you must mean /options.

<surveyPage examplePage>
/ questions = [1=exampleQuestion]
/ showPageNumbers = false
/ showQuestionNumbers = false
</surveyPage>

<radioButtons exampleQuestion>
/ caption = "The Question's Caption"
/ options = ("Option A", "Option B", "Option C")
/ optionValues = ("1", "2", "3")
/ fontStyle = ("Arial", 4%) // applies to caption
/ responseFontStyle = ("Times New Roman", 2%) // applies to response options
</radioButtons>




Edited 2 days ago @ 4:38 PM by Dave
EN
EN
Associate Member (116 reputation)Associate Member (116 reputation)Associate Member (116 reputation)Associate Member (116 reputation)Associate Member (116 reputation)Associate Member (116 reputation)Associate Member (116 reputation)Associate Member (116 reputation)Associate Member (116 reputation)
Group: Forum Members
Posts: 19, Visits: 143
Hello:

I wonder if there is a way to independently adjust the font size of /caption and /optionvalues when using radiobuttons?

I understand that / itemfontstyle, e.g., / itemfontstyle = ("Arial", 2.00%, false, false, false, false, 5, 1), allows me to to setup the font size of both /caption and /optionvalues but I would like to make the labels in /optionvalues a bit smaller than the /caption (to make the latter more visible).

Any help will be greatly appreciated. Thank you very much in advance.

EN
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Reading This Topic

Explore
Messages
Mentions
Search