up Inquisit Language Reference

encryptionkey property

The password key used to encrypt the data.

Member of

<data>

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 sometext>
/ items= ("encryptionkey = <% data.encryptionkey %>")
</text>

The following displays the value of encryptionkey in an instruction page:

<page somepage>
encryptionkey = <% data.encryptionkey %>
</page>

Send comments on this topic:
Copyright Millisecond Software, LLC. All rights reserved.