Spaces:
Runtime error
Runtime error
Update data6.py
Browse files
data6.py
CHANGED
@@ -9,15 +9,19 @@ strategy_text = {
|
|
9 |
"Structure your feedback using the OREO thinking frame. Begin with an Opening Statement about the user's response, provide Reasons for your feedback, Elaborate on those reasons, and conclude with an Opinion on their overall response.")
|
10 |
}
|
11 |
|
12 |
-
|
13 |
description = (
|
14 |
-
"The
|
|
|
|
|
|
|
|
|
|
|
15 |
)
|
16 |
|
17 |
questions = [
|
18 |
-
f"1. Look at the picture. Would you be interested
|
19 |
-
f"2.
|
20 |
-
f"3.
|
21 |
]
|
22 |
|
23 |
def generate_system_message(current_question_index):
|
@@ -47,4 +51,3 @@ def generate_system_message(current_question_index):
|
|
47 |
Please ensure your response is in English.
|
48 |
"""
|
49 |
return system_message
|
50 |
-
|
|
|
9 |
"Structure your feedback using the OREO thinking frame. Begin with an Opening Statement about the user's response, provide Reasons for your feedback, Elaborate on those reasons, and conclude with an Opinion on their overall response.")
|
10 |
}
|
11 |
|
|
|
12 |
description = (
|
13 |
+
"The image showcases a promotional advertisement banner titled \"Bestsellers for the month of October!\" Underneath the title, there's a sub-caption that reads, \"Do not miss out! Now at a special discount for 3 days only!\""
|
14 |
+
"\n\nThe items displayed in the advertisement are:"
|
15 |
+
"\n\nBestseller #1 - A board game. It is illustrated as a rectangular game box with question marks on its cover, suggesting the content or theme of the game might be a surprise or mystery."
|
16 |
+
"\n\nBestseller #2 - A gaming console. The illustration shows a sleek, flat gaming console device next to a controller with buttons and a joystick."
|
17 |
+
"\n\nBestseller #3 - Titled \"Smash It\", this item is depicted as a badminton racket paired with a shuttlecock."
|
18 |
+
"\n\nThe products are clearly labeled and emphasized to showcase their popularity and relevance for the month of October. The entire design aims to attract customers and prompt them to avail of the special discount."
|
19 |
)
|
20 |
|
21 |
questions = [
|
22 |
+
f"1. Look at the picture. Would you be interested in playing with these toys and games? Why / Why not?",
|
23 |
+
f"2. Do you spend a lot of time playing with toys and games? Why / Why not?",
|
24 |
+
f"3. What do you think are some benefits of leisure activities?"
|
25 |
]
|
26 |
|
27 |
def generate_system_message(current_question_index):
|
|
|
51 |
Please ensure your response is in English.
|
52 |
"""
|
53 |
return system_message
|
|