simonraj commited on
Commit
a11bd9d
1 Parent(s): 21a655c

Rename HongWenData.py to RiverValleyData.py

Browse files
HongWenData.py → RiverValleyData.py RENAMED
@@ -1,8 +1,8 @@
1
- #HongWenData.py
2
  strategy_text = {
3
- "TREES": (
4
- "TREES strategy - Thought, Reasons, Elaboration, Experiences, Summary or Suggestions",
5
- "Structure your feedback using the TREES strategy. Begin with a Thought, provide Reasons, Elaborate using the 5Ws1H method: Who, What, Where, When, Why, and How, share Experiences, and finally offer a Summary or Suggestions."
6
  )
7
  }
8
 
@@ -22,7 +22,7 @@ questions = [
22
  ]
23
 
24
  def generate_system_message():
25
- strategy, explanation = strategy_text["TREES"]
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