up Inquisit Language Reference

applicationmode property

The Inquisit module used to run the script.

Member of

<inquisit>

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:

Name Description
desktop Inquisit Lab
.net The ClickOnce .NET Framework module of Inquisit Web
java The Java WebStart module of Inquisit Web
mozilla The Mozilla Plugin module of Inquisit Web
activex The ActiveX module of Inquisit Web
player The Inquisit Web Player

Examples

The following displays the value of applicationmode in a text stimulus:

<text sometext>
/ 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]
/ file="iat_summary.iqdat"
</summarydata>

Send comments on this topic:
Copyright Millisecond Software, LLC. All rights reserved.