Determines whether visual stimuli can be dragged and dropped onto this stimulus.
<button> <clock> <picture> <shape> <text> <video>
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.
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>