|
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?** |
|
""" |
|
|