up Inquisit Language Reference

recorddata attribute

The recordData attribute specifies whether data should be recorded for the given trial or block.

Member of

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

Syntax

/ recorddata = option

Parameters

Name Type Description
option boolean

Remarks

This parameter can be used to filter unwanted lines of data that will not be analyzed. For example, if a script includes trials intended to provide practice, performance feedback, or instructions, this parameter can be set to 'false' to prevent lines of data from these trials from being recorded. This results in cleaner, more compact data files. By default, data is recorded for all trials in an experiment.

Examples

The following trial does not record any data:

<trial instructions>
/ stimulusTimes = [0=instructiontext]
/ validResponse = (anyResponse)
/ recordData = false
</trial>

Copyright Millisecond Software, LLC. All rights reserved.