up Inquisit Language Reference

labels attribute

The labels attribute specifies custom labels for each data column specified in the columns attribute.

Member of

<data> <datastream> <eyetracker> <summarydata>

Syntax

/ labels = ("label", "label", "label", ...)

Parameters

label The label for each column.

Remarks

If custom labels are not specified, the names in the columns attribute are used as labels.

Examples

The following specifies custom column labels in the data file:

<data>
/ labels = ("date", "time", "groupnumber", "subjectid", "mean reaction time", "error rate", "final score")
/ columns = (date, time, groupnumber, subjectid, values.meanrt, expression.errorrate, values.finalscore)
</data>

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