up Inquisit Language Reference

droptarget property

Determines whether visual stimuli can be dragged and dropped onto this stimulus.

Member of

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

Remarks

A value of true (or 1) indicates the stimulus is a valid droptarget. A value of false (or 0) indicates that items can not be dragged and dropped on it. Visual stimuli marked as drop sources can be dragged and dropped onto drop targets.

Examples

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

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

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

<page somepage>
droptarget = <% text.sometext.droptarget %>
</page>

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