up Inquisit Language Reference

columns attribute

The columns attribute specifies which data columns to record to the summary data file.

Member of

<summarydata>

Syntax

/ columns = (property, property, property, ...)

Parameters

property Any property of any element may be listed as a data column. This includes custom properties defined in the values and expressions elements.

Remarks

The columns attribute specifies the specific data to be written to the summary data file. Any property of any element defined in the script can be listed. The data values may be specified in any order. On each trial, Inquisit will write a single line of data consisting of each data value specified by the column. Columns will appear in the data file in the specified order.

Examples

The following records 10 columns to the data file:

<summarydata>
/ columns=(script.subjectid, script.startdate, script.starttime, inquisit.version, inquisit.releasedate, inquisit.appmode, computer.ipaddress, values.latencydiff, values.errordiff, values.totaltimeontask)
</summarydata>

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