-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathquestions.json
More file actions
37 lines (37 loc) · 1.06 KB
/
questions.json
File metadata and controls
37 lines (37 loc) · 1.06 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
{
"$greeting": [
"Hi there! How are you?",
"Hello. What's up?"
],
"dad": [
"Have you ever argued with your dad?",
"How can you describe your relationship with your father?",
"Do you respect your dad? Why?",
"But what about your mother?",
"He divorced your mom?"
],
"mom": [
"Describe your feelings about your mother.",
"What is the best thing about your mom?",
"Does she often argue with your father? Have you ever seen that?"
],
"sad": [
"Why do you feel depressed?",
"Did you try to do anything with your sadness?",
"Everyone sometimes feels lonely, even I do. Try to describe your feelings.",
"What would you do, if your close friend was sad?",
"Did you ask anyone from your familiy to help? Whom?"
],
"frineds": [
"How do you thing: are you a good friend?",
"Who is your best friend? Describe him and why do you think he is a best."
],
"$default": [
"What's bothering you?",
"Do you feel happy?",
"Does your family have strong impact on you?",
"Describe your personality.",
"And what?",
"Try to explain your feelings."
]
}