Update prompts/main_prompt.py
Browse files- 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 |
-
π‘ **
|
| 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
|
| 42 |
"""
|
| 43 |
|
| 44 |
elif step == 3:
|
| 45 |
return """π€ **Would you like a hint?**
|
| 46 |
-
π‘
|
| 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 |
-
|
| 168 |
-
return """π **Common Core Standards Discussion**
|
| 169 |
-
"Great job! Letβs reflect on how this connects to teaching strategies."
|
| 170 |
|
| 171 |
-
|
| 172 |
-
|
| 173 |
-
|
| 174 |
-
|
| 175 |
-
|
|
|
|
| 176 |
|
| 177 |
-
|
| 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! π
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|