The current version number of Inquisit.
<inquisit>
inquisit.name.version
Read Only
string
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.
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>