82 lines
1.5 KiB
YAML
82 lines
1.5 KiB
YAML
questions:
|
|
- id: slept_well
|
|
label: Slept well last night?
|
|
type: yesno
|
|
|
|
- id: wake_time
|
|
label: Wake-up time
|
|
type: time
|
|
|
|
- id: sleep_time
|
|
label: Time went to sleep
|
|
type: time
|
|
|
|
- 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: toggle_time
|
|
label: Time toggled today
|
|
type: duration
|
|
|
|
- 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
|