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