|
@ -83,10 +83,18 @@ export default class GivenPrompts extends Vue { |
|
|
"Did anyone fix food for you?", |
|
|
"Did anyone fix food for you?", |
|
|
"Did a family member do something for you?", |
|
|
"Did a family member do something for you?", |
|
|
"Did anyone give you a compliment?", |
|
|
"Did anyone give you a compliment?", |
|
|
|
|
|
"Who is someone you can always rely on, and how did they demonstrate that?", |
|
|
"Did you see anyone give to someone else?", |
|
|
"Did you see anyone give to someone else?", |
|
|
"Did anyone give you a good laugh?", |
|
|
"Is there someone who you have never met who has helped you somehow?", |
|
|
|
|
|
"How did an artist or musician or author inspire you?", |
|
|
|
|
|
"What inspiration did you get from someone who handled tragedy well?", |
|
|
|
|
|
"Did some organization give something worth respect?", |
|
|
|
|
|
"Who last gave you a good laugh?", |
|
|
"Do you recall anything that was given to you while you were young?", |
|
|
"Do you recall anything that was given to you while you were young?", |
|
|
|
|
|
"Did someone forgive you or overlook a mistake?", |
|
|
"Do you know of a way an ancestor contributed to your life?", |
|
|
"Do you know of a way an ancestor contributed to your life?", |
|
|
|
|
|
"Did anyone give you help at work?", |
|
|
|
|
|
"How did a teacher or mentor or great example help you?", |
|
|
]; |
|
|
]; |
|
|
OTHER_PROMPTS = 1; |
|
|
OTHER_PROMPTS = 1; |
|
|
CONTACT_PROMPT_INDEX = this.IDEAS.length; // expected after other prompts |
|
|
CONTACT_PROMPT_INDEX = this.IDEAS.length; // expected after other prompts |
|
|