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