up Inquisit Language Reference

itemFontHeight property

The height of the font used for survey items.

Member of

<survey> <surveyPage>

Syntax

object.name.itemFontHeight

Read/Write

Type

extent

Remarks

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

Examples

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>

Copyright Millisecond Software, LLC. All rights reserved.