up Inquisit Language Reference

dropTarget property

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

Member of

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

Syntax

visualstimulus.name.dropTarget

Read/Write

Type

boolean

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

Examples

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

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

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

<page myPage>
droptarget = <% text.myText.dropTarget %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.