up Inquisit Language Reference

startdate property

The date at which this script session began.

Member of

<script>

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 sometext>
/ 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>

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