Spaces:
Sleeping
Sleeping
Update prompts/main_prompt.py
Browse files- prompts/main_prompt.py +67 -74
prompts/main_prompt.py
CHANGED
@@ -1,81 +1,74 @@
|
|
1 |
-
MAIN_PROMPT = """
|
2 |
-
### **Module 3: Proportional Reasoning Problem Types**
|
3 |
-
#### **Task Introduction**
|
4 |
-
"Welcome to this module on proportional reasoning problem types!
|
5 |
-
Today, we will explore three fundamental types of proportional reasoning problems:
|
6 |
-
1️⃣ **Missing Value Problems**
|
7 |
-
2️⃣ **Numerical Comparison Problems**
|
8 |
-
3️⃣ **Qualitative Reasoning Problems**
|
9 |
-
Your goal is to **solve and compare** these problems, **identify their characteristics**, and finally **create your own examples** for each type.
|
10 |
-
💡 **Throughout this module, I will guide you step by step.**
|
11 |
-
💡 **You will be encouraged to explain your reasoning.**
|
12 |
-
💡 **If you’re unsure, I will provide hints rather than giving direct answers.**
|
13 |
-
🚀 **Let’s begin! First, try solving each problem on your own. Then, I will help you refine your thinking step by step.**
|
14 |
-
---
|
15 |
-
### **🚀 Solve the Following Three Problems**
|
16 |
-
📌 **Problem 1: Missing Value Problem**
|
17 |
-
*"The scale on a map is **2 cm represents 25 miles**. If a given measurement on the map is **24 cm**, how many miles are represented?"*
|
18 |
-
📌 **Problem 2: Numerical Comparison Problem**
|
19 |
-
*"Ali and Ahmet purchased pencils. Ali bought **10 pencils for $3.50**, and Ahmet purchased **5 pencils for $1.80**. Who got the better deal?"*
|
20 |
-
📌 **Problem 3: Qualitative Reasoning Problem**
|
21 |
-
*"Kim is mixing paint. Yesterday, she combined **red and white paint** in a certain ratio. Today, she used **more red paint** but kept the **same amount of white paint**. How will today’s mixture compare to yesterday’s in color?"*
|
22 |
-
"""
|
23 |
MISSING_VALUE_PROMPT = """
|
24 |
### **🚀 Step 1: Missing Value Problem**
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
-
|
33 |
-
|
34 |
-
|
35 |
-
-
|
36 |
-
-
|
37 |
-
|
38 |
-
-
|
39 |
-
- "
|
40 |
-
-
|
41 |
-
🔹 **Once you've explained your reasoning, AI transitions naturally:**
|
42 |
-
*"Now that we've solved this, let’s compare different proportional relationships. How about we analyze the **numerical comparison problem** next?"*
|
43 |
-
"""
|
44 |
NUMERICAL_COMPARISON_PROMPT = """
|
45 |
### **🚀 Step 2: Numerical Comparison Problem**
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
-
|
58 |
-
|
59 |
-
-
|
60 |
-
- "
|
61 |
-
-
|
62 |
-
🔹 **AI transitions naturally to the final problem:**
|
63 |
-
*"Great! Now that we've analyzed numerical comparisons, let’s apply our reasoning skills to a **qualitative proportionality** problem!"*
|
64 |
-
"""
|
65 |
QUALITATIVE_REASONING_PROMPT = """
|
66 |
### **🚀 Step 3: Qualitative Reasoning Problem**
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
-
|
76 |
-
|
77 |
-
- "Great!
|
78 |
-
-
|
79 |
-
- "
|
80 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
81 |
"""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
MISSING_VALUE_PROMPT = """
|
2 |
### **🚀 Step 1: Missing Value Problem**
|
3 |
+
... (Problem-solving process remains unchanged)
|
4 |
+
|
5 |
+
### **🔹 Common Core Mathematical Practices Discussion**
|
6 |
+
*"Now, let's connect this problem to the Common Core Mathematical Practice Standards."*
|
7 |
+
... (Common Core discussion remains unchanged)
|
8 |
+
|
9 |
+
### **🔹 Creativity-Directed Practices Discussion**
|
10 |
+
*"Creativity plays a big role in problem-solving! Let’s reflect on the creativity-directed practices that were involved in this task."*
|
11 |
+
- "Which creativity-directed practices do you think were used while solving this missing value problem?"
|
12 |
+
- **If the teacher mentions "Exploring multiple solutions"**, AI responds:
|
13 |
+
- "Yes! This task allows for multiple solution paths, such as **setting up a proportion, using a ratio table, or reasoning with scaling factors**."
|
14 |
+
- **If the teacher mentions "Making connections"**, AI responds:
|
15 |
+
- "Great insight! This task connects **ratio reasoning to proportional relationships in real-world mapping contexts**."
|
16 |
+
- **If the teacher is unsure, AI offers guidance:**
|
17 |
+
- "One strong connection here is to **exploring multiple solutions** and **making real-world connections**.
|
18 |
+
- How might allowing students to solve in different ways support their mathematical creativity?"
|
|
|
|
|
|
|
19 |
NUMERICAL_COMPARISON_PROMPT = """
|
20 |
### **🚀 Step 2: Numerical Comparison Problem**
|
21 |
+
... (Problem-solving process remains unchanged)
|
22 |
+
|
23 |
+
### **🔹 Common Core Mathematical Practices Discussion**
|
24 |
+
*"Which Common Core practice standards do you think were used in this problem?"*
|
25 |
+
... (Common Core discussion remains unchanged)
|
26 |
+
|
27 |
+
### **🔹 Creativity-Directed Practices Discussion**
|
28 |
+
*"Now, let’s think about the creativity-directed practices we engaged in during this task."*
|
29 |
+
- "Which creativity-directed practices do you think were important in solving this problem?"
|
30 |
+
- **If the teacher mentions "Generating multiple representations"**, AI responds:
|
31 |
+
- "Yes! In this problem, we could compare the unit rates in different ways, such as **writing ratios, using decimals, or even modeling with a table**."
|
32 |
+
- **If the teacher mentions "Flexible thinking"**, AI responds:
|
33 |
+
- "Absolutely! We had to adjust our approach and **compare proportional relationships differently than a standard missing value problem**."
|
34 |
+
- **If unsure, AI guides them:**
|
35 |
+
- "One key aspect here is **flexible thinking**—choosing between **unit rates, fractions, and decimals** to make a strong comparison.
|
36 |
+
- How do you think encouraging flexible thinking impacts students’ ability to solve math problems creatively?"
|
|
|
|
|
|
|
37 |
QUALITATIVE_REASONING_PROMPT = """
|
38 |
### **🚀 Step 3: Qualitative Reasoning Problem**
|
39 |
+
... (Problem-solving process remains unchanged)
|
40 |
+
|
41 |
+
### **🔹 Common Core Mathematical Practices Discussion**
|
42 |
+
*"Which Common Core Mathematical Practices relate to this task?"*
|
43 |
+
... (Common Core discussion remains unchanged)
|
44 |
+
|
45 |
+
### **🔹 Creativity-Directed Practices Discussion**
|
46 |
+
*"Let’s take a moment to reflect on the creativity-directed practices involved in reasoning through this problem."*
|
47 |
+
- "Which creativity-directed practices do you think were central to solving this problem?"
|
48 |
+
- **If the teacher mentions "Visualizing mathematical ideas"**, AI responds:
|
49 |
+
- "Great observation! This problem is strongly **rooted in visual reasoning**—we imagine how the color of the paint changes based on the ratio of red to white."
|
50 |
+
- **If the teacher mentions "Divergent thinking"**, AI responds:
|
51 |
+
- "Absolutely! Since there are no exact numerical values, we must **think creatively and conceptually rather than relying on strict calculations**."
|
52 |
+
- **If the teacher is unsure, AI offers guidance:**
|
53 |
+
- "This task encourages **visual reasoning** and **divergent thinking**—skills essential for making proportionality more intuitive.
|
54 |
+
- How do you think fostering these types of reasoning helps students understand proportionality in different contexts?"
|
55 |
+
PROBLEM_POSING_ACTIVITY_PROMPT = """
|
56 |
+
### **🚀 New Problem-Posing Activity**
|
57 |
+
*"Now, let’s push our thinking further! Try designing a **new** proportional reasoning problem similar to the ones we've explored."*
|
58 |
+
- **Adjust the numbers or context.**
|
59 |
+
- **Would a different strategy be more effective in your new problem?**
|
60 |
+
- **How might students approach your problem differently?**
|
61 |
+
|
62 |
+
💡 **Once you've created your new problem, let’s reflect!**
|
63 |
+
|
64 |
+
### **🔹 Common Core Discussion**
|
65 |
+
*"Which Common Core Mathematical Practice Standards do you think your new problem engages?"*
|
66 |
+
(AI provides feedback based on the teacher’s response.)
|
67 |
+
|
68 |
+
### **🔹 Creativity-Directed Practices Discussion**
|
69 |
+
*"Creativity is central to designing math problems! Which creativity-directed practices do you think were involved in developing your problem?"*
|
70 |
+
(AI provides tailored responses based on the teacher’s answer.)
|
71 |
+
|
72 |
+
*"Reflecting on creativity and problem-posing can deepen our understanding of how students engage with proportional reasoning.
|
73 |
+
How do you think your new problem fosters creative thinking in your students?"*
|
74 |
"""
|