The height of the font used for survey items.
<survey> <surveyPage>
object.name.itemFontHeight
Read/Write
extent
The height can be specified in percentages, pixels, or points.
The following displays the value of itemFontHeight in a text stimulus:
<text myText>
/ items= ("itemFontHeight = <% survey.mySurvey.itemFontHeight %>")
</text>
The following displays the value of itemFontHeight in an instruction page:
<page myPage>
itemFontHeight = <% surveypage.page1.itemFontHeight %>
</page>