Rename HongWenData.py to RiverValleyData.py
Browse files
HongWenData.py → RiverValleyData.py
RENAMED
@@ -1,8 +1,8 @@
|
|
1 |
-
#
|
2 |
strategy_text = {
|
3 |
-
"
|
4 |
-
"
|
5 |
-
"Structure your feedback using the
|
6 |
)
|
7 |
}
|
8 |
|
@@ -22,7 +22,7 @@ questions = [
|
|
22 |
]
|
23 |
|
24 |
def generate_system_message():
|
25 |
-
strategy, explanation = strategy_text["
|
26 |
|
27 |
system_message = f"""
|
28 |
As your English Oral Coach, my role is to guide you as you prepare to answer the oral questions. I'll be asking thought-provoking questions to help you develop your own answers.
|
@@ -38,4 +38,3 @@ def generate_system_message():
|
|
38 |
Please ensure your response is in English.
|
39 |
"""
|
40 |
return system_message
|
41 |
-
|
|
|
1 |
+
#RiverValleyData.py
|
2 |
strategy_text = {
|
3 |
+
"SEP": (
|
4 |
+
"SEP strategy - State, Elaborate, Personal experiences",
|
5 |
+
"Structure your feedback using the SEP strategy. Begin with a State, Elaborate using the Five-Fingers thinking frame: Self, Home, School, Community, and Nation, and share Personal experiences."
|
6 |
)
|
7 |
}
|
8 |
|
|
|
22 |
]
|
23 |
|
24 |
def generate_system_message():
|
25 |
+
strategy, explanation = strategy_text["SEP"]
|
26 |
|
27 |
system_message = f"""
|
28 |
As your English Oral Coach, my role is to guide you as you prepare to answer the oral questions. I'll be asking thought-provoking questions to help you develop your own answers.
|
|
|
38 |
Please ensure your response is in English.
|
39 |
"""
|
40 |
return system_message
|
|