up Inquisit Language Reference

dropY property

The vertical screen coordinate of the visual stimulus where stimuli that are dragged and dropped onto it are positioned.

Member of

<button> <clearScreen> <clock> <html> <picture> <shape> <text> <video>

Syntax

visualstimulus.name.dropY

Read/Write

Type

extent

Remarks

This property allows a script to get or set the vertical position on the stimulus where dragged and dropped items are positioned. The coordinate can be specified in pixels or percents.

Examples

The following sets the drop position of a drop target to the upper left corner of the stimulus:

<trial example>
/ onTrialBegin = {shape.dropoption1.dropY = 10%; shape.dropoption1.dropY = 10%;}
</trial>

Copyright Millisecond Software, LLC. All rights reserved.