Update app.py
Browse files
app.py
CHANGED
|
@@ -52,7 +52,7 @@ SET_III = [
|
|
| 52 |
"If you were to die this evening with no opportunity to communicate with anyone, what would you most regret not having told someone? Why haven’t you told them yet?",
|
| 53 |
"Your house, containing everything you own, catches fire. After saving your loved ones and pets, you have time to safely make a final dash to save any one item. What would it be? Why?",
|
| 54 |
"Of all the people in your family, whose death would you find most disturbing? Why?",
|
| 55 |
-
"
|
| 56 |
]
|
| 57 |
def generate_question_set():
|
| 58 |
return random.sample(SET_I, 3) + random.sample(SET_II, 3) + random.sample(SET_III, 3)
|
|
|
|
| 52 |
"If you were to die this evening with no opportunity to communicate with anyone, what would you most regret not having told someone? Why haven’t you told them yet?",
|
| 53 |
"Your house, containing everything you own, catches fire. After saving your loved ones and pets, you have time to safely make a final dash to save any one item. What would it be? Why?",
|
| 54 |
"Of all the people in your family, whose death would you find most disturbing? Why?",
|
| 55 |
+
"Think of a personal problem you're facing right now, big or small, and tell me about it. I'd love to hear how you're feeling about it — and if you'd like, I can share how I might deal with something similar."
|
| 56 |
]
|
| 57 |
def generate_question_set():
|
| 58 |
return random.sample(SET_I, 3) + random.sample(SET_II, 3) + random.sample(SET_III, 3)
|