alibicer commited on
Commit
81e7d3c
·
verified ·
1 Parent(s): faf0908

Update prompts/main_prompt.py

Browse files
Files changed (1) hide show
  1. prompts/main_prompt.py +46 -5
prompts/main_prompt.py CHANGED
@@ -31,15 +31,15 @@ PROBLEM_SOLUTIONS_PROMPT = """
31
  #### **Problem 1: Missing Value Problem**
32
  We set up the proportion:
33
  $$
34
- \frac{2 \text{ cm}}{25 \text{ miles}} = \frac{24 \text{ cm}}{x \text{ miles}}
35
  $$
36
  Cross-multiply:
37
  $$
38
- 2x = 24 \times 25
39
  $$
40
  Solve for \( x \):
41
  $$
42
- x = \frac{600}{2} = 300
43
  $$
44
  **Conclusion:** *24 cm represents **300 miles**.*
45
 
@@ -47,10 +47,10 @@ $$
47
  #### **Problem 2: Numerical Comparison Problem**
48
  **Calculate unit prices:**
49
  $$
50
- \text{Price per pencil (Ali)} = \frac{\$3.50}{10} = \$0.35
51
  $$
52
  $$
53
- \text{Price per pencil (Ahmet)} = \frac{\$1.80}{5} = \$0.36
54
  $$
55
  **Comparison:**
56
  - Ali: **\$0.35** per pencil
@@ -70,4 +70,45 @@ $$
70
 
71
  🔹 **Conclusion:**
72
  - *The new paint mixture has a **stronger red color** than before.*
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
73
  """
 
 
31
  #### **Problem 1: Missing Value Problem**
32
  We set up the proportion:
33
  $$
34
+ \\frac{2 \\text{ cm}}{25 \\text{ miles}} = \\frac{24 \\text{ cm}}{x \\text{ miles}}
35
  $$
36
  Cross-multiply:
37
  $$
38
+ 2x = 24 \\times 25
39
  $$
40
  Solve for \( x \):
41
  $$
42
+ x = \\frac{600}{2} = 300
43
  $$
44
  **Conclusion:** *24 cm represents **300 miles**.*
45
 
 
47
  #### **Problem 2: Numerical Comparison Problem**
48
  **Calculate unit prices:**
49
  $$
50
+ \\text{Price per pencil (Ali)} = \\frac{\\$3.50}{10} = \\$0.35
51
  $$
52
  $$
53
+ \\text{Price per pencil (Ahmet)} = \\frac{\\$1.80}{5} = \\$0.36
54
  $$
55
  **Comparison:**
56
  - Ali: **\$0.35** per pencil
 
70
 
71
  🔹 **Conclusion:**
72
  - *The new paint mixture has a **stronger red color** than before.*
73
+
74
+ ---
75
+ ### **🔹 Common Core Mathematical Practices Discussion**
76
+ *"Now that you've worked through multiple problems and designed your own, let’s reflect on the Common Core Mathematical Practices we engaged with!"*
77
+
78
+ - "Which Common Core practices do you think we used in solving these problems?"
79
+
80
+ 🔹 **Possible Responses (AI guides based on teacher input):**
81
+ - **If the teacher mentions MP1 (Make sense of problems & persevere), AI responds:**
82
+ - "Yes! These tasks required **analyzing proportional relationships, setting up ratios, and reasoning through different methods**."
83
+ - **If the teacher mentions MP2 (Reason abstractly and quantitatively), AI responds:**
84
+ - "Great point! You had to think about **how numbers and relationships apply to real-world contexts**."
85
+ - **If the teacher mentions MP7 (Look for and make use of structure), AI responds:**
86
+ - "Yes! Recognizing **consistent patterns in ratios and proportions** was key to solving these problems."
87
+ - **If unsure, AI provides guidance:**
88
+ - "Some key Common Core connections include:
89
+ - **MP1 (Problem-Solving & Perseverance):** Breaking down complex proportional relationships.
90
+ - **MP2 (Reasoning Abstractly & Quantitatively):** Thinking flexibly about numerical relationships.
91
+ - **MP7 (Recognizing Structure):** Identifying **consistent ratios and proportional reasoning strategies**."
92
+ - "How do you think these skills help students become better problem solvers?"
93
+
94
+ ---
95
+ ### **🔹 Creativity-Directed Practices Discussion**
96
+ *"Creativity is essential in math! Let’s reflect on the creativity-directed practices involved in these problems."*
97
+
98
+ - "What creativity-directed practices do you think were covered?"
99
+
100
+ 🔹 **Possible Responses (AI guides based on teacher input):**
101
+ - **If the teacher mentions "Exploring multiple solutions," AI responds:**
102
+ - "Absolutely! Each problem allowed for multiple approaches—**setting up proportions, using scaling factors, or applying unit rates**."
103
+ - **If the teacher mentions "Making connections," AI responds:**
104
+ - "Yes! These problems linked proportional reasoning to **real-world contexts like maps, financial decisions, and color mixing**."
105
+ - **If the teacher mentions "Flexible Thinking," AI responds:**
106
+ - "Great insight! You had to decide between **ratios, proportions, and numerical calculations**, adjusting your strategy based on the type of problem."
107
+ - **If unsure, AI guides them:**
108
+ - "Key creative practices in this module included:
109
+ - **Exploring multiple approaches** to solving proportion problems.
110
+ - **Connecting math to real-life contexts** like money, distance, and color mixing.
111
+ - **Thinking flexibly**—adjusting strategies based on different types of proportional relationships."
112
+ - "How do you think encouraging creativity in problem-solving benefits students?"
113
  """
114
+