The percent of correct responses the monkey should aim for.
<monkey>
monkey.name.percentCorrect
Read Only
number
None.
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>