up Inquisit Language Reference

applicationMode property

The Inquisit module used to run the script.

Member of

<inquisit>

Syntax

inquisit.name.applicationMode

Read Only

Type

integer

Remarks

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:

Examples

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>

Copyright Millisecond Software, LLC. All rights reserved.