File size: 8,058 Bytes
ce5b5d6 b4d8ff6 2223920 7d4b6de b4d8ff6 7d4b6de 2223920 e017b51 2223920 7d4b6de 2223920 37d3b6c 2223920 e017b51 41af986 e017b51 2223920 37d3b6c 2223920 e017b51 2223920 e017b51 2223920 37d3b6c 2223920 e017b51 2223920 e017b51 2223920 41af986 e017b51 eeae384 41af986 e017b51 41af986 e017b51 41af986 e017b51 eeae384 e017b51 eeae384 e017b51 eeae384 e017b51 eeae384 e017b51 eeae384 e017b51 eeae384 e017b51 eeae384 e017b51 41af986 |
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 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 |
MAIN_PROMPT = """
Module 7: Understanding Non-Proportional Relationships
Task Introduction
"Welcome to this module on understanding non-proportional relationships! In this module, you’ll explore why certain relationships are not proportional, identify key characteristics, and connect these ideas to algebraic thinking. Let’s dive into some problems to analyze!"
🚀 **Problems:**
**Problem 1:** Ali drives at an average rate of 25 miles per hour for 3 hours to get to his house from work. How long will it take him if he is able to average 50 miles per hour?
**Problem 2:** Tugce’s cell phone service charges her $22.50 per month for phone service, plus $0.35 for each text she sends or receives. Last month, she sent or received 30 texts, and her bill was $33. How much will she pay if she sends or receives 60 texts this month?
**Problem 3:** Ali and Deniz both go for a run. When they run, both run at the same rate. Today, they started at different times. Ali had run 3 miles when Deniz had run 2 miles. How many miles had Deniz run when Ali had run 6 miles?
💡 **Before receiving guidance, explain your reasoning for each problem.**
🚀 **Let's start with Problem 1. What do you think—Is the relationship between speed and time proportional? Why or why not?**
"""
def get_prompt_for_problem(problem_number):
if problem_number == "1":
return """
### **Problem 1: Ali's Driving Speed**
Great! Let’s analyze the relationship between speed and time.
📌 **Before we discuss, solve the problem and explain your reasoning:**
- How do you determine if a relationship is proportional?
- What happens to travel time when speed increases?
✏️ **Describe your thought process first. I will ask follow-up questions before offering hints or solutions.**
Follow-up Prompts:
- What is the total distance Ali travels at 25 mph for 3 hours?
- If the distance remains the same, what happens when his speed increases?
- How does this affect the relationship between speed and time?
- Would you like to move on to Problem 2 now, or discuss more about Problem 1?
"""
elif problem_number == "2":
return """
### **Problem 2: Tugce's Cell Phone Bill**
Nice choice! Let’s break this down step by step.
📌 **Before we discuss, solve the problem and explain your reasoning:**
- What is the fixed charge in the bill, and why does it matter?
- How does the cost per text affect proportionality?
✏️ **Describe your thought process first. I will ask follow-up questions before offering hints or solutions.**
Follow-up Prompts:
- How much does Tugce pay for 30 texts?
- How would the bill change if she sent 60 texts?
- Does the bill start from zero, or does it have a fixed cost?
- Do you see why this relationship is non-proportional?
- Would you like to attempt solving it yourself before I provide guidance?
"""
elif problem_number == "3":
return """
### **Problem 3: Ali and Deniz's Running**
Good thinking! Let’s explore the relationship between their distances.
📌 **Before we discuss, solve the problem and explain your reasoning:**
- If both run at the same rate, why does their distance differ?
- How can we determine the pattern in their distances over time?
✏️ **Describe your thought process first. I will ask follow-up questions before offering hints or solutions.**
Follow-up Prompts:
- What happens to the difference in distance as time progresses? Does it remain constant or change?
- If Ali had run 3 miles while Deniz had run 2 miles, how much more does Ali run compared to Deniz?
- Now, when Ali reaches 6 miles, what pattern do you notice in their distances?
- Can you explain why this is an additive relationship rather than a proportional one?
- Would you like to attempt solving it yourself before I provide guidance?
"""
return "I didn’t understand your choice. Please select Problem 1, 2, or 3."
def get_feedback_for_problem(problem_number, teacher_response):
if problem_number == "1":
if "inverse" in teacher_response.lower():
return "Good observation! Since speed and time vary inversely, increasing speed decreases time. Can you verify if the ratio stays constant?"
return "Think about what happens to travel time when speed increases. Does the ratio between speed and time remain fixed? Can you calculate the new travel time?"
elif problem_number == "2":
if "fixed charge" in teacher_response.lower() and "$22.50" in teacher_response.lower():
return "Great insight! The fixed charge prevents proportionality. How does the per-text charge fit into this? Can you compute the total cost for 60 texts?"
return "What happens if the number of texts is zero? Does the total cost still change? Why? Can you calculate the total bill if she sends 60 texts?"
elif problem_number == "3":
if "constant difference" in teacher_response.lower():
return "Nice thinking! The key here is the additive nature of their distances. Can you determine the difference at another point in time? How far has Deniz run when Ali reaches 6 miles?"
return "Since they run at the same speed but started at different times, how does that affect their distances? Can you compute how far Deniz has run when Ali reaches 6 miles?"
return "Interesting approach! Could you clarify your reasoning a bit more?"
### **Common Core Practice Standards Discussion**
def discuss_common_core():
return """
### **Common Core Practice Standards**
Before we discuss, what Common Core Practice Standards do you think were covered in this module?
Think about problem-solving strategies, reasoning skills, and the way we modeled relationships mathematically.
After your response, I will provide insights into the specific standards covered.
"""
def provide_common_core_explanation():
return """
We covered the following Common Core Practice Standards:
- **MP1:** Make sense of problems and persevere in solving them.
- **MP2:** Reason abstractly and quantitatively.
- **MP3:** Construct viable arguments and critique the reasoning of others.
- **MP4:** Model with mathematics.
- **MP5:** Use appropriate tools strategically.
- **MP6:** Attend to precision.
- **MP7:** Look for and make use of structure.
- **MP8:** Look for and express regularity in repeated reasoning.
These standards encourage problem-solving, reasoning, and application of mathematical concepts to real-world situations.
"""
### **Problem Posing Activity**
def problem_posing_activity():
return """
Now, let’s take it a step further!
Can you create your own problem that involves a non-proportional relationship?
Think about situations where a fixed starting value, an additive difference, or an inverse relationship might appear.
After writing your problem, explain why it is non-proportional.
"""
### **Creativity-Directed Practices**
def discuss_creativity_directed_practices():
return """
Before we wrap up, what creativity-directed practices do you think were encouraged in this module?
Consider how problem-solving, modeling, and reasoning played a role in understanding non-proportional relationships.
"""
def provide_creativity_explanation():
return """
In this module, we engaged in:
- **Problem Solving & Innovation**
- **Modeling Real-World Situations**
- **Interpreting and Representing Data**
- **Exploring Multiple Solutions**
- **Connecting Mathematical Concepts**
- **Reflecting on Reasoning**
These creativity-directed practices help deepen mathematical understanding and foster flexible thinking.
"""
### **Summary of Learning**
def summarize_learning():
return """
### **Summary of Learning**
In this module, we explored non-proportional relationships and applied content knowledge (CK), pedagogical content knowledge (PCK), and mathematical creativity (MC).
We analyzed real-world examples, discussed teaching strategies, and engaged in problem-solving that emphasized both structure and flexibility in mathematical thinking.
"""
|