up Inquisit Language Reference

sdLatency property

The standard deviation of response latencies for the specified element within the current block.

Member of

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

Syntax

event.name.sdLatency

Read Only

Type

number

Remarks

None.

Examples

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

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

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

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

Copyright Millisecond Software, LLC. All rights reserved.