diff --git a/README.md b/README.md index 6e54aae..83019ea 100644 --- a/README.md +++ b/README.md @@ -172,3 +172,4 @@ Gifts make the world go 'round! * [Forest floor image](https://www.goodfreephotos.com/albums/textures/leafy-autumn-forest-floor.jpg) * Time Safari logo assisted by [DALL-E in ChatGPT](https://chat.openai.com/g/g-2fkFE8rbu-dall-e) * [DiceBear](https://www.dicebear.com/licenses/) and [Avataaars](https://www.dicebear.com/styles/avataaars/#details) for human-looking identicons +* Some gratitude prompts thanks to [Develop Good Habits](https://www.developgoodhabits.com/gratitude-journal-prompts/) diff --git a/src/components/GiftedPrompts.vue b/src/components/GiftedPrompts.vue index 3803862..c20560a 100644 --- a/src/components/GiftedPrompts.vue +++ b/src/components/GiftedPrompts.vue @@ -83,10 +83,18 @@ export default class GivenPrompts extends Vue { "Did anyone fix food for you?", "Did a family member do something for you?", "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 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?", + "Did someone forgive you or overlook a mistake?", "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; CONTACT_PROMPT_INDEX = this.IDEAS.length; // expected after other prompts