alibicer commited on
Commit
2897d48
Β·
verified Β·
1 Parent(s): 4bfb23b

Update prompts/main_prompt.py

Browse files
Files changed (1) hide show
  1. prompts/main_prompt.py +34 -15
prompts/main_prompt.py CHANGED
@@ -101,35 +101,54 @@ So, **Ali got the better deal!**"
101
 
102
  elif step == 10:
103
  return """πŸ“Œ **Common Core Standards Discussion**
104
- "Great job! Now, let’s reflect on how these problems connect to teaching strategies."
 
105
 
106
- πŸ”Ή **Which Common Core Standards did we cover?**
107
- - **CCSS.MATH.CONTENT.6.RP.A.3** (Solving real-world proportional reasoning problems)
108
- - **CCSS.MATH.CONTENT.7.RP.A.2** (Recognizing proportional relationships)
109
- - **CCSS.MATH.PRACTICE.MP1** (Making sense of problems & persevering)
110
- - **CCSS.MATH.PRACTICE.MP4** (Modeling with mathematics)
111
 
112
- πŸ’‘ **Which of these standards do you think applied most to the problems we solved? Why?**
113
  """
114
 
115
  elif step == 11:
 
 
 
 
 
 
 
 
 
 
116
  return """πŸ“Œ **Creativity-Directed Practices Discussion**
117
- "Throughout these problems, we engaged in creativity-directed strategies, such as:
 
 
 
 
 
 
 
 
 
 
 
118
  βœ… Encouraging multiple solution methods
119
  βœ… Using real-world contexts
120
  βœ… Thinking critically about proportional relationships
121
 
122
- πŸ’‘ **Which of these strategies did you use while solving the problems?**
123
- πŸ’‘ **How do you think encouraging creativity helps students develop deeper understanding?**
124
  """
125
 
126
- elif step == 12:
127
  return """πŸ“Œ **Reflection & Problem Posing Activity**
128
- "Let’s take it one step further! Try creating your own proportional reasoning problem."
129
  πŸ’‘ "Would you like to modify one of the previous problems, or create a brand new one?"
130
  """
131
 
132
- elif step == 13:
133
  return """πŸš€ **Final Reflection**
134
  "Before we wrap up, let’s reflect!"
135
 
@@ -138,9 +157,9 @@ So, **Ali got the better deal!**"
138
  - "What insights did you gain about proportional reasoning?"
139
  """
140
 
141
- elif step == 14:
142
  return """🎯 **Final Encouragement**
143
- "Great job today! Would you like to explore additional examples or discuss how to integrate these strategies into your classroom?"
144
  """
145
 
146
  elif step == 20:
 
101
 
102
  elif step == 10:
103
  return """πŸ“Œ **Common Core Standards Discussion**
104
+ "Great job! Before I summarize, let’s think:
105
+ πŸ’‘ **Which Common Core Standards do you think we covered?**
106
 
107
+ - Did we solve real-world proportional reasoning problems?
108
+ - Did we recognize and represent proportional relationships?
109
+ - Were we modeling with mathematics?"
 
 
110
 
111
+ πŸ”Ή **Take a moment to reflect before I provide a summary!**
112
  """
113
 
114
  elif step == 11:
115
+ return """πŸ“Œ **Common Core Standards Covered**
116
+ βœ… **CCSS.MATH.CONTENT.6.RP.A.3** (Solving real-world proportional reasoning problems)
117
+ βœ… **CCSS.MATH.CONTENT.7.RP.A.2** (Recognizing proportional relationships)
118
+ βœ… **CCSS.MATH.PRACTICE.MP1** (Making sense of problems & persevering)
119
+ βœ… **CCSS.MATH.PRACTICE.MP4** (Modeling with mathematics)
120
+
121
+ πŸ’‘ "How do these standards apply to the problems we solved?"
122
+ """
123
+
124
+ elif step == 12:
125
  return """πŸ“Œ **Creativity-Directed Practices Discussion**
126
+ "Now, let’s reflect on **creativity in problem-solving!**
127
+ πŸ’‘ **Which Creativity-Directed Practices do you think we used?**
128
+
129
+ - Did we try multiple solution methods?
130
+ - Did we use real-world contexts?
131
+ - Were we encouraged to think critically about proportional relationships?"
132
+
133
+ πŸ”Ή **Pause and think before I summarize!**
134
+ """
135
+
136
+ elif step == 13:
137
+ return """πŸ“Œ **Creativity-Directed Practices Used**
138
  βœ… Encouraging multiple solution methods
139
  βœ… Using real-world contexts
140
  βœ… Thinking critically about proportional relationships
141
 
142
+ πŸ’‘ "Which of these strategies do you think helped deepen understanding?"
 
143
  """
144
 
145
+ elif step == 14:
146
  return """πŸ“Œ **Reflection & Problem Posing Activity**
147
+ "Now, let’s create your own proportional reasoning problem!"
148
  πŸ’‘ "Would you like to modify one of the previous problems, or create a brand new one?"
149
  """
150
 
151
+ elif step == 15:
152
  return """πŸš€ **Final Reflection**
153
  "Before we wrap up, let’s reflect!"
154
 
 
157
  - "What insights did you gain about proportional reasoning?"
158
  """
159
 
160
+ elif step == 16:
161
  return """🎯 **Final Encouragement**
162
+ "Great job today! Would you like to explore additional examples or discuss how to use these strategies in the classroom?"
163
  """
164
 
165
  elif step == 20: