up Inquisit Language Reference

password property

The password used to login when saving a file to a protected location.

Member of

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

Syntax

object.name.password

Read/Write

Type

string

Remarks

Examples

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

<text myText>
/ items= ("password = <% data.password %>")
</text>

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

<page myPage>
password = <% data.password %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.