up Inquisit Language Reference

varLatency property

The variance of response latencies for the specified element within the current block.

Member of

<block> <expt> <likert> <openended> <slidertrial> <survey> <surveypage> <trial>

Syntax

event.name.varLatency

Read Only

Type

integer

Remarks

None.

Examples

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>

Copyright Millisecond Software, LLC. All rights reserved.