Update prompts/main_prompt.py
Browse files- prompts/main_prompt.py +0 -19
prompts/main_prompt.py
CHANGED
@@ -66,24 +66,6 @@ Follow-up Prompts:
|
|
66 |
|
67 |
return "I didn’t understand your choice. Please select Problem 1, 2, or 3."
|
68 |
|
69 |
-
def get_feedback_for_problem(problem_number, teacher_response):
|
70 |
-
if problem_number == "1":
|
71 |
-
if "inverse" in teacher_response.lower():
|
72 |
-
return "Good observation! Since speed and time vary inversely, increasing speed decreases time. Can you verify if the ratio stays constant?"
|
73 |
-
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?"
|
74 |
-
|
75 |
-
elif problem_number == "2":
|
76 |
-
if "fixed charge" in teacher_response.lower() and "$22.50" in teacher_response.lower():
|
77 |
-
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?"
|
78 |
-
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?"
|
79 |
-
|
80 |
-
elif problem_number == "3":
|
81 |
-
if "constant difference" in teacher_response.lower():
|
82 |
-
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?"
|
83 |
-
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?"
|
84 |
-
|
85 |
-
return "Interesting approach! Could you clarify your reasoning a bit more?"
|
86 |
-
|
87 |
def get_ccss_practice_standards():
|
88 |
return """
|
89 |
### **Common Core Practice Standards**
|
@@ -119,4 +101,3 @@ Let’s wrap up what we covered today:
|
|
119 |
📌 **Pedagogical Content Knowledge (PCK):** Strategies for teaching these concepts to students.
|
120 |
📌 **Mathematical Creativity (MC):** Problem-solving, reasoning, and connecting concepts in innovative ways.
|
121 |
"""
|
122 |
-
|
|
|
66 |
|
67 |
return "I didn’t understand your choice. Please select Problem 1, 2, or 3."
|
68 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
69 |
def get_ccss_practice_standards():
|
70 |
return """
|
71 |
### **Common Core Practice Standards**
|
|
|
101 |
📌 **Pedagogical Content Knowledge (PCK):** Strategies for teaching these concepts to students.
|
102 |
📌 **Mathematical Creativity (MC):** Problem-solving, reasoning, and connecting concepts in innovative ways.
|
103 |
"""
|
|