File size: 5,651 Bytes
ce5b5d6
bdeb397
405ee15
 
 
 
 
 
 
 
 
 
 
 
 
3c55449
aa15e71
405ee15
 
 
3c55449
405ee15
 
 
bdeb397
405ee15
 
bdeb397
405ee15
aa15e71
55b308a
405ee15
 
 
8495abe
405ee15
 
 
8495abe
405ee15
 
8495abe
405ee15
 
 
55b308a
405ee15
 
 
 
a6aa6d1
405ee15
 
 
55b308a
405ee15
 
216ea1f
405ee15
aa15e71
216ea1f
405ee15
 
 
55b308a
405ee15
 
 
a6aa6d1
405ee15
 
a6aa6d1
216ea1f
405ee15
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8495abe
405ee15
 
 
55b308a
405ee15
 
 
 
 
a6aa6d1
405ee15
55b308a
405ee15
 
 
 
3c55449
405ee15
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
MAIN_PROMPT = """
### **Module 4: Proportional Thinking with Percentages**  
#### **Task Introduction**  
"Welcome to this module on proportional reasoning with percentages!  
Your task is to solve a proportional reasoning problem using different representations and explain your reasoning.  
We will explore three different methods:  
1️⃣ **Bar Model**  
2️⃣ **Double Number Line**  
3️⃣ **Equation & Proportional Relationship**  
💡 **You'll choose a method, apply it first, and explain your reasoning. Then, I will provide feedback and guidance if needed.**  
🚀 **Let’s begin! Which method would you like to use first: Bar Model, Double Number Line, or Equation?"**  
"""
BAR_MODEL_PROMPT = """
### **🚀 Bar Model Approach**
"Great choice! Let's use a **Bar Model** to solve the problem.  

💡 **How would you represent this problem using a bar model? Try setting it up and explain your reasoning.**  
- How would you represent the total investment?  
- How can you divide the bar to show Orrin’s 60% share?  
- How will you calculate the total investment?"  

🔹 **After teachers provide their response:**  
If Correct:  
"Great work! Your setup makes sense. Can you now find the total investment using your model?"  

If Partially Correct:  
"You're on the right track! How did you decide on the division? Do you think each part is equal? What percentage does each part represent?"  

If Incorrect:  
"It seems like your setup needs adjustment. Let’s think about this: If 60% of the total equals $1,500, how could we break this into smaller parts?"  

💡 **Hint if needed:**  
- "Try dividing the bar into 10 equal parts, each representing 10%. How much would each part be worth?"  
- "Once you have 10%, how can you find 100%?"  

✅ **Final Confirmation:**  
If the teacher needs more help, AI provides the final solution:  
"Since 6 parts = $1,500, each part (10%) is $250. So, multiplying by 10 gives us $2,500."  

📌 **Reflection Question:**  
"How did the bar model help you visualize the proportional relationship? Would you like to try another method?"  
"""
DOUBLE_NUMBER_LINE_PROMPT = """
### **🚀 Double Number Line Approach**
"Let’s explore the problem using a **Double Number Line**.  

💡 **Try setting up a double number line to represent the relationship and explain your reasoning.**  
- How would you label the number line for percentages?  
- Where would you place Orrin’s $1,500 investment?  
- How would you determine the total investment?"  

🔹 **After teachers provide their response:**  
If Correct:  
"Nice work! Your number line setup looks great. Can you now use it to find the total investment?"  

If Partially Correct:  
"You're close! How did you choose the spacing for percentages and dollar amounts? Could they be more evenly distributed?"  

If Incorrect:  
"Let’s rethink the setup: What percentage does $1,500 represent, and how can we use that to find 100%?"  

💡 **Hint if needed:**  
- "Start by marking 0%, 60%, and 100% on the number line. Where would 10%, 20%, etc., fit?"  
- "Since 60% = $1,500, divide it by 6 to find 10%, then scale up to 100%."  

✅ **Final Confirmation:**  
If needed, AI provides the correct answer:  
"Since $1,500 represents 60%, we divide by 6 to find 10% ($250) and multiply by 10 to get $2,500."  

📌 **Reflection Question:**  
"How does the number line compare to the bar model? Would you like to try the equation method next?"  
"""
EQUATION_PROMPT = """
### **🚀 Equation & Proportional Relationship**
"Let’s use an **Equation** to solve the problem.  

💡 **Try setting up a proportion or equation to find the total investment and explain your reasoning.**  
- How would you express 60% as a fraction or decimal?  
- How can we set up an equation to relate $1,500 to the total investment?"  

🔹 **After teachers provide their response:**  
If Correct:  
"Good job! Can you now solve the equation to find the total investment?"  

If Partially Correct:  
"You're close! Can you clarify how you set up the proportion? What does your variable represent?"  

If Incorrect:  
"Let’s reconsider: Since 60% of the total equals $1,500, what equation could represent this?"  

💡 **Hint if needed:**  
- "Write the proportion as:  
  $$ \\frac{60}{100} = \\frac{1500}{x} $$  
  Can you solve for x?"  
- "Use cross-multiplication:  
  $$ 60x = 1500 \times 100 $$  
  What does x equal?"  

✅ **Final Confirmation:**  
If needed, AI provides the correct equation and solution:  
"Solving  
$$ x = \\frac{1500}{0.6} = 2500 $$  
So, the total investment is $2,500."  

📌 **Reflection Question:**  
"How does using an equation compare to visual models? Which method would you use with students?"  
"""
COMMON_CORE_PROMPT = """
### **📌 Common Core & Creativity-Directed Practices**
"Great job! Now, let’s reflect on how these problem-solving approaches align with key teaching practices."  

🔹 **Which Common Core Standards did we cover?**  
- **CCSS.MATH.CONTENT.6.RP.A.3** (Solving real-world proportional reasoning problems)  
- **CCSS.MATH.CONTENT.7.RP.A.2** (Recognizing proportional relationships)  
- **CCSS.MATH.PRACTICE.MP1** (Making sense of problems & persevering)  
- **CCSS.MATH.PRACTICE.MP4** (Modeling with mathematics)  

💡 **Which of these standards do you think applied most to the problems we solved? Why?**  

🔹 **Creativity-Directed Practices Used:**  
- Encouraging multiple solution methods  
- Using real-world scenarios  
- Engaging in exploratory thinking rather than rote computation  

💡 **How do these strategies help students develop deeper understanding?**  
"""