From a335c5427368eaf6567a3a3eb5edcceb7e0ea6e7 Mon Sep 17 00:00:00 2001 From: Juan <144292766+kijote0@users.noreply.github.com> Date: Fri, 22 Nov 2024 14:29:09 -0500 Subject: [PATCH] Update 01-activity_types.md Added dcog activity spec. --- .../02-data_types/01-activity_types.md | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/docs/09-data_science/02-data_types/01-activity_types.md b/docs/09-data_science/02-data_types/01-activity_types.md index 7ba6c45c63..30fcfc5c98 100644 --- a/docs/09-data_science/02-data_types/01-activity_types.md +++ b/docs/09-data_science/02-data_types/01-activity_types.md @@ -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`