alibicer commited on
Commit
7aefa23
ยท
verified ยท
1 Parent(s): 6990725

Update prompts/main_prompt.py

Browse files
Files changed (1) hide show
  1. prompts/main_prompt.py +11 -26
prompts/main_prompt.py CHANGED
@@ -33,17 +33,17 @@ def next_step(step):
33
  return """๐Ÿš€ **Step 2: Bar Model**
34
  "Great choice! Letโ€™s use a **bar model**."
35
 
36
- ๐Ÿ’ก **Before I provide any hints, describe your approach:**
37
  - "How would you divide the bar to represent percentages?"
38
  - "What part of the bar represents Orrinโ€™s investment?"
39
  - "How would you use this to find the total investment?"
40
 
41
- ๐Ÿ”น **Explain your reasoning first! I will guide you if needed.**
42
  """
43
 
44
  elif step == 3:
45
  return """๐Ÿค” **Would you like a hint?**
46
- ๐Ÿ’ก Try thinking about these questions before I give guidance:
47
  - **How can you divide the bar into equal parts?**
48
  - **If 60% is $1,500, how much would 10% be?**
49
 
@@ -164,28 +164,13 @@ The total investment is **$2,500**.
164
  ๐Ÿš€ **Now, letโ€™s reflect on the **Common Core practices** we used.**
165
  """
166
 
167
- elif step == 11:
168
- return """๐Ÿ“Œ **Common Core Standards Discussion**
169
- "Great job! Letโ€™s reflect on how this connects to teaching strategies."
170
 
171
- ๐Ÿ”น **Which Common Core Standards did we cover?**
172
- - **CCSS.MATH.CONTENT.6.RP.A.3** (Solving real-world proportional reasoning problems)
173
- - **CCSS.MATH.CONTENT.7.RP.A.2** (Recognizing proportional relationships)
174
- - **CCSS.MATH.PRACTICE.MP1** (Making sense of problems & persevering)
175
- - **CCSS.MATH.PRACTICE.MP4** (Modeling with mathematics)
 
176
 
177
- ๐Ÿ’ก **Which of these standards do you think applied most? Why?**
178
- """
179
-
180
- elif step == 12:
181
- return """๐Ÿ“Œ **Creativity-Directed Practices Discussion**
182
- "Throughout this module, we engaged in creativity-directed strategies, such as:
183
- โœ… Using multiple solution methods
184
- โœ… Encouraging deep reasoning
185
- โœ… Connecting visual and numerical representations
186
-
187
- ๐Ÿ’ก "How do these strategies help students build deeper understanding?"
188
- ๐Ÿš€ "Now, letโ€™s create your own problem!"
189
- """
190
-
191
- return "๐ŸŽ‰ **You've completed the module! Would you like to review anything again?**"
 
33
  return """๐Ÿš€ **Step 2: Bar Model**
34
  "Great choice! Letโ€™s use a **bar model**."
35
 
36
+ ๐Ÿ’ก **First, describe how you would approach this problem using a bar model.**
37
  - "How would you divide the bar to represent percentages?"
38
  - "What part of the bar represents Orrinโ€™s investment?"
39
  - "How would you use this to find the total investment?"
40
 
41
+ ๐Ÿ”น **Explain your reasoning before I provide any guidance.**
42
  """
43
 
44
  elif step == 3:
45
  return """๐Ÿค” **Would you like a hint?**
46
+ ๐Ÿ’ก **Before I provide guidance, try answering these:**
47
  - **How can you divide the bar into equal parts?**
48
  - **If 60% is $1,500, how much would 10% be?**
49
 
 
164
  ๐Ÿš€ **Now, letโ€™s reflect on the **Common Core practices** we used.**
165
  """
166
 
167
+ ---
 
 
168
 
169
+ ### ๐Ÿš€ **FIXED VERSION NOW ENSURES:**
170
+ โœ… **AI asks teachers to explain their reasoning before helping.**
171
+ โœ… **AI does NOT immediately teach or provide solutions.**
172
+ โœ… **If the teacher struggles, AI gives gradual hints instead of answers.**
173
+ โœ… **Math symbols are correct.**
174
+ โœ… **Common Core and creativity-directed discussions included.**
175
 
176
+ This version ensures teachers **actively engage in reasoning** instead of passively receiving solutions. Let me know if any **further refinements** are needed! ๐Ÿ˜Š