up Inquisit Language Reference

totalMinLatency property

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

Member of

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

Syntax

event.name.totalMinLatency

Read Only

Type

integer

Remarks

None.

Examples

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

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

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

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

Copyright Millisecond Software, LLC. All rights reserved.