Wanswan commited on
Commit
e59edb3
·
verified ·
1 Parent(s): e87365c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +15 -15
app.py CHANGED
@@ -11,46 +11,46 @@ WELCOME_MESSAGE_EN = "Hi! I'm Robin, your dialogue partner.\nWe're about to begi
11
 
12
  # === Normal Question Bank ===
13
  NORMAL_SET_I = [
14
- "When was the last time you walked for more than an hour? Describe where you went and what you saw.",
15
  "What is the best gift you have ever received? Why?",
16
  "If you had to leave your current city, where would you move to? What do you miss most about your current city?",
17
- "How did you celebrate Halloween last year?",
18
- "Do you read newspapers often? Which newspapers do you like? Why?",
19
  "What is the ideal number of students to share a house with? Why?",
20
  "If you could invent a new flavor of ice cream, what flavor would you create?",
21
  "What is the best restaurant you have been to in the past month? Please describe it.",
22
- "Describe the pet you last got.",
23
  "What is your favorite holiday? Why?",
24
- "Tell me the funniest thing that happened when you were with a child."
25
  ]
26
  NORMAL_SET_II = [
27
  "What gift did you get on your last birthday?",
28
- "Describe your last trip to the zoo.",
29
  "Is there someone in your family you feel especially close to? What makes your bond strong?",
30
- "Let’s play a quick word game! I’ll say a word, and you respond with a word that starts with the last letter of mine. We’ll go back and forth for a few rounds — no need to form sentences, just have fun!",
31
  "Do you like to wake up early or stay up late? Has anything interesting ever happened to you because of this?",
32
- "Where are you from? Tell me some places you have lived.",
33
  "What is your favorite subject in school and why?",
34
  "What is your plan for the next holiday?",
35
- "What gifts did you receive last Christmas/Hanukkah?",
36
  "Who is your favorite actor or actress? ",
37
  "What was your impression of your university when you first came to it?",
38
- "What is the best TV show you have seen in the past month? Describe it a little bit.",
39
  "What is your favorite holiday? Why?"
40
  ]
41
  NORMAL_SET_III = [
42
- "Where did you go to high school? What was it like?",
43
- "What is the best book you have read in the past three months? Describe it a little bit.",
44
  "What country would you most like to visit? What attracts you to it?",
45
  "Do you prefer digital or analog watches/clocks? Why?",
46
  "Can you think of someone your mother or father is really close to? What do you think makes their friendship special?"
47
  "What are the pros and cons of artificial Christmas trees?",
48
- "How often do you get your hair cut? Where do you go? Have you ever had a bad haircut?",
49
  "Did you have a class pet in elementary school? Do you remember its name?",
50
  "Do you think left-handed people are more creative than right-handed people?",
51
- "What was the last concert you attended? How many albums of the band do you have? Have you seen them perform before? Where?",
52
  "What magazines do you subscribe to? What have you subscribed to in the past?",
53
- "Have you ever participated in a school play? What role did you play? What was the plot? Did anything funny happen during the play?"
54
  ]
55
 
56
  def generate_question_set():
 
11
 
12
  # === Normal Question Bank ===
13
  NORMAL_SET_I = [
14
+ "When was the last time you walked for more than an hour? Please describe what you saw.",
15
  "What is the best gift you have ever received? Why?",
16
  "If you had to leave your current city, where would you move to? What do you miss most about your current city?",
17
+ "How did you celebrate the New Year last year?",
18
+ "Do you read newspapers often? Why?",
19
  "What is the ideal number of students to share a house with? Why?",
20
  "If you could invent a new flavor of ice cream, what flavor would you create?",
21
  "What is the best restaurant you have been to in the past month? Please describe it.",
22
+ "Please describe the pet you last got.",
23
  "What is your favorite holiday? Why?",
24
+ "Can you tell me something funny that happened when you were spending time with a child?"
25
  ]
26
  NORMAL_SET_II = [
27
  "What gift did you get on your last birthday?",
28
+ "Please tell me something about your last trip to the zoo.",
29
  "Is there someone in your family you feel especially close to? What makes your bond strong?",
30
+ "Imagine we were both stranded on a tropical island. What would be the first thing you would do?",
31
  "Do you like to wake up early or stay up late? Has anything interesting ever happened to you because of this?",
32
+ "If you could choose to live anywhere, what city or environment would you choose?",
33
  "What is your favorite subject in school and why?",
34
  "What is your plan for the next holiday?",
35
+ "What gifts did you receive for Christmas or New Year last year?",
36
  "Who is your favorite actor or actress? ",
37
  "What was your impression of your university when you first came to it?",
38
+ "What is the best TV show you have seen in the past month? Please describe it a little bit.",
39
  "What is your favorite holiday? Why?"
40
  ]
41
  NORMAL_SET_III = [
42
+ "What do you remember most about your time in high school?",
43
+ "What is the best book you have read in the past three months? ",
44
  "What country would you most like to visit? What attracts you to it?",
45
  "Do you prefer digital or analog watches/clocks? Why?",
46
  "Can you think of someone your mother or father is really close to? What do you think makes their friendship special?"
47
  "What are the pros and cons of artificial Christmas trees?",
48
+ "How often do you get your hair cut? Have you ever had a bad haircut?",
49
  "Did you have a class pet in elementary school? Do you remember its name?",
50
  "Do you think left-handed people are more creative than right-handed people?",
51
+ "What was the last concert you attended? How was the concert?",
52
  "What magazines do you subscribe to? What have you subscribed to in the past?",
53
+ "Have you ever participated in a school play? What role did you play? Did anything funny happen during the play?"
54
  ]
55
 
56
  def generate_question_set():