up Inquisit Language Reference

starttime property

The time at which this script session began.

Member of

<script>

Remarks

Time is retrieved from the local computer's clock and is reported in the local computer's time zone. The format of the time is hh:mm:ss where hours range from 1 to 24.

Examples

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

<text sometext>
/ items= ("starttime = <% script.starttime %>")
</text>

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

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

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