-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprompts.tsx
More file actions
41 lines (41 loc) · 1.24 KB
/
prompts.tsx
File metadata and controls
41 lines (41 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
export const prompts = [
{
"prompt": "What has changed in your day-to-day life because of COVID?"
},
{
"prompt": "What changes in your life from COVID have led to the most distress?"
},
{
"prompt": "How has the concept of an airborne disease changed how you see life?"
},
{
"prompt": "What good has quarantine brought you in life?"
},
{
"prompt": "What challenges have you encountered during the pandemic?"
},
{
"prompt": "What new heights have you reached during quarantine?"
},
{
"prompt": "In harsh times, good things arise. What have you learned about voluntary work?"
},
{
"prompt": "How have you spent newly-found time with family?"
},
{
"prompt": "How have you dealt with the problems that arose from this pandemic?"
},
{
"prompt": "In times where people feel socially starved, what have you learned about connectedness?"
},
{
"prompt": "What have you learned about appreciating what you have?"
},
{
"prompt": "What are some daily routines today which were considered weird at one point?"
},
{
"prompt": "What will you immediately do after quarantine?"
},
]