The password key used to encrypt the data.
<data> <dataStream> <eyeTracker> <eyeTrackerSrResearch> <eyeTrackerTobii> <summaryData>
database.name.encryptionKey
Read Only
string
To open a password encrypted data file in Inquisit, the user must enter this password.
The following displays the value of encryptionkey in a text stimulus:
<text myText>
/ items= ("encryptionkey = <% data.encryptionKey %>")
</text>
The following displays the value of encryptionkey in an instruction page:
<page myPage>
encryptionkey = <% data.encryptionkey %>
</page>