simonraj commited on
Commit
d936415
·
1 Parent(s): f5734da

Update HongWenData.py

Browse files
Files changed (1) hide show
  1. HongWenData.py +8 -4
HongWenData.py CHANGED
@@ -1,9 +1,13 @@
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
 
9
  description = (
 
1
  #HongWenData.py
2
  strategy_text = {
3
+ 0: ("PEEL strategy (Point, Evidence, Experience(s), Link back to the question)",
4
+ "Structure your feedback using the PEEL strategy. Begin with a Point, provide Evidence to support it, share an Experience or example, and finally Link back to the question."),
5
+
6
+ 1: ("5W1H thinking frame (Who, What, Where, When, Why, How)",
7
+ "Structure your feedback using the 5W1H thinking frame. Address Who the user is talking about, What they are discussing, Where it's happening, When it's occurring, Why they feel that way, and How they express it."),
8
+
9
+ 2: ("OREO thinking frame (Opening Statement, Reasons, Elaborate, Opinion)",
10
+ "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.")
11
  }
12
 
13
  description = (