up Inquisit Language Reference

monkeymode property

Indicates whether the script is running in monkey mode.

Member of

<monkey>

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 monkeymode in a text stimulus:

<text sometext>
/ items= ("monkeymode = <% monkey.monkeymode %>")
</text>

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

<page somepage>
monkeymode = <% monkey.monkeymode %>
</page>

Send comments on this topic:
Copyright Millisecond Software, LLC. All rights reserved.