The Inquisit module used to run the script.
<inquisit>
inquisit.name.applicationMode
Read Only
integer
The applicationmode property identifies which module of Inquisit was used to collect a given set of data. The applicationmode property returns one of the following values:
The following displays the value of applicationmode in a text stimulus:
<text myText>
/ items= ("applicationmode = <% inquisit.applicationmode %>")
</text>
The following saves the applicationmode (among other values) to a summary data file:
<summarydata>
/ columns=(script.subjectId, script.startDate, script.startTime, inquisit.version, inquisit.releaseDate, inquisit.applicationmode, expressions.da, expressions.db, expressions.d)
</summarydata>