up Inquisit Language Reference

separateFiles attribute

The separateFiles attribute specifies whether a data from each participant should be saved in a separate file.

Member of

<data> <dataStream> <eyeTracker> <eyeTrackerSrResearch> <eyeTrackerTobii> <summaryData> <survey>

Syntax

/ separateFiles = boolean

Parameters

Name Type Description
boolean boolean

Remarks

By default, when data are saved to the local computer, the data from each participant are saved to single file. This attribute allows you to override this default and save each participant's data to a separate unique data file.

When data are saved to a network location (web site, file share, or email), each participant's data are always saved in a separate file regardless of this setting.

Examples

The following saves the data from each participant to a separate file:

<data>
/ separateFiles = true
</data>

Copyright Millisecond Software, LLC. All rights reserved.