up Inquisit Language Reference

currentTime property

The current time.

Member of

<clock> <script>

Syntax

object.name.currentTime

Read Only

Type

string

Remarks

The format of the time is hh:mm:ss where hours range from 1 to 24.

Examples

The following displays the value of currentTime in a text stimulus:

<text myText>
/ items= ("currentTime = <% script.currentTime %>")
</text>

The following displays the value of currentTime in an instruction page:

<page myPage>
currentTime = <% script.currentTime %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.