up Inquisit Language Reference

recorddata property

Whether or not to record data.

Member of

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

Remarks

A value of 1 indicates that data for this element are recorded to the data file, 0 indicates no data is recorded for this element. This is useful for filtering out data from practice trials.

Examples

The following displays the value of recorddata in a text stimulus:

<text sometext>
/ items= ("recorddata = <% trial.practice.recorddata %>")
</text>

The following displays the value of recorddata in an instruction page:

<page somepage>
recorddata = <% trial.practice.recorddata %>
</page>

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