up Inquisit Language Reference

datastreams attribute

The datastreams attribute specifies which datastreams to enable for the expt, block, or trial.

Member of

<block> <expt> <likert> <survey> <surveypage> <trial>

Syntax

/ datastreams = (eyetracker)

or

/ datastreams = eyetracker

or

/ datastreams = false

Parameters

false Disables logging to datastreams.
eyetracker Enables logging to an eyetracker datastream.

Remarks

If datastreams is set to false, then nothing is logged to the datastreams for the expt, block, or trial. If set to eyetracker, then eyetracker information will be logged for the duration of the expt, block, or trial.

Examples

The following enables eyetracking for all trials in the current block:

<block someblock>
/ datastreams = (eyetracker)
</block>

The following disables eyetracking for the current trial:

<trial sometrial>
/ datastreams = false
</trial>

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