The height of the font used to print the subcaption on a survey question.
<survey> <caption> <checkboxes> <dropdown> <image> <listbox> <radioButtons> <slider> <textbox> <surveyPage>
object.name.subcaptionFontHeight
Read/Write
extent
The value can be specified in percentages, pixels, or points.
The following displays the value of subcaptionFontHeight in a text stimulus:
<text myText>
/ items= ("subcaptionFontHeight = <% listbox.q1.subcaptionFontHeight %>")
</text>
The following displays the value of subcaptionFontHeight in an instruction page:
<page myPage>
subcaptionFontHeight = <% checkboxes.q2.subcaptionFontHeight %>
</page>