up Inquisit Language Reference

totalMaxLatency property

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

Member of

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

Syntax

event.name.totalMaxLatency

Read Only

Type

integer

Remarks

None.

Examples

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

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

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

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

Copyright Millisecond Software, LLC. All rights reserved.