up Inquisit Language Reference

totalSDLatency property

The standard deviation of response latencies for the specified element over the entire experiment.

Member of

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

Syntax

event.name.totalSDLatency

Read Only

Type

number

Remarks

None.

Examples

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

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

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

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

Copyright Millisecond Software, LLC. All rights reserved.