Spaces:
Sleeping
Sleeping
Update RadinMas.py
Browse files- RadinMas.py +4 -3
RadinMas.py
CHANGED
@@ -5,10 +5,11 @@ strategy_text = {
|
|
5 |
"PEEL strategy - Point, Evidence, Experience(s), Link back to the question",
|
6 |
"Structure your feedback using the PEEL strategy. Begin with a Point, provide Evidence, share Experience(s), and Link back to the question."
|
7 |
),
|
8 |
-
"
|
9 |
-
|
10 |
-
|
11 |
),
|
|
|
12 |
"OREOS": (
|
13 |
"OREOS thinking frame - Opinion, Reasons, Elaborate, Own Experiences, Suggestion",
|
14 |
"Structure your feedback using the OREOS thinking frame. Start with an Opinion, provide Reasons, Elaborate, share Own Experiences, and make a Suggestion."
|
|
|
5 |
"PEEL strategy - Point, Evidence, Experience(s), Link back to the question",
|
6 |
"Structure your feedback using the PEEL strategy. Begin with a Point, provide Evidence, share Experience(s), and Link back to the question."
|
7 |
),
|
8 |
+
"5W1H": (
|
9 |
+
"5W1H thinking frame (Who, What, Where, When, Why, How)",
|
10 |
+
"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."
|
11 |
),
|
12 |
+
|
13 |
"OREOS": (
|
14 |
"OREOS thinking frame - Opinion, Reasons, Elaborate, Own Experiences, Suggestion",
|
15 |
"Structure your feedback using the OREOS thinking frame. Start with an Opinion, provide Reasons, Elaborate, share Own Experiences, and make a Suggestion."
|