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.