Spaces:
Runtime error
Runtime error
Update HongWenData.py
Browse files- HongWenData.py +4 -8
HongWenData.py
CHANGED
@@ -1,13 +1,9 @@
|
|
1 |
#HongWenData.py
|
2 |
strategy_text = {
|
3 |
-
|
4 |
-
"
|
5 |
-
|
6 |
-
|
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 = (
|
|
|
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 = (
|