The last response latency recorded for the specified element.
Applies to
<trial> <openended> <likert> <namingtrial> <block> <expt>
Remarks
None.
Examples
The following displays the value of latency in a text stimulus:
<text sometext>
/ items= ("latency = <% trial.sometrial.latency %>")
</text>
The following displays the value of latency in an instruction page:
<page somepage>
latency = <% trial.sometrial.latency %>
</page>