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
π΅ Primary key π΄ Required π‘ Computed (squirrel writer/reader should handle these variables)
Variable
Type
Default
Description
ExperimentName
string
π΄ π΅
Unique name of the experiment.
FileCount
number
π‘
Number of files contained in the experiment.
Size
number
π‘
Size, in bytes, of the experiment files.
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
Was this helpful?