up Inquisit Language Reference

encryptionKey property

The password key used to encrypt the data.

Member of

<data> <dataStream> <eyeTracker> <eyeTrackerSrResearch> <eyeTrackerTobii> <summaryData>

Syntax

database.name.encryptionKey

Read Only

Type

string

Remarks

To open a password encrypted data file in Inquisit, the user must enter this password.

Examples

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>

Copyright Millisecond Software, LLC. All rights reserved.