51 lines
763 B
YAML
51 lines
763 B
YAML
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
|
|
|
|
- id: wake_time
|
|
label: Wake-up time
|
|
type: time
|
|
|
|
- id: focus_hours
|
|
label: Hours of deep focus
|
|
type: duration
|
|
|
|
- id: energy
|
|
label: Energy level
|
|
type: counter
|
|
min: 0
|
|
max: 10
|
|
step: 1
|
|
|
|
- id: tasks_done
|
|
label: Tasks completed
|
|
type: number
|
|
min: 0
|
|
max: 100
|
|
|
|
- id: primary_activity
|
|
label: Primary activity today
|
|
type: choice
|
|
options:
|
|
- Work
|
|
- Study
|
|
- Rest
|
|
- Exercise
|
|
- Social
|
|
|
|
- id: wins
|
|
label: What went well?
|
|
type: textarea
|
|
|
|
- id: notes
|
|
label: Anything else?
|
|
type: text
|