up Inquisit Language Reference

latency property

The last response latency recorded for the specified element.

Member of

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

Syntax

event.name.latency

Read Only

Type

integer

Remarks

None.

Examples

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

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

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

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

Copyright Millisecond Software, LLC. All rights reserved.