up Inquisit Language Reference

sumLatency property

The sum of all response latencies for the specified element within the current block.

Member of

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

Syntax

event.name.sumLatency

Read Only

Type

integer

Remarks

None.

Examples

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

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

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

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

Copyright Millisecond Software, LLC. All rights reserved.