experiments

JSON array

Experiments describe how data was collected from the participant. In other words, the methods used to get the data. This does not describe how to analyze the data once it’s collected.

JSON variables

*required

Variable

Type

Description

ExperimentName

string

Unique name of the experiment. REQUIRED

FileCount

number

Number of files contained in the experiment. REQUIRED

Size

number

Size, in bytes, of the experiment files. REQUIRED

VirtualPath

string

Path to the experiment within the squirrel package.

Directory structure

Files associated with this section are stored in the following directory. Where ExperimentName is the unique name of the experiment.

/experiments/<ExperimentName>

Last updated