Whether or not to record data.
<block> <expt> <likert> <openended> <slidertrial> <survey> <surveypage> <trial>
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 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>