The mean response latency for the monkey's responses.
<monkey>
monkey.name.meanLatency
Read Only
number
None.
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>