Spaces:
Runtime error
Runtime error
Update RadinMas.py
Browse files- RadinMas.py +10 -9
RadinMas.py
CHANGED
|
@@ -1,16 +1,17 @@
|
|
| 1 |
# RadinMas.py
|
|
|
|
| 2 |
strategy_text = {
|
| 3 |
-
"
|
| 4 |
-
"
|
| 5 |
-
"
|
| 6 |
),
|
| 7 |
-
"
|
| 8 |
-
"
|
| 9 |
-
"
|
| 10 |
),
|
| 11 |
-
"
|
| 12 |
-
"
|
| 13 |
-
"
|
| 14 |
)
|
| 15 |
}
|
| 16 |
|
|
|
|
| 1 |
# RadinMas.py
|
| 2 |
+
|
| 3 |
strategy_text = {
|
| 4 |
+
"PEEL": (
|
| 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 |
+
"Expansion": (
|
| 9 |
+
"Expansion strategy - Own experiences, Experiences with Family, Friends, and Experiences of Neighbourhood, Society and Other parts of the World.",
|
| 10 |
+
"Expand your sharing starting from Own experiences, moving to Experiences with Family, Friends, and broadening to experiences of Neighbourhood, Society and Other parts of the World."
|
| 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."
|
| 15 |
)
|
| 16 |
}
|
| 17 |
|