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