Whether or not to record data.
<data> <dataStream> <eyeTracker> <eyeTrackerSrResearch> <eyeTrackerTobii> <summaryData> <block> <expt> <likert> <openended> <sliderTrial> <survey> <surveyPage> <trial>
object.name.recordData
Read/Write
boolean
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.
The following displays the value of recordData in a text stimulus:
<text myText>
/ items= ("recordData = <% trial.practice.recordData %>")
</text>
The following displays the value of recordData in an instruction page:
<page myPage>
recorddata = <% trial.practice.recordData %>
</page>