The last response 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 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.
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>