up Inquisit Language Reference

height property

The display height 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 height can be specified in percentages, pixels, or points.

Examples

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

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

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

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

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