up Inquisit Language Reference

width property

The display width of the item.

Member of

<button> <caption> <checkboxes> <clock> <display> <dropdown> <image> <instruct> <listbox> <openended> <picture> <radiobuttons> <shape> <slider> <slidertrial> <text> <textbox> <video>

Remarks

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

Examples

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

<text sometext>
/ items= ("width = <% text.foo.width %>")
</text>

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

<page somepage>
width = <% defaults.width %>
</page>

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