up Inquisit Language Reference

listHeight property

The height of the listbox or dropdown used by survey item.

Member of

<dropdown> <listbox>

Syntax

object.name.listHeight

Read/Write

Type

extent

Remarks

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

Examples

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

<text myText>
/ items= ("listHeight = <% listbox.q1.listHeight %>")
</text>

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

<page myPage>
listHeight = <% dropdown.q1.listHeight %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.