up Inquisit Language Reference

listWidth property

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

Member of

<dropdown> <listbox>

Syntax

object.name.listWidth

Read/Write

Type

extent

Remarks

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

Examples

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

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

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

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

Copyright Millisecond Software, LLC. All rights reserved.