Indicates whether or not the data file should be encrypted.
<data>
A value of 1 indicates the data are encrypted, 0 indicates data are saved in plain text.
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>