up Inquisit Language Reference

startDate property

The date at which this script session began.

Member of

<script>

Syntax

script.name.startDate

Read Only

Type

string

Remarks

The format of the time is mmddyyyy. For example, June 6th, 2011 would appear as "06062011".

Examples

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

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

The following saves the startDate (among other values) to a summary data file:

<summarydata>
/ columns=[script.subjectId, script.startDate, script.startTime, expressions.da, expressions.db, expressions.d]
/ file="iat_summary.iqdat"
</summarydata>

Copyright Millisecond Software, LLC. All rights reserved.