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