activity
Activities or tasks performed by participants with associated measurements
Details
| Property | Value |
|---|---|
| Type | array |
| Requirement | recommended |
| Namespace URI | https://behaverse.org/schemas/dataset#activity |
Examples
[{"name": "N-Back", "type": "task", "measurements": ["EEG", "eye-tracking", "response-device"], "trials": 150, "duration": 20, "conditions": ["0-back", "2-back"], "measures": ["d_prime", "reaction_time"], "constructs": ["working memory"]}]
[{"name": "resting-state", "type": "rest", "measurements": ["fMRI"], "duration": 5}]
Array Items
Each item in this array is of type: object
Object Properties
| Property | Type | Description |
|---|---|---|
name | string | Activity/task name |
type | enum | Activity type/category |
measurements | array | List of measurement techniques collected during this activity (reference by technique name) |
trials | integer | Number of trials |
duration | number | Typical duration in minutes |
conditions | array | Experimental conditions |
measures | array | Primary dependent variables |
constructs | array | Constructs measured |