up Inquisit Language Reference

version property

The current version number of Inquisit.

Member of

<inquisit>

Syntax

inquisit.name.version

Read Only

Type

string

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

Copyright Millisecond Software, LLC. All rights reserved.