up Inquisit Language Reference

sdLatency property

The standard deviation for monkey response latencies.

Member of

<monkey>

Syntax

monkey.name.sdLatency

Read Only

Type

number

Remarks

None.

Examples

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

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

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

<page myPage>
sdLatency = <% monkey.sdLatency %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.