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.