up Inquisit Language Reference

encrypt property

Indicates whether or not the data file should be encrypted.

Member of

<data>

Remarks

A value of 1 indicates the data are encrypted, 0 indicates data are saved in plain text.

Examples

The following displays the value of encrypt in a text stimulus:

<text sometext>
/ items= ("encrypt = <% data.encrypt %>")
</text>

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

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

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