up Inquisit Language Reference

meanLatency property

The mean response latency for the specified element within the current block.

Member of

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

Syntax

event.name.meanLatency

Read Only

Type

number

Remarks

None.

Examples

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

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

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

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

Copyright Millisecond Software, LLC. All rights reserved.