alibicer commited on
Commit
00f6bdf
Β·
verified Β·
1 Parent(s): 3dd625a

Update prompts/main_prompt.py

Browse files
Files changed (1) hide show
  1. prompts/main_prompt.py +26 -52
prompts/main_prompt.py CHANGED
@@ -28,9 +28,7 @@ def next_step(step):
28
  elif step == 2:
29
  return """πŸ”Ή **Hint 1:**
30
  1️⃣ "Try setting up a proportion:
31
- \\[
32
- \\frac{2}{25} = \\frac{24}{x}
33
- \\]
34
  Does this equation make sense?"
35
 
36
  πŸ’‘ **Try answering before moving forward.**
@@ -39,10 +37,8 @@ def next_step(step):
39
  elif step == 3:
40
  return """πŸ”Ή **Hint 2:**
41
  2️⃣ "Now, cross-multiply:
42
- \\[
43
- 2 \\times x = 24 \\times 25
44
- \\]
45
- Can you solve for \\( x \\)?"
46
 
47
  πŸ’‘ **Give it a shot!**
48
  """
@@ -50,9 +46,7 @@ def next_step(step):
50
  elif step == 4:
51
  return """βœ… **Solution:**
52
  "Final step: divide both sides by 2:
53
- \\[
54
- x = \\frac{600}{2} = 300
55
- \\]
56
  So, 24 cm represents **300 miles**!"
57
 
58
  πŸ’‘ "Does this answer make sense? Want to try another method?"
@@ -68,12 +62,8 @@ So, 24 cm represents **300 miles**!"
68
  elif step == 6:
69
  return """πŸ”Ή **Hint 1:**
70
  1️⃣ "Find the cost per pencil:
71
- \\[
72
- \\frac{3.50}{10} = 0.35
73
- \\] per pencil (Ali)
74
- \\[
75
- \\frac{1.80}{5} = 0.36
76
- \\] per pencil (Ahmet)"
77
 
78
  πŸ’‘ **Try calculating it before moving forward!**
79
  """
@@ -111,55 +101,36 @@ So, **Ali got the better deal!**"
111
 
112
  elif step == 10:
113
  return """πŸ“Œ **Common Core Standards Discussion**
114
- "Great job! Before I summarize, let’s think:
115
- πŸ’‘ **Which Common Core Standards do you think we covered?**
116
 
117
- - Did we solve real-world proportional reasoning problems?
118
- - Did we recognize and represent proportional relationships?
119
- - Were we modeling with mathematics?"
 
 
120
 
121
- πŸ”Ή **Take a moment to reflect before I provide a summary!**
122
  """
123
 
124
  elif step == 11:
125
- return """πŸ“Œ **Common Core Standards Covered**
126
- βœ… **CCSS.MATH.CONTENT.6.RP.A.3** (Solving real-world proportional reasoning problems)
127
- βœ… **CCSS.MATH.CONTENT.7.RP.A.2** (Recognizing proportional relationships)
128
- βœ… **CCSS.MATH.PRACTICE.MP1** (Making sense of problems & persevering)
129
- βœ… **CCSS.MATH.PRACTICE.MP4** (Modeling with mathematics)
130
-
131
- πŸ’‘ "How do these standards apply to the problems we solved?"
132
- """
133
-
134
- elif step == 12:
135
  return """πŸ“Œ **Creativity-Directed Practices Discussion**
136
- "Now, let’s reflect on **creativity in problem-solving!**
137
- πŸ’‘ **Which Creativity-Directed Practices do you think we used?**
138
-
139
- - Did we try multiple solution methods?
140
- - Did we use real-world contexts?
141
- - Were we encouraged to think critically about proportional relationships?"
142
-
143
- πŸ”Ή **Pause and think before I summarize!**
144
- """
145
-
146
- elif step == 13:
147
- return """πŸ“Œ **Creativity-Directed Practices Used**
148
  βœ… Encouraging multiple solution methods
149
  βœ… Using real-world contexts
150
  βœ… Thinking critically about proportional relationships
151
 
152
- πŸ’‘ "Which of these strategies do you think helped deepen understanding?"
 
153
  """
154
 
155
- elif step == 14:
156
  return """πŸ“Œ **Reflection & Problem Posing Activity**
157
- "Now, let’s create your own proportional reasoning problem!"
158
  πŸ’‘ "Would you like to modify one of the previous problems, or create a brand new one?"
159
  """
160
 
161
- elif step == 15:
162
- return """🎯 **Final Reflection**
163
  "Before we wrap up, let’s reflect!"
164
 
165
  - "Which problem type was the most challenging? Why?"
@@ -167,9 +138,12 @@ So, **Ali got the better deal!**"
167
  - "What insights did you gain about proportional reasoning?"
168
  """
169
 
170
- elif step == 16:
171
- return """πŸŽ‰ **Final Encouragement**
172
- "Great job today! Would you like to explore additional examples or discuss how to use these strategies in the classroom?"
173
  """
174
 
 
 
 
175
  return "πŸŽ‰ **End of module! Thanks for participating.**"
 
28
  elif step == 2:
29
  return """πŸ”Ή **Hint 1:**
30
  1️⃣ "Try setting up a proportion:
31
+ $$ \\frac{2}{25} = \\frac{24}{x} $$
 
 
32
  Does this equation make sense?"
33
 
34
  πŸ’‘ **Try answering before moving forward.**
 
37
  elif step == 3:
38
  return """πŸ”Ή **Hint 2:**
39
  2️⃣ "Now, cross-multiply:
40
+ $$ 2 \\times x = 24 \\times 25 $$
41
+ Can you solve for \( x \)?"
 
 
42
 
43
  πŸ’‘ **Give it a shot!**
44
  """
 
46
  elif step == 4:
47
  return """βœ… **Solution:**
48
  "Final step: divide both sides by 2:
49
+ $$ x = \\frac{600}{2} = 300 $$
 
 
50
  So, 24 cm represents **300 miles**!"
51
 
52
  πŸ’‘ "Does this answer make sense? Want to try another method?"
 
62
  elif step == 6:
63
  return """πŸ”Ή **Hint 1:**
64
  1️⃣ "Find the cost per pencil:
65
+ $$ \\frac{3.50}{10} = 0.35 $$ per pencil (Ali)
66
+ $$ \\frac{1.80}{5} = 0.36 $$ per pencil (Ahmet)"
 
 
 
 
67
 
68
  πŸ’‘ **Try calculating it before moving forward!**
69
  """
 
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
 
136
  - "Which problem type was the most challenging? Why?"
 
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:
147
+ return """πŸŽ‰ **You've completed the module! Would you like to review anything again?**"""
148
+
149
  return "πŸŽ‰ **End of module! Thanks for participating.**"