Update prompts/main_prompt.py
Browse files- prompts/main_prompt.py +2 -2
prompts/main_prompt.py
CHANGED
@@ -69,7 +69,7 @@ Follow-up Prompts:
|
|
69 |
def get_ccss_practice_standards():
|
70 |
return """
|
71 |
### **Common Core Practice Standards**
|
72 |
-
|
73 |
π **Which Common Core Practice Standards do you think we covered?**
|
74 |
- Think about reasoning, problem-solving, and mathematical modeling.
|
75 |
- Once you've shared your thoughts, I will provide a breakdown of the relevant standards.
|
@@ -78,7 +78,7 @@ Now, let's reflect on the problem-solving process:
|
|
78 |
def get_problem_posing_task():
|
79 |
return """
|
80 |
### **Problem Posing Activity**
|
81 |
-
|
82 |
π **Create a similar non-proportional problem.**
|
83 |
- Think about situations where a fixed cost, an additive relationship, or an inverse relationship might appear.
|
84 |
- Explain why the relationship is non-proportional.
|
|
|
69 |
def get_ccss_practice_standards():
|
70 |
return """
|
71 |
### **Common Core Practice Standards**
|
72 |
+
Before moving forward, let's reflect on the problem-solving process:
|
73 |
π **Which Common Core Practice Standards do you think we covered?**
|
74 |
- Think about reasoning, problem-solving, and mathematical modeling.
|
75 |
- Once you've shared your thoughts, I will provide a breakdown of the relevant standards.
|
|
|
78 |
def get_problem_posing_task():
|
79 |
return """
|
80 |
### **Problem Posing Activity**
|
81 |
+
Now that we've explored non-proportional relationships, let's extend our understanding:
|
82 |
π **Create a similar non-proportional problem.**
|
83 |
- Think about situations where a fixed cost, an additive relationship, or an inverse relationship might appear.
|
84 |
- Explain why the relationship is non-proportional.
|