Skip to content

Instantly share code, notes, and snippets.

@Iteratix
Last active February 9, 2016 02:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Iteratix/f9fd542a49f74fde0338 to your computer and use it in GitHub Desktop.
Save Iteratix/f9fd542a49f74fde0338 to your computer and use it in GitHub Desktop.
---
# Helper for our answers
# Answer/Response Category Types
# Frequency: Never, Rarely, Sometimes, Often, Always
# Frequency: Never, Once a week, Once every few days, Once a day, Every few hours
# Duration: A few minutes, several minutes to an hour, several hours, 1-2 days, >2 days
# Duration: None, 1 day, 2-3 days, 4-5 days, 6-7 days
# Intensity: None, Mild, Moderate, Severe, Very Severe
# Intensity: Not at all, A little bit, Somewhat, Quite a bit, Very much
# Capability: Without any difficulty, with a little difficulty, with some difficulty, with much difficulty, unable to do
capability:
1:
short_answer: without_any_difficulty
answer: Without any difficulty
2:
short_answer: with_a_little_difficulty
answer: with a little difficulty
3:
short_answer: with_some_difficulty
answer: with some difficulty
4:
short_answer: with_much_difficulty
answer: with much difficulty
5:
short_answer: unable_to_do
answer: unable to do
duration_a:
1:
short_answer: a_few_minutes
answer: A few minutes
2:
short_answer: several_minutes_to_an_hour
answer: several minutes to an hour
3:
short_answer: several_hours
answer: several hours
4:
short_answer: 1_2_days
answer: 1-2 days
5:
short_answer: >2_days
answer: >2 days
duration_b:
1:
short_answer: none
answer: None
2:
short_answer: 1_day
answer: 1 day
3:
short_answer: 2_3_days
answer: 2-3 days
4:
short_answer: 4_5_days
answer: 4-5 days
5:
short_answer: 6_7_days
answer: 6-7 days
frequency_a:
1:
short_answer: never
answer: Never
2:
short_answer: rarely
answer: Rarely
3:
short_answer: sometimes
answer: Sometimes
4:
short_answer: often
answer: Often
5:
short_answer: always
answer: Always
frequency_b:
1:
short_answer: never
answer: Never
2:
short_answer: once_a_week
answer: Once a week
3:
short_answer: once_every_few_days
answer: Once every few days
4:
short_answer: once_a_day
answer: Once a day
5:
short_answer: every_few_hours
answer: Every few hours
intensity_a:
1:
short_answer: none
answer: none
2:
short_answer: mild
answer: Mild
3:
short_answer: moderate
answer: Moderate
4:
short_answer: severe
answer: Severe
5:
short_answer: very_severe
answer: Very Severe
intensity_b:
1:
short_answer: not_at_all
answer: Not at all
2:
short_answer: a_little_bit
answer: A little bit
3:
short_answer: somewhat
answer: Somewhat
4:
short_answer: quite_a_bit
answer: Quite a bit
5:
short_answer: very_much
answer: Very much
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment