Changed questions
This commit is contained in:
@@ -1,11 +1,4 @@
|
|||||||
questions:
|
questions:
|
||||||
- id: mood
|
|
||||||
label: Overall mood today
|
|
||||||
type: scale
|
|
||||||
min: 1
|
|
||||||
max: 10
|
|
||||||
step: 1
|
|
||||||
|
|
||||||
- id: slept_well
|
- id: slept_well
|
||||||
label: Slept well last night?
|
label: Slept well last night?
|
||||||
type: yesno
|
type: yesno
|
||||||
@@ -14,37 +7,75 @@ questions:
|
|||||||
label: Wake-up time
|
label: Wake-up time
|
||||||
type: time
|
type: time
|
||||||
|
|
||||||
- id: focus_hours
|
- id: sleep_time
|
||||||
label: Hours of deep focus
|
label: Time went to sleep
|
||||||
type: duration
|
type: time
|
||||||
|
|
||||||
- id: energy
|
- id: water_glasses
|
||||||
label: Energy level
|
label: Glasses of water drank
|
||||||
|
type: counter
|
||||||
|
min: 0
|
||||||
|
max: 20
|
||||||
|
step: 1
|
||||||
|
|
||||||
|
- id: meals
|
||||||
|
label: Number of meals
|
||||||
type: counter
|
type: counter
|
||||||
min: 0
|
min: 0
|
||||||
max: 10
|
max: 10
|
||||||
step: 1
|
step: 1
|
||||||
|
|
||||||
- id: tasks_done
|
- id: toggle_time
|
||||||
label: Tasks completed
|
label: Time toggled today
|
||||||
type: number
|
type: duration
|
||||||
min: 0
|
|
||||||
max: 100
|
|
||||||
|
|
||||||
- id: primary_activity
|
- id: most_important_task
|
||||||
label: Primary activity today
|
label: Most important task done today
|
||||||
type: choice
|
type: text
|
||||||
options:
|
|
||||||
- Work
|
- id: computer_break_1320_1400
|
||||||
- Study
|
label: Computer break from 13:20 to 14:00?
|
||||||
- Rest
|
type: yesno
|
||||||
- Exercise
|
|
||||||
- Social
|
- 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
|
- id: wins
|
||||||
label: What went well?
|
label: What went well?
|
||||||
type: textarea
|
type: textarea
|
||||||
|
|
||||||
|
- id: done_differently
|
||||||
|
label: One thing I could've done differently
|
||||||
|
type: text
|
||||||
|
|
||||||
- id: notes
|
- id: notes
|
||||||
label: Anything else?
|
label: Anything else?
|
||||||
type: text
|
type: text
|
||||||
|
|||||||
Reference in New Issue
Block a user