up Inquisit Language Reference

meanLatency property

The mean response latency for the monkey's responses.

Member of

<monkey>

Syntax

monkey.name.meanLatency

Read Only

Type

number

Remarks

None.

Examples

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

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

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

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

Copyright Millisecond Software, LLC. All rights reserved.