up Inquisit Language Reference

resettime function

Resets the time of a clock that is in timer or stopwatch mode.

Member of

<clock>

Syntax

element.name.resettime()

Parameters

None.

Examples

The following resets the time of a stopwatch:

<trial sometrial>
/ ontrialend= [clock.timespent.resettime();]
</trial>

The following resets the time of a timer:

<trial sometrial>
/ ontrialend= [clock.timeremaining.resettime();]
</trial>

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