The shortest 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 minlatency in a text stimulus:
<text sometext>
/ items= ("minlatency = <% trial.sometrial.minlatency %>")
</text>
The following displays the value of minlatency in an instruction page:
<page somepage>
minlatency = <% trial.sometrial.minlatency %>
</page>