From 80bae5c3025f91115865be28e67f90461a4f49a1 Mon Sep 17 00:00:00 2001 From: Armands Vagalis Date: Sun, 12 Apr 2026 19:17:18 +0300 Subject: [PATCH] Changed questions --- questions.yaml | 83 ++++++++++++++++++++++++++++++++++---------------- 1 file changed, 57 insertions(+), 26 deletions(-) diff --git a/questions.yaml b/questions.yaml index 95a068d..8d253cc 100644 --- a/questions.yaml +++ b/questions.yaml @@ -1,11 +1,4 @@ questions: - - id: mood - label: Overall mood today - type: scale - min: 1 - max: 10 - step: 1 - - id: slept_well label: Slept well last night? type: yesno @@ -14,37 +7,75 @@ questions: label: Wake-up time type: time - - id: focus_hours - label: Hours of deep focus - type: duration + - id: sleep_time + label: Time went to sleep + type: time - - id: energy - label: Energy level + - id: water_glasses + label: Glasses of water drank + type: counter + min: 0 + max: 20 + step: 1 + + - id: meals + label: Number of meals type: counter min: 0 max: 10 step: 1 - - id: tasks_done - label: Tasks completed - type: number - min: 0 - max: 100 + - id: toggle_time + label: Time toggled today + type: duration - - id: primary_activity - label: Primary activity today - type: choice - options: - - Work - - Study - - Rest - - Exercise - - Social + - id: most_important_task + label: Most important task done today + type: text + + - id: computer_break_1320_1400 + label: Computer break from 13:20 to 14:00? + type: yesno + + - id: no_computer_after_1800 + label: No computer use after 18:00? + type: yesno + + - id: miami_break_followed + label: Completely followed Miami break? + type: yesno + + - id: miami_break_deviation + label: How and why Miami break was not followed + type: textarea + + - id: unplanned_purchase + label: Bought something without writing it down the day before? + type: yesno + + - id: unplanned_purchase_details + label: What was the unplanned purchase? + type: text + + - id: parents_in_shop + label: Were parents in shop? + type: yesno + + - id: day_rating + label: Rate the day + type: scale + min: 1 + max: 10 + step: 1 - id: wins label: What went well? type: textarea + - id: done_differently + label: One thing I could've done differently + type: text + - id: notes label: Anything else? type: text