up Inquisit Language Reference

totalVarLatency property

The variance of response latencies for the specified element over the entire experiment.

Member of

<block> <expt> <likert> <openended> <sliderTrial> <survey> <surveyPage> <trial>

Syntax

event.name.totalVarLatency

Read Only

Type

number

Remarks

None.

Examples

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>

Copyright Millisecond Software, LLC. All rights reserved.