up Inquisit Language Reference

y property

The vertical coordinate of the visual item.

Member of

<likert> <openended> <sliderTrial> <caption> <checkboxes> <dropdown> <image> <listbox> <radioButtons> <slider> <textbox> <button> <clearScreen> <clock> <html> <picture> <shape> <text> <video>

Syntax

object.name.y

Read/Write

Type

extent

Remarks

Specifies the vertical pixel location of visual stimulus, question, or survey item.

Examples

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

<text myText>
/ items= ("mouse y position = <% mouse.y %>")
</text>

Copyright Millisecond Software, LLC. All rights reserved.