up Inquisit Language Reference

responseFontHeight property

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

Member of

<sliderTrial> <survey> <caption> <checkboxes> <dropdown> <image> <listbox> <radioButtons> <slider> <textbox> <surveyPage>

Syntax

object.name.responseFontHeight

Read/Write

Type

extent

Remarks

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

Examples

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>

Copyright Millisecond Software, LLC. All rights reserved.