The shortest response latency for the specified element over the entire experiment.
<block> <expt> <likert> <openended> <sliderTrial> <survey> <surveyPage> <trial>
event.name.totalMinLatency
Read Only
integer
None.
The following displays the value of totalMinLatency in a text stimulus:
<text myText>
/ items= ("totalMinLatency = <% trial.myTrial.totalMinLatency %>")
</text>
The following displays the value of totalMinLatency in an instruction page:
<page myPage>
totalMinLatency = <% trial.myTrial.totalMinLatency %>
</page>