simonraj commited on
Commit
19aab04
·
1 Parent(s): 1ac3bf7

Update StTeresaData.py

Browse files
Files changed (1) hide show
  1. StTeresaData.py +3 -3
StTeresaData.py CHANGED
@@ -1,8 +1,8 @@
1
  #StTeresaData.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
 
 
1
  #StTeresaData.py
2
  strategy_text = {
3
+ "PEEL": (
4
+ "PEEL strategy - Point, Evidence, Experience, and Link",
5
+ "Structure your feedback using the PEEL strategy. Begin with a Point, provide Evidence, share Experience(s), and Link back to the question. Use CPR (Counterargument, Put forth a rebuttal, Reinforce your point) for rebuttals."
6
  )
7
  }
8