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