up Inquisit Language Reference

responsetext property

The last responsetext 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 responsetext given on the most recent trial that was run within the block. If the element is a trial, this returns the responsetext given the last time the trial was run.

Examples

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

<text sometext>
/ items= ("responsetext = <% trial.sometrial.responsetext %>")
</text>

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

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

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