up Inquisit Language Reference

response property

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

Member of

<block> <checkboxes> <dropdown> <expt> <likert> <listbox> <openended> <radiobuttons> <slider> <slidertrial> <textbox> <trial>

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 sometext>
/ items= ("response = <% trial.sometrial.response %>")
</text>

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

<page somepage>
response = <% trial.sometrial.response %>
</page>

Send comments on this topic:
Copyright Millisecond Software, LLC. All rights reserved.