up Inquisit Language Reference

password attribute

The password attribute specifies a password to use for accessing secured network locations.

Member of

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

Syntax

/ password = string

Parameters

Name Type Description
string string A quoted string indicating a secret password.

Remarks

The userid and password are used to log in when data is stored on a secured network resource such as a web site.

Examples

The following saves the data to a secure web share using the specified userid and password:

<data>
/ file="https://storage.millisecond.com/mydata/"
/ userid="sean"
/ password="open sesame"
</data>

Copyright Millisecond Software, LLC. All rights reserved.