up Inquisit Language Reference

minLatency property

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

Member of

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

Syntax

event.name.minLatency

Read Only

Type

integer

Remarks

None.

Examples

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

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

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

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

Copyright Millisecond Software, LLC. All rights reserved.