up Inquisit Language Reference

lastDropTarget property

The last stimulus upon which a dropSource was dropped on the trial.

Member of

<trial> <likert> <openended> <sliderTrial> <surveyPage>

Syntax

trial.name.lastDropTarget

Read Only

Type

string

Remarks

This property returns the stimulus upon which a dropSource was dropped on the last run of the trial.

Examples

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

<text myText>
/ items= ("last drop target = <% trial.lastDropTarget %>")
</text>

Copyright Millisecond Software, LLC. All rights reserved.