Update prompts/main_prompt.py
Browse files- prompts/main_prompt.py +4 -3
prompts/main_prompt.py
CHANGED
@@ -19,9 +19,9 @@ BAR_MODEL_PROMPT = """
|
|
19 |
"Great choice! The **Bar Model** is a useful visual tool for proportional reasoning.
|
20 |
|
21 |
🔹 **Before I provide guidance, please apply the Bar Model and explain your solution.**
|
22 |
-
- How would you
|
23 |
-
- How would you divide
|
24 |
-
- How would you use this to determine the total investment?
|
25 |
|
26 |
✏️ **Type your explanation, and I will provide feedback before moving forward.**
|
27 |
"""
|
@@ -156,3 +156,4 @@ REFLECTION_PROMPT = """
|
|
156 |
|
157 |
✏️ **Share your thoughts before we conclude!**
|
158 |
"""
|
|
|
|
19 |
"Great choice! The **Bar Model** is a useful visual tool for proportional reasoning.
|
20 |
|
21 |
🔹 **Before I provide guidance, please apply the Bar Model and explain your solution.**
|
22 |
+
- How would you represent the total investment in a bar?
|
23 |
+
- How would you divide the bar to show 60% and 40%?
|
24 |
+
- How would you use this model to determine the total investment?
|
25 |
|
26 |
✏️ **Type your explanation, and I will provide feedback before moving forward.**
|
27 |
"""
|
|
|
156 |
|
157 |
✏️ **Share your thoughts before we conclude!**
|
158 |
"""
|
159 |
+
|