Skip to content

Commit

Permalink
Update 01-activity_types.md
Browse files Browse the repository at this point in the history
Added missing info in temporal_slices.
  • Loading branch information
kijote0 authored Nov 21, 2024
1 parent c7b057f commit 40d8195
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/09-data_science/02-data_types/01-activity_types.md
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ ActivitySpec: `lamp.maze_game`

#### Description

The Maze task assesses measure motor control and spatial problem solving by having participants tilt their phone to move a ball and complete a series of mazes that increase in diificulty.
The Maze task assesses measure motor control and spatial problem solving by having participants tilt their phone to move a ball and complete a series of mazes that increase in difficulty.

#### Settings
NA.
Expand All @@ -455,11 +455,11 @@ NA.
- `static_data`:
- NA.
- `temporal_slices`:
- `item`: ?
- `item`: number of circles in the maze (starting from 2)
- `value`: time elapsed in ms
- `type`: False (not completed); True (completed).
- `duration`: Time elapsed in s since last event.
- `level`: ?
- `level`: level of game

#### Example

Expand Down Expand Up @@ -608,10 +608,10 @@ NA.
- NA.
- `temporal_slices`:
- `item`: Spin number.
- `value`: ?
- `value`: 1 (high risk); else 0
- `type`: Score
- `duration`: Time elapsed in s since last event (TODO: remove "s").
- `level`: ?
- `level`: button pressed

#### Example

Expand Down Expand Up @@ -674,7 +674,7 @@ Participants are presented with a grid which maps various symbols to digits (dig
- `temporal_slices`:
- `item`: NA
- `value`: True (correct); False (incorrect).
- `type`: ?
- `type`: digit corresponding to symbol
- `duration`: Time elapsed in s.
- `level`: None

Expand Down Expand Up @@ -955,4 +955,4 @@ The Visual Association test.
#### Example

```json
```
```

0 comments on commit 40d8195

Please sign in to comment.