up Inquisit Language Reference

response property

The last response given by the participant for the specified element.

Member of

<block> <expt> <likert> <openended> <slidertrial> <survey> <surveypage> <trial>

Syntax

event.name.response

Read Only

Type

value

Remarks

If the element is a block, this returns the response given on the most recent trial that was run within the block. If the element is a trial, this returns the response given the last time the trial was run.

Examples

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

<text myText>
/ items= ("response = <% trial.myTrial.response %>")
</text>

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

<page myPage>
response = <% trial.myTrial.response %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.