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