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> <survey>

Syntax

/ separatefiles = boolean

Parameters

boolean A value of true or false.

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>

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