The last stimulus upon which a dropSource was dropped on the trial.
<trial> <likert> <openended> <sliderTrial> <surveyPage>
trial.name.lastDropTarget
Read Only
string
This property returns the stimulus upon which a dropSource was dropped on the last run of the trial.
The following displays the value of lastDropTarget in a text stimulus:
<text myText>
/ items= ("last drop target = <% trial.lastDropTarget %>")
</text>