up Inquisit Language Reference

listheight property

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

Member of

<dropdown> <listbox>

Remarks

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

Examples

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

<text sometext>
/ items= ("listheight = <% listbox.q1.listheight %>")
</text>

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

<page somepage>
listheight = <% dropdown.q1.listheight %>
</page>

Send comments on this topic:
Copyright Millisecond Software, LLC. All rights reserved.