Update prompts/main_prompt.py
Browse files- prompts/main_prompt.py +12 -12
prompts/main_prompt.py
CHANGED
|
@@ -18,10 +18,10 @@ BAR_MODEL_PROMPT = """
|
|
| 18 |
### **π Bar Model Approach**
|
| 19 |
"Great choice! The **Bar Model** is a useful visual tool for proportional reasoning.
|
| 20 |
|
| 21 |
-
πΉ **Before I provide guidance, please
|
| 22 |
-
- How
|
| 23 |
-
- How
|
| 24 |
-
- How
|
| 25 |
|
| 26 |
βοΈ **Type your explanation, and I will provide feedback before moving forward.**
|
| 27 |
"""
|
|
@@ -59,10 +59,10 @@ DOUBLE_NUMBER_LINE_PROMPT = """
|
|
| 59 |
### **π Double Number Line Approach**
|
| 60 |
"Great choice! The **Double Number Line** helps visualize proportional relationships step by step.
|
| 61 |
|
| 62 |
-
πΉ **Before I provide guidance, please
|
| 63 |
-
- How
|
| 64 |
-
- What values
|
| 65 |
-
- How
|
| 66 |
|
| 67 |
βοΈ **Type your explanation, and I will provide feedback before moving forward.**
|
| 68 |
"""
|
|
@@ -100,10 +100,10 @@ EQUATION_PROMPT = """
|
|
| 100 |
### **π Equation-Based Approach**
|
| 101 |
"Great choice! The **Equation Method** provides a direct algebraic approach.
|
| 102 |
|
| 103 |
-
πΉ **Before I provide guidance, please
|
| 104 |
-
- How
|
| 105 |
-
- What variable
|
| 106 |
-
- What equation
|
| 107 |
|
| 108 |
βοΈ **Type your explanation, and I will provide feedback before moving forward.**
|
| 109 |
"""
|
|
|
|
| 18 |
### **π Bar Model Approach**
|
| 19 |
"Great choice! The **Bar Model** is a useful visual tool for proportional reasoning.
|
| 20 |
|
| 21 |
+
πΉ **Before I provide any guidance, please explain how you applied the Bar Model to this problem.**
|
| 22 |
+
- How did you represent the total investment in a bar?
|
| 23 |
+
- How did you divide the bar to show 60% and 40%?
|
| 24 |
+
- How did you use this model to determine the total investment?
|
| 25 |
|
| 26 |
βοΈ **Type your explanation, and I will provide feedback before moving forward.**
|
| 27 |
"""
|
|
|
|
| 59 |
### **π Double Number Line Approach**
|
| 60 |
"Great choice! The **Double Number Line** helps visualize proportional relationships step by step.
|
| 61 |
|
| 62 |
+
πΉ **Before I provide guidance, please explain how you set up your Double Number Line.**
|
| 63 |
+
- How did you set up your number line?
|
| 64 |
+
- What values did you place for percentages and dollar amounts?
|
| 65 |
+
- How did you use the 60% value to determine the total?
|
| 66 |
|
| 67 |
βοΈ **Type your explanation, and I will provide feedback before moving forward.**
|
| 68 |
"""
|
|
|
|
| 100 |
### **π Equation-Based Approach**
|
| 101 |
"Great choice! The **Equation Method** provides a direct algebraic approach.
|
| 102 |
|
| 103 |
+
πΉ **Before I provide guidance, please explain how you set up your equation.**
|
| 104 |
+
- How did you express 60% as a fraction or decimal?
|
| 105 |
+
- What variable did you use for the total investment?
|
| 106 |
+
- What equation did you set up to solve for the total?
|
| 107 |
|
| 108 |
βοΈ **Type your explanation, and I will provide feedback before moving forward.**
|
| 109 |
"""
|