-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
58 additions
and
47 deletions.
There are no files selected for viewing
26 changes: 26 additions & 0 deletions
26
src/components/progress-report/community-stories/community-story-prompts.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
import { Prompt } from '../../prompts/dto'; | ||
|
||
export const prompts = [ | ||
Prompt.create({ | ||
id: 'bnrqZXOtEeW', | ||
text: 'What are some responses you have seen in the community? Think of community outreach, youth camps, and other community events related to this project. (Ex: increased unity, freedom from false religions, less violence, etc.)', | ||
shortLabel: 'What are some responses you have seen in the community?', | ||
}), | ||
Prompt.create({ | ||
id: 'Bn3zwnzb3JN', | ||
text: 'How was the translated Scripture used among the churches, local ministries, or other groups in the last quarter?', | ||
shortLabel: 'How was the translated Scripture used?', | ||
}), | ||
Prompt.create({ | ||
id: 'MsdfnoZkYda', | ||
text: 'Share a specific example of how translated Scripture changed or challenged the way one person viewed themselves, others, and/or God. (Ex: in marriage, parenting, family life, personal growth, friendships, relationship with God, etc.)', | ||
shortLabel: | ||
'Share a specific example of how translated Scripture changed a person?', | ||
}), | ||
Prompt.create({ | ||
id: 'P4FO95xsZ7A', | ||
text: 'Tell how someone responded to the Scripture in a checking session. Was there a passage that was meaningful to this specific person? If yes, what did they discover?', | ||
shortLabel: | ||
'Tell how someone responded to the Scripture in a checking session.', | ||
}), | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
src/components/progress-report/team-news/team-news-prompts.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
import { Prompt } from '../../prompts/dto'; | ||
|
||
export const prompts = [ | ||
Prompt.create({ | ||
id: 'F4eY7VXhPpM', | ||
text: 'News?', | ||
shortLabel: 'News?', | ||
}), | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters