up Inquisit Language Reference

textboxHeight property

Deprecated

The height of the textbox used by survey item.

Member of

<textbox>

Syntax

textbox.name.textboxHeight

Read/Write

Type

extent

Remarks

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

Examples

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

<text myText>
/ items= ("textboxHeight = <% textbox.q1.textboxHeight %>")
</text>

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

<page myPage>
textboxHeight = <% textbox.q1.textboxHeight %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.