The build of Inquisit running the script.
<inquisit>
inquisit.name.build
Read Only
string
The build 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. This number refers to a unique build of an Inquisit version.
The following displays the value of build and version in a text stimulus:
<text myText>
/ items= ("build = <% inquisit.build %>")
</text>
The following saves the build (among other values) to a summary data file:
<summarydata>
/ columns=(script.subjectId, script.startDate, script.startTime, inquisit.version, inquisit.build, inquisit.releaseDate, expressions.da, expressions.db, expressions.d)
/ file="iat_summary.iqdat"
</summarydata>