up Inquisit Language Reference

password attribute

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

Member of

<data> <survey>

Syntax

/ password = "string"

Parameters

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>

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