The resolution of the system's timer.
<computer>
computer.name.timerResolution
Read Only
number
The following displays the resolution of the system's timer in a text stimulus:
<text myText>
/ items= ("correct = <% computer.timerResolution %>")
</text>
The following displays the resolution of the system's timer in an instruction page:
<page myPage>
correct = <% computer.timerResolution %>
</page>