Skip to content

Commit

Permalink
Update 01-activity_types.md
Browse files Browse the repository at this point in the history
Added dcog activity spec.
  • Loading branch information
kijote0 authored Nov 22, 2024
1 parent 40d8195 commit a335c54
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions docs/09-data_science/02-data_types/01-activity_types.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,39 @@ Currently no settings are available for this activity.
```


### Dcog

ActivitySpec: `lamp.dcog`

#### Description

(To be added).

#### Settings

Currently, no settings are available for this activity.

#### Data

- `static_data`:
- correct_answers: Number of correct taps
- point: if score = 100 then 2 else 1
- total_questions: number of dogs shown
- score: score of the game ((correct answers/total questions) * 100)
- wrong_answers: number of wrong taps
- `temporal_slices`:
- `item`: box number tapped
- `value`: Unused.
- `type`: True if the tap was correct, false otherwise
- `duration`: Time elapsed since the last tap
- `level`: level of game

#### Example

(To be added)



### Emotion Recognition

ActivitySpec: `lamp.emotion_recognition`
Expand Down

0 comments on commit a335c54

Please sign in to comment.