simonraj commited on
Commit
e93f956
·
1 Parent(s): 688cfb5

Update RadinMas.py

Browse files
Files changed (1) hide show
  1. RadinMas.py +10 -9
RadinMas.py CHANGED
@@ -1,16 +1,17 @@
1
  # RadinMas.py
 
2
  strategy_text = {
3
- "Q1": (
4
- "Strategy for Question 1 - Point, Evidence, Experience(s), Link back to the question",
5
- "For Question 1, begin with a Point, provide Evidence, share Experience(s), and Link back to the question."
6
  ),
7
- "Q2": (
8
- "Strategy for Question 2 - Expansion of sharing",
9
- "For Question 2, expand on sharing your Own experiences, Experiences with Family, Friends, and experiences of Neighbourhood, Society, and Other parts of the World."
10
  ),
11
- "Q3": (
12
- "Strategy for Question 3 - OREOS thinking frame",
13
- "For Question 3, follow the OREOS thinking frame: Opinion, Reasons, Elaborate, Own Experiences, and Suggestion."
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