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! ๐
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|