up Inquisit Language Reference

currenttime property

The current time.

Member of

<clock> <script>

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 sometext>
/ items= ("currenttime = <% script.currenttime %>")
</text>

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

<page somepage>
currenttime = <% script.currenttime %>
</page>

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