up Inquisit Language Reference

responsefontheight property

The height of the font used for a survey items response options or text.

Member of

<caption> <checkboxes> <dropdown> <image> <listbox> <radiobuttons> <slider> <survey> <surveypage> <textbox>

Remarks

The amount can be specified in percentages, pixels, or points.

Examples

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>

Send comments on this topic:
Copyright Millisecond Software, LLC. All rights reserved.