up Inquisit Language Reference

monkeyMode property

Indicates whether the script is running in monkey mode.

Member of

<monkey>

Syntax

monkey.name.monkeyMode

Read/Write

Type

boolean

Remarks

This property returns true if the subject is the Inquisit monkey, and false if the subject is humanoid.

Examples

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

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

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

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

Copyright Millisecond Software, LLC. All rights reserved.