up Inquisit Language Reference

timerResolution property

The resolution of the system's timer.

Member of

<computer>

Syntax

computer.name.timerResolution

Read Only

Type

number

Remarks

Examples

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>

Copyright Millisecond Software, LLC. All rights reserved.