Indicates whether or not the data file should be encrypted.
<data> <dataStream> <eyeTracker> <eyeTrackerSrResearch> <eyeTrackerTobii> <summaryData> <survey>
object.name.encrypt
Read Only
boolean
A value of 1 indicates the data are encrypted, 0 indicates data are saved in plain text.
The following displays the value of encrypt in a text stimulus:
<text myText>
/ items= ("encrypt = <% data.encrypt %>")
</text>
The following displays the value of encrypt in an instruction page:
<page myPage>
encrypt = <% data.encrypt %>
</page>