up Inquisit Language Reference

releasedate property

The release date for the version of Inquisit running the script.

Member of

<inquisit>

Remarks

The releasedate property can be used in combination with the version property to track which version of Inquisit was used to collect a given set of data. The format of the time is mmddyy. For example, June 6th, 2011 would appear as "060611".

Examples

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

<text sometext>
/ items= ("releasedate = <% inquisit.releasedate %>")
</text>

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

<summarydata>
/ columns=[script.subjectid, script.startdate, script.starttime, inquisit.version, inquisit.releasedate, expressions.da, expressions.db, expressions.d]
/ file="iat_summary.iqdat"
</summarydata>

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