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