Spaces:
Sleeping
Sleeping
Update prompts/main_prompt.py
Browse files- prompts/main_prompt.py +25 -25
prompts/main_prompt.py
CHANGED
@@ -23,6 +23,15 @@ You will solve and compare these problems, **identify their characteristics**, a
|
|
23 |
|
24 |
📌 **Problem 3: Qualitative Reasoning Problem**
|
25 |
*"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?"*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
"""
|
27 |
|
28 |
### 🚀 PROBLEM SOLUTIONS ###
|
@@ -78,18 +87,14 @@ $$
|
|
78 |
- "Which Common Core practices do you think we used in solving these problems?"
|
79 |
|
80 |
🔹 **Possible Responses (AI guides based on teacher input):**
|
81 |
-
- **
|
82 |
-
|
83 |
-
- **
|
84 |
-
|
85 |
-
- **
|
86 |
-
- "
|
87 |
-
- **
|
88 |
-
- "
|
89 |
-
- **MP1 (Problem-Solving & Perseverance):** Breaking down complex proportional relationships.
|
90 |
-
- **MP2 (Reasoning Abstractly & Quantitatively):** Thinking flexibly about numerical relationships.
|
91 |
-
- **MP7 (Recognizing Structure):** Identifying **consistent ratios and proportional reasoning strategies**."
|
92 |
-
- "How do you think these skills help students become better problem solvers?"
|
93 |
|
94 |
---
|
95 |
### **🔹 Creativity-Directed Practices Discussion**
|
@@ -98,17 +103,12 @@ $$
|
|
98 |
- "What creativity-directed practices do you think were covered?"
|
99 |
|
100 |
🔹 **Possible Responses (AI guides based on teacher input):**
|
101 |
-
- **
|
102 |
-
|
103 |
-
- **
|
104 |
-
|
105 |
-
- **
|
106 |
-
- "
|
107 |
-
- **
|
108 |
-
- "
|
109 |
-
- **Exploring multiple approaches** to solving proportion problems.
|
110 |
-
- **Connecting math to real-life contexts** like money, distance, and color mixing.
|
111 |
-
- **Thinking flexibly**—adjusting strategies based on different types of proportional relationships."
|
112 |
-
- "How do you think encouraging creativity in problem-solving benefits students?"
|
113 |
"""
|
114 |
-
|
|
|
23 |
|
24 |
📌 **Problem 3: Qualitative Reasoning Problem**
|
25 |
*"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?"*
|
26 |
+
|
27 |
+
---
|
28 |
+
### **💬 Let's Discuss!**
|
29 |
+
"Now that you have seen the problems, let's work through them step by step.
|
30 |
+
1️⃣ **Which problem do you want to start with?**
|
31 |
+
2️⃣ **What is the first strategy that comes to your mind for solving it?**
|
32 |
+
3️⃣ **Would you like a hint before starting?**"
|
33 |
+
|
34 |
+
*"Please type your response, and I'll guide you further!"*
|
35 |
"""
|
36 |
|
37 |
### 🚀 PROBLEM SOLUTIONS ###
|
|
|
87 |
- "Which Common Core practices do you think we used in solving these problems?"
|
88 |
|
89 |
🔹 **Possible Responses (AI guides based on teacher input):**
|
90 |
+
- **MP1 (Make sense of problems & persevere)** → "Analyzing proportional relationships and reasoning through different methods."
|
91 |
+
- **MP2 (Reason abstractly and quantitatively)** → "Applying numbers to real-world contexts."
|
92 |
+
- **MP7 (Look for structure)** → "Recognizing patterns in ratios and proportions."
|
93 |
+
- **If unsure, AI suggests:**
|
94 |
+
- "**MP1 (Problem-Solving & Perseverance):** Breaking down complex proportional relationships."
|
95 |
+
- "**MP2 (Reasoning Abstractly & Quantitatively):** Thinking flexibly about numerical relationships."
|
96 |
+
- "**MP7 (Recognizing Structure):** Identifying patterns in problem-solving."
|
97 |
+
- **"How do you think these skills help students become better problem solvers?"**
|
|
|
|
|
|
|
|
|
98 |
|
99 |
---
|
100 |
### **🔹 Creativity-Directed Practices Discussion**
|
|
|
103 |
- "What creativity-directed practices do you think were covered?"
|
104 |
|
105 |
🔹 **Possible Responses (AI guides based on teacher input):**
|
106 |
+
- **Exploring multiple solutions** → "Each problem allowed for multiple approaches—setting up proportions, using scaling factors, or applying unit rates."
|
107 |
+
- **Making connections** → "These problems linked proportional reasoning to real-world contexts like maps, financial decisions, and color mixing."
|
108 |
+
- **Flexible Thinking** → "Deciding between ratios, proportions, and numerical calculations based on the problem type."
|
109 |
+
- **If unsure, AI suggests:**
|
110 |
+
- "**Exploring multiple approaches** to solving proportion problems."
|
111 |
+
- "**Connecting math to real-life contexts** like money, distance, and color mixing."
|
112 |
+
- "**Thinking flexibly**—adjusting strategies based on problem types."
|
113 |
+
- **"How do you think encouraging creativity in problem-solving benefits students?"**
|
|
|
|
|
|
|
|
|
114 |
"""
|
|