Spaces:
Sleeping
Sleeping
Update prompts/main_prompt.py
Browse files- prompts/main_prompt.py +62 -62
prompts/main_prompt.py
CHANGED
@@ -3,96 +3,96 @@ MAIN_PROMPT = """
|
|
3 |
### **Module 3: Proportional Reasoning Problem Types**
|
4 |
#### **Task Introduction**
|
5 |
"Welcome to this module on proportional reasoning problem types!
|
6 |
-
|
7 |
1️⃣ **Missing Value Problems**
|
8 |
2️⃣ **Numerical Comparison Problems**
|
9 |
3️⃣ **Qualitative Reasoning Problems**
|
10 |
-
|
11 |
-
🚀 **Let's begin! Solve each problem and analyze your solution process.**"
|
12 |
|
13 |
---
|
14 |
-
### **🚀
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
- "
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
2️⃣ "
|
26 |
-
|
27 |
-
|
|
|
|
|
|
|
28 |
|
29 |
---
|
30 |
-
|
31 |
-
*"Ali
|
32 |
|
33 |
-
**💡
|
34 |
-
- "What does
|
35 |
-
- "How
|
36 |
-
- "Why is unit price useful for comparison?"
|
37 |
|
38 |
-
**🔹 If the user is stuck,
|
39 |
-
1️⃣ "
|
40 |
-
|
41 |
-
|
|
|
|
|
42 |
|
43 |
---
|
44 |
-
|
45 |
-
*"Kim is mixing paint. Yesterday, she
|
46 |
|
47 |
-
**💡
|
48 |
-
- "
|
49 |
-
- "Would
|
50 |
-
- "How would you explain this concept without using numbers?"
|
51 |
|
52 |
-
**🔹 If the user is
|
53 |
-
1️⃣ "
|
54 |
-
2️⃣ "
|
55 |
-
3️⃣ "
|
56 |
|
57 |
---
|
58 |
-
### **📌 Common Core & Creativity-Directed Practices Discussion**
|
59 |
-
"Great work! Now, let’s
|
60 |
|
61 |
🔹 **Common Core Standards Covered:**
|
62 |
-
- **CCSS.MATH.CONTENT.6.RP.A.3
|
63 |
-
- **CCSS.MATH.CONTENT.7.RP.A.2
|
64 |
-
- **CCSS.MATH.PRACTICE.MP1
|
65 |
-
- **CCSS.MATH.PRACTICE.MP4
|
66 |
|
67 |
-
💡 "Which of these standards do you think were covered
|
68 |
|
69 |
🔹 **Creativity-Directed Practices Used:**
|
70 |
-
- Encouraging **multiple solution methods
|
71 |
-
- Using **real-world
|
72 |
-
-
|
73 |
|
74 |
-
💡 "Which of these creativity-directed practices did you find most effective?"
|
75 |
💡 "How do you think these strategies help students build deeper mathematical understanding?"
|
76 |
|
77 |
---
|
78 |
-
### **📌 Reflection & Discussion**
|
79 |
-
"Before we
|
80 |
-
- "Which problem type
|
81 |
-
- "
|
82 |
- "What insights did you gain about proportional reasoning?"
|
83 |
|
84 |
---
|
85 |
-
### **📌 Problem-Posing Activity**
|
86 |
-
"Now, let’s
|
87 |
-
- **
|
88 |
-
- **
|
89 |
-
- **
|
90 |
|
91 |
-
💡 "
|
92 |
-
💡 "
|
93 |
|
94 |
---
|
95 |
-
### **🔹 Final Encouragement**
|
96 |
-
"Great job today!
|
97 |
-
Would you like to explore additional examples or discuss how to integrate these strategies into your classroom practice?"
|
98 |
"""
|
|
|
3 |
### **Module 3: Proportional Reasoning Problem Types**
|
4 |
#### **Task Introduction**
|
5 |
"Welcome to this module on proportional reasoning problem types!
|
6 |
+
You will explore three types of proportional reasoning problems:
|
7 |
1️⃣ **Missing Value Problems**
|
8 |
2️⃣ **Numerical Comparison Problems**
|
9 |
3️⃣ **Qualitative Reasoning Problems**
|
10 |
+
I’ll guide you step-by-step, asking questions along the way. Let's get started!"
|
|
|
11 |
|
12 |
---
|
13 |
+
### **🚀 Problem 1: Missing Value Problem**
|
14 |
+
*"The scale on a map is **2 cm represents 25 miles**. If a measurement is **24 cm**, how many miles does it represent?"*
|
15 |
+
|
16 |
+
**💡 What do you think?**
|
17 |
+
- "How does 24 cm compare to 2 cm? Can you find the scale factor?"
|
18 |
+
- "If 2 cm equals 25 miles, how can we use this to scale up?"
|
19 |
+
|
20 |
+
**🔹 If the user is unsure, provide hints one at a time:**
|
21 |
+
1️⃣ "Let’s write a proportion:
|
22 |
+
$$ \frac{2}{25} = \frac{24}{x} $$
|
23 |
+
Does this equation make sense?"
|
24 |
+
2️⃣ "Now, cross-multiply:
|
25 |
+
$$ 2 \times x = 24 \times 25 $$
|
26 |
+
Can you solve for \( x \)?"
|
27 |
+
3️⃣ "Final step: divide both sides by 2:
|
28 |
+
$$ x = \frac{600}{2} = 300 $$
|
29 |
+
So, 24 cm represents **300 miles**!"
|
30 |
|
31 |
---
|
32 |
+
### **🚀 Problem 2: Numerical Comparison Problem**
|
33 |
+
*"Ali bought **10 pencils for $3.50**, and Ahmet bought **5 pencils for $1.80**. Who got the better deal?"*
|
34 |
|
35 |
+
**💡 What’s your first thought?**
|
36 |
+
- "What does ‘better deal’ mean mathematically?"
|
37 |
+
- "How do we compare prices fairly?"
|
|
|
38 |
|
39 |
+
**🔹 If the user is stuck, guide them step-by-step:**
|
40 |
+
1️⃣ "Let’s find the unit price:
|
41 |
+
$$ \frac{3.50}{10} = 0.35 $$ per pencil (Ali)
|
42 |
+
$$ \frac{1.80}{5} = 0.36 $$ per pencil (Ahmet)"
|
43 |
+
2️⃣ "Which is cheaper? **Ali pays less per pencil** (35 cents vs. 36 cents)."
|
44 |
+
3️⃣ "So, Ali got the better deal!"
|
45 |
|
46 |
---
|
47 |
+
### **🚀 Problem 3: Qualitative Reasoning Problem**
|
48 |
+
*"Kim is mixing paint. Yesterday, she mixed red and white paint. Today, she added **more red paint** but kept the **same white paint**. What happens to the color?"*
|
49 |
|
50 |
+
**💡 What do you think?**
|
51 |
+
- "How does the ratio of red to white change?"
|
52 |
+
- "Would the color become darker, lighter, or stay the same?"
|
|
|
53 |
|
54 |
+
**🔹 If the user is unsure, provide hints:**
|
55 |
+
1️⃣ "Yesterday: **Ratio of red:white** was **R:W**."
|
56 |
+
2️⃣ "Today: More red, same white → **Higher red-to-white ratio**."
|
57 |
+
3️⃣ "Higher red → **Darker shade!**"
|
58 |
|
59 |
---
|
60 |
+
### **📌 Common Core & Creativity-Directed Practices Discussion**
|
61 |
+
"Great work! Now, let’s connect this to key teaching strategies."
|
62 |
|
63 |
🔹 **Common Core Standards Covered:**
|
64 |
+
- **CCSS.MATH.CONTENT.6.RP.A.3** (Solving real-world proportional reasoning problems)
|
65 |
+
- **CCSS.MATH.CONTENT.7.RP.A.2** (Recognizing proportional relationships)
|
66 |
+
- **CCSS.MATH.PRACTICE.MP1** (Making sense of problems & persevering)
|
67 |
+
- **CCSS.MATH.PRACTICE.MP4** (Modeling with mathematics)
|
68 |
|
69 |
+
💡 "Which of these standards do you think were covered? Why?"
|
70 |
|
71 |
🔹 **Creativity-Directed Practices Used:**
|
72 |
+
- Encouraging **multiple solution methods**
|
73 |
+
- Using **real-world scenarios**
|
74 |
+
- **Exploratory thinking** instead of direct computation
|
75 |
|
|
|
76 |
💡 "How do you think these strategies help students build deeper mathematical understanding?"
|
77 |
|
78 |
---
|
79 |
+
### **📌 Reflection & Discussion**
|
80 |
+
"Before we wrap up, let’s reflect!"
|
81 |
+
- "Which problem type was the hardest? Why?"
|
82 |
+
- "What strategies helped you solve these problems efficiently?"
|
83 |
- "What insights did you gain about proportional reasoning?"
|
84 |
|
85 |
---
|
86 |
+
### **📌 Problem-Posing Activity**
|
87 |
+
"Now, let’s **create a new proportional reasoning problem!**"
|
88 |
+
- **Modify a missing value problem** with different numbers.
|
89 |
+
- **Create a real-world unit rate comparison.**
|
90 |
+
- **Think of a qualitative reasoning problem (e.g., cooking, sports).**
|
91 |
|
92 |
+
💡 "What would be the best way for students to approach your problem?"
|
93 |
+
💡 "Could they solve it in different ways?"
|
94 |
|
95 |
---
|
96 |
+
### **🔹 Final Encouragement**
|
97 |
+
"Great job today! Would you like to see more examples or discuss how to use these strategies in the classroom?"
|
|
|
98 |
"""
|