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