The variance of response latencies for the specified element within the current block.
Applies to
<trial> <openended> <likert> <namingtrial> <block> <expt>
Remarks
None.
Examples
The following displays the value of varlatency in a text stimulus:
<text sometext>
/ items= ("varlatency = <% trial.sometrial.varlatency %>")
</text>
The following displays the value of varlatency in an instruction page:
<page somepage>
varlatency = <% trial.sometrial.varlatency %>
</page>