The height of the font used for a survey items response options or text.
<caption> <checkboxes> <dropdown> <image> <listbox> <radiobuttons> <slider> <survey> <surveypage> <textbox>
The amount can be specified in percentages, pixels, or points.
The following displays the value of responsefontheight in a text stimulus:
<text sometext>
/ items= ("responsefontheight = <% surveypage.page3.responsefontheight %>")
</text>
The following displays the value of responsefontheight in an instruction page:
<page somepage>
responsefontheight = <% survey.mysurvey.responsefontheight %>
</page>