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>