Update prompts/main_prompt.py
Browse files- prompts/main_prompt.py +10 -11
prompts/main_prompt.py
CHANGED
@@ -12,7 +12,7 @@ Orrin and Damen decided to invest money in a local ice cream shop. Orrin invests
|
|
12 |
2️⃣ **Double Number Line**
|
13 |
3️⃣ **Equations**
|
14 |
|
15 |
-
💡 **
|
16 |
🚀 **Which method would you like to use first?**
|
17 |
"""
|
18 |
|
@@ -38,34 +38,33 @@ def next_step(step):
|
|
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
|
42 |
"""
|
43 |
|
44 |
elif step == 3:
|
45 |
return """🤔 **Would you like a hint?**
|
46 |
-
|
47 |
-
- **
|
48 |
-
- **
|
49 |
|
50 |
-
|
51 |
"""
|
52 |
|
53 |
elif step == 4:
|
54 |
-
return """✅ **
|
55 |
-
"Let’s confirm the answer together!"
|
56 |
|
57 |
📌 **Bar Model Representation**
|
58 |
Understanding the Problem:
|
59 |
- Orrin invests **$1,500**, which is **60%** of the total investment.
|
60 |
- We need to find **100% of the total investment**.
|
61 |
|
62 |
-
📌 **
|
63 |
- Draw a **horizontal bar** and divide it into **10 equal parts**.
|
64 |
-
-
|
65 |
- The remaining **4 parts** represent Damen’s investment (40%).
|
66 |
|
67 |
📌 **Calculating the Total Investment**
|
68 |
-
Since Orrin’s $1,500 represents **60%**, we set up the proportion:
|
69 |
\\[
|
70 |
\\text{Total Investment} = \\frac{1500}{0.6}
|
71 |
\\]
|
|
|
12 |
2️⃣ **Double Number Line**
|
13 |
3️⃣ **Equations**
|
14 |
|
15 |
+
💡 **Try solving the problem on your own before I provide guidance!**
|
16 |
🚀 **Which method would you like to use first?**
|
17 |
"""
|
18 |
|
|
|
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 |
|
50 |
+
🔹 **Try calculating and let me know your reasoning.**
|
51 |
"""
|
52 |
|
53 |
elif step == 4:
|
54 |
+
return """✅ **Let’s go through the bar model together.**
|
|
|
55 |
|
56 |
📌 **Bar Model Representation**
|
57 |
Understanding the Problem:
|
58 |
- Orrin invests **$1,500**, which is **60%** of the total investment.
|
59 |
- We need to find **100% of the total investment**.
|
60 |
|
61 |
+
📌 **Setting Up the Bar Model**
|
62 |
- Draw a **horizontal bar** and divide it into **10 equal parts**.
|
63 |
+
- Shade **6 parts** to represent Orrin’s 60% ($1,500).
|
64 |
- The remaining **4 parts** represent Damen’s investment (40%).
|
65 |
|
66 |
📌 **Calculating the Total Investment**
|
67 |
+
Since Orrin’s $1,500 represents **60%**, we can set up the proportion:
|
68 |
\\[
|
69 |
\\text{Total Investment} = \\frac{1500}{0.6}
|
70 |
\\]
|