up Inquisit Language Reference

percentCorrect property

The percent of correct responses the monkey should aim for.

Member of

<monkey>

Syntax

monkey.name.percentCorrect

Read Only

Type

number

Remarks

None.

Examples

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

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

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

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

Copyright Millisecond Software, LLC. All rights reserved.