up Inquisit Language Reference

version property

The current version number of Inquisit.

Member of

<inquisit>

Remarks

The version property can be used in combination with the releasedate property to track which version of Inquisit was used to collect a given set of data.

Examples

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

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

The following saves the version (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.