up Inquisit Language Reference

x property

The horizontal 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.x

Read/Write

Type

extent

Remarks

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

Examples

The following displays the value of x for the text stimulus:

<text myText>
/ items= ("text position = <% text.example.x %>")
</text>

Copyright Millisecond Software, LLC. All rights reserved.