The last responsetext given by the participant for the specified element.
<block> <checkboxes> <dropdown> <expt> <likert> <listbox> <openended> <radiobuttons> <slider> <slidertrial> <textbox> <trial>
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.
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>