up Inquisit Language Reference

pageFontHeight property

The font height of the current survey page.

Member of

<survey>

Syntax

survey.name.pageFontHeight

Read/Write

Type

extent

Remarks

Examples

The following displays the value of pageFontHeight in a text stimulus:

<text myText>
/ items= ("pageFontHeight = <% survey.interview.pageFontHeight %>")
</text>

The following displays the value of pageFontHeight in an instruction page:

<page myPage>
pageFontHeight = <% survey.interview.pageFontHeight %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.