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