Group: Administrators
Posts: 13K,
Visits: 104K
|
> I understand the default for saving data is to save to a single file which can be overridden by setting /separatefiles = false in the > data element
Minor correction: The default is to save to a single file. That default can be overridden by setting /separatefiles = true, not /separatefiles = false.
#1: If /separatefiles is not set to true, Inquisit Lab will save to a single file. This applies to the <data> element *as well as* the <summarydata> element. If your script contains <survey> elements, data for those will be saved to a different file, because the data format is different ("wide" format / one row of data per participant as opposed to "long" format / multiple rows -- one per trial -- of data per participant).
#2: When using Inquisit Web, data files are *always* saved separately and must be. They can be merged directly upon downloading by selecting multiple files.
If you have a script that generates separate files under Inquisit Lab *despite* /separatefiles not being set to true, please attach it to this thread.
|