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