up Inquisit Language Reference

height property

The display height 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.height

Read/Write

Type

extent

Remarks

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

Examples

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

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

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

<page myPage>
height = <% instruct.height %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.