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>