The frequency with which a clock in stopwatch or timer mode is reset.
<clock>
This property 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 following displays the value of resetrate in a text stimulus:
<text sometext>
/ items= ("resetrate = <% clock.surveytimer.resetrate %>")
</text>
The following displays the value of resetrate in an instruction page:
<page somepage>
resetrate = <% clock.sorttask.resetrate %>
</page>