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