up Inquisit Language Reference

startTime property

The time at which this script session began.

Member of

<script>

Syntax

script.name.startTime

Read Only

Type

string

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

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

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

Copyright Millisecond Software, LLC. All rights reserved.