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