up Inquisit Language Reference

width property

The display width of the item.

Member of

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

Syntax

object.name.width

Read/Write

Type

extent

Remarks

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

Examples

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

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

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

<page myPage>
Width = <% instruct.width %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.