simonraj commited on
Commit
a898e01
1 Parent(s): f84b159

Update RiverValleyData.py

Browse files
Files changed (1) hide show
  1. RiverValleyData.py +9 -2
RiverValleyData.py CHANGED
@@ -1,8 +1,15 @@
1
  #RiverValleyData.py
2
  strategy_text = {
3
  "SEP": (
4
- "SEP strategy - State, Elaborate, Personal experiences",
5
- "Structure your feedback using the SEP strategy. Begin with a State, Elaborate using the Five-Fingers thinking frame: Self, Home, School, Community, and Nation, and share Personal experiences."
 
 
 
 
 
 
 
6
  )
7
  }
8
 
 
1
  #RiverValleyData.py
2
  strategy_text = {
3
  "SEP": (
4
+ "SEP strategy - State, Elaborate, Personal experiences",
5
+ (
6
+ "Structure your feedback using the SEP strategy. "
7
+ "Begin with a State (S), where you state your point and answer to the question posed. "
8
+ "Next, Elaborate (E) on your statement, justifying and explaining the reasons for your choice of answer in S. "
9
+ "Where relevant, use the Five-Fingers thinking frame to help consolidate examples from different areas of your life: Self, Home, School, Community, and Nation. "
10
+ "Lastly, share Personal experiences (P) that you have gone through, or experiences you have heard of, to support your answer. "
11
+ "Community and Nation are considered higher progress responses, and therefore are used for stretching the higher progress students."
12
+ )
13
  )
14
  }
15