up Inquisit Language Reference

resetrate attribute

The resetrate attribute determines the frequency with which a clock in stopwatch or timer mode is reset.

Member of

<clock>

Syntax

/ resetrate = rate

Parameters

rate One of the following values:
Value Description
trial Resets the clock after each trial.
block Resets the clock after each block.
experiment Resets the clock after each experiment.

Remarks

This attribute determines whether a clock in stopwatch or timer mode is reset after each trial, block, or experiment. It has no effect for the visible part of the clock while in clock mode, although it will affect the value of the elapsedtime property.

The attribute would be set to 'block' for a timer used to indicate the amount of time left to perform a block of trials. For a stopwatch intended to display the amount of time spent on a trial, the attribute would be set to 'trial'.

The default setting is 'trial', which resets the clock at the end of each trial.

Examples

The following timer is reset at the end of the block:

<clock>
/ mode = timer
/ resetrate = block
/ format = "mm:ss"
</clock>

Send comments on this topic:
Copyright Millisecond Software, LLC. All rights reserved.