First commit
This commit is contained in:
50
questions.yaml
Normal file
50
questions.yaml
Normal file
@@ -0,0 +1,50 @@
|
||||
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
|
||||
Reference in New Issue
Block a user