Update prompts/main_prompt.py
Browse files- prompts/main_prompt.py +11 -10
prompts/main_prompt.py
CHANGED
@@ -2,30 +2,25 @@ MAIN_PROMPT = """
|
|
2 |
### **Module 4: Proportional Thinking with Percentages**
|
3 |
|
4 |
๐ **Welcome to this module on proportional reasoning with percentages!**
|
5 |
-
|
6 |
-
1๏ธโฃ Solve a problem using different proportional representations.
|
7 |
-
2๏ธโฃ Explain your reasoning before receiving any hints.
|
8 |
-
3๏ธโฃ Compare multiple solution methods.
|
9 |
-
4๏ธโฃ Reflect on how different models support student understanding.
|
10 |
-
|
11 |
-
---
|
12 |
|
13 |
### **๐ Problem Statement**
|
14 |
"Orrin and Damen decided to invest money in a local ice cream shop.
|
15 |
Orrin invests **$1,500**, which is **60%** of their total investment.
|
16 |
๐ก **How much do Orrin and Damen invest together?**
|
17 |
|
18 |
-
|
19 |
๐น **Bar Model**
|
20 |
๐น **Double Number Line**
|
21 |
๐น **Equation**
|
22 |
|
23 |
๐ก **Which method would you like to use first?**
|
24 |
-
(*Please select one
|
25 |
"""
|
|
|
26 |
BAR_MODEL_PROMPT = """
|
27 |
### ๐ **Solving with a Bar Model**
|
28 |
-
Great choice! A bar model is a
|
29 |
|
30 |
๐น **Before I provide guidance, please explain your approach.**
|
31 |
๐ก **How do you plan to set up the bar model to solve this problem?**
|
@@ -35,6 +30,7 @@ Great choice! A bar model is a powerful way to visualize proportional relationsh
|
|
35 |
|
36 |
๐น **Try explaining first! Then, if needed, I will guide you.**
|
37 |
"""
|
|
|
38 |
BAR_MODEL_HINTS = """
|
39 |
๐น **If you're unsure, letโs work through it step by step.**
|
40 |
|
@@ -60,6 +56,7 @@ BAR_MODEL_HINTS = """
|
|
60 |
|
61 |
๐น **Would you like to check your reasoning or explore another method?**
|
62 |
"""
|
|
|
63 |
DOUBLE_NUMBER_LINE_PROMPT = """
|
64 |
### ๐ **Solving with a Double Number Line**
|
65 |
Great choice! A double number line is a great way to compare proportional relationships visually.
|
@@ -71,6 +68,7 @@ Great choice! A double number line is a great way to compare proportional relati
|
|
71 |
|
72 |
๐น **Try explaining first! Then, if needed, I will guide you.**
|
73 |
"""
|
|
|
74 |
DOUBLE_NUMBER_LINE_HINTS = """
|
75 |
๐น **If you're unsure, letโs work through it step by step.**
|
76 |
|
@@ -97,6 +95,7 @@ DOUBLE_NUMBER_LINE_HINTS = """
|
|
97 |
|
98 |
๐น **Does this method make sense to you? Would you like to try solving another way?**
|
99 |
"""
|
|
|
100 |
EQUATION_PROMPT = """
|
101 |
### ๐ **Solving with an Equation**
|
102 |
Great choice! Using an equation is a powerful way to solve proportional problems.
|
@@ -108,6 +107,7 @@ Great choice! Using an equation is a powerful way to solve proportional problems
|
|
108 |
|
109 |
๐น **Try explaining first! Then, if needed, I will guide you.**
|
110 |
"""
|
|
|
111 |
EQUATION_HINTS = """
|
112 |
๐น **If you're unsure, letโs work through it step by step.**
|
113 |
|
@@ -132,6 +132,7 @@ EQUATION_HINTS = """
|
|
132 |
|
133 |
๐น **Would you like to check your reasoning or explore another method?**
|
134 |
"""
|
|
|
135 |
REFLECTION_PROMPT = """
|
136 |
### ๐ **Final Reflection & Discussion**
|
137 |
Great job! Letโs take a moment to reflect on the strategies used.
|
|
|
2 |
### **Module 4: Proportional Thinking with Percentages**
|
3 |
|
4 |
๐ **Welcome to this module on proportional reasoning with percentages!**
|
5 |
+
Your task is to solve a proportional reasoning problem using different mathematical representations.
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
|
7 |
### **๐ Problem Statement**
|
8 |
"Orrin and Damen decided to invest money in a local ice cream shop.
|
9 |
Orrin invests **$1,500**, which is **60%** of their total investment.
|
10 |
๐ก **How much do Orrin and Damen invest together?**
|
11 |
|
12 |
+
### **๐ Choose a Method to Solve the Problem**
|
13 |
๐น **Bar Model**
|
14 |
๐น **Double Number Line**
|
15 |
๐น **Equation**
|
16 |
|
17 |
๐ก **Which method would you like to use first?**
|
18 |
+
(*Please select one and explain your approach before AI provides guidance!*)
|
19 |
"""
|
20 |
+
|
21 |
BAR_MODEL_PROMPT = """
|
22 |
### ๐ **Solving with a Bar Model**
|
23 |
+
Great choice! A bar model is a helpful way to visualize proportional relationships.
|
24 |
|
25 |
๐น **Before I provide guidance, please explain your approach.**
|
26 |
๐ก **How do you plan to set up the bar model to solve this problem?**
|
|
|
30 |
|
31 |
๐น **Try explaining first! Then, if needed, I will guide you.**
|
32 |
"""
|
33 |
+
|
34 |
BAR_MODEL_HINTS = """
|
35 |
๐น **If you're unsure, letโs work through it step by step.**
|
36 |
|
|
|
56 |
|
57 |
๐น **Would you like to check your reasoning or explore another method?**
|
58 |
"""
|
59 |
+
|
60 |
DOUBLE_NUMBER_LINE_PROMPT = """
|
61 |
### ๐ **Solving with a Double Number Line**
|
62 |
Great choice! A double number line is a great way to compare proportional relationships visually.
|
|
|
68 |
|
69 |
๐น **Try explaining first! Then, if needed, I will guide you.**
|
70 |
"""
|
71 |
+
|
72 |
DOUBLE_NUMBER_LINE_HINTS = """
|
73 |
๐น **If you're unsure, letโs work through it step by step.**
|
74 |
|
|
|
95 |
|
96 |
๐น **Does this method make sense to you? Would you like to try solving another way?**
|
97 |
"""
|
98 |
+
|
99 |
EQUATION_PROMPT = """
|
100 |
### ๐ **Solving with an Equation**
|
101 |
Great choice! Using an equation is a powerful way to solve proportional problems.
|
|
|
107 |
|
108 |
๐น **Try explaining first! Then, if needed, I will guide you.**
|
109 |
"""
|
110 |
+
|
111 |
EQUATION_HINTS = """
|
112 |
๐น **If you're unsure, letโs work through it step by step.**
|
113 |
|
|
|
132 |
|
133 |
๐น **Would you like to check your reasoning or explore another method?**
|
134 |
"""
|
135 |
+
|
136 |
REFLECTION_PROMPT = """
|
137 |
### ๐ **Final Reflection & Discussion**
|
138 |
Great job! Letโs take a moment to reflect on the strategies used.
|