The height of the font used for a survey items response options or text.
<sliderTrial> <survey> <caption> <checkboxes> <dropdown> <image> <listbox> <radioButtons> <slider> <textbox> <surveyPage>
object.name.responseFontHeight
Read/Write
extent
The amount can be specified in percentages, pixels, or points.
The following displays the value of responseFontHeight in a text stimulus:
<text myText>
/ items= ("responseFontHeight = <% surveypage.page3.responseFontHeight %>")
</text>
The following displays the value of responseFontHeight in an instruction page:
<page myPage>
responseFontHeight = <% survey.mySurvey.responseFontHeight %>
</page>