up Inquisit Language Reference

totalMeanLatency property

The mean response latency for the specified element over the entire experiment.

Member of

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

Syntax

event.name.totalMeanLatency

Read Only

Type

number

Remarks

None.

Examples

The following displays the value of totalMeanLatency in a text stimulus:

<text myText>
/ items= ("totalMeanLatency = <% trial.myTrial.totalMeanLatency %>")
</text>

The following displays the value of totalMeanLatency in an instruction page:

<page myPage>
totalMeanLatency = <% trial.myTrial.totalMeanLatency %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.