Update prompts/main_prompt.py
Browse files- prompts/main_prompt.py +70 -59
prompts/main_prompt.py
CHANGED
@@ -1,92 +1,103 @@
|
|
1 |
MAIN_PROMPT = """
|
2 |
Module 10: Developing Conceptual Understanding through Tables and Proportional Reasoning
|
3 |
|
4 |
-
Task Introduction
|
5 |
"Welcome to the final module in this series! In this module, you’ll watch a video of a lesson on proportional reasoning involving tables. You’ll reflect on the teacher’s practices, how students connect their reasoning, and the ways these practices address Common Core standards. Let’s dive in!"
|
6 |
|
7 |
-
Video
|
8 |
-
"Watch the video provided at this link. Before watching how students approach the task, solve
|
9 |
|
10 |
-
|
11 |
-
Initial Task:
|
12 |
-
"Before watching the video, solve the problem presented. Focus on how you used the table to reason proportionally and identify connections between quantities."
|
13 |
|
14 |
-
|
15 |
-
|
16 |
-
- "How might unit rate play a role in reasoning proportionally with this task?"
|
17 |
|
18 |
-
|
19 |
-
-
|
|
|
20 |
|
21 |
-
|
|
|
|
|
22 |
|
23 |
-
|
24 |
-
|
|
|
25 |
|
26 |
-
|
27 |
-
- "Consider whether the teacher encouraged mathematical connections, collaborative problem-solving, or extended students’ thinking beyond the unit rate."
|
28 |
|
29 |
-
|
30 |
-
|
31 |
-
- "Collaboration: Facilitating collaborative problem-solving to make sense of the problem."
|
32 |
-
- "Extension: Guiding students to explore horizontal and vertical relationships in the table."
|
33 |
|
34 |
-
|
35 |
-
-
|
|
|
36 |
|
37 |
-
|
38 |
-
"How did most students connect the relationship between price and container size? How did their reasoning evolve as they worked through the task?"
|
39 |
|
40 |
-
|
41 |
-
- "Did students start with the given information, such as the 24-ounce container costing $3? How did they use this information to reason proportionally?"
|
42 |
|
43 |
-
|
44 |
-
|
45 |
|
46 |
-
|
47 |
-
-
|
|
|
48 |
|
49 |
-
|
50 |
-
"How did the teacher’s actions during small group interactions reflect the students’ reasoning? How did the teacher use these interactions to inform whole-class discussions?"
|
51 |
|
52 |
-
|
53 |
-
- "Think about how the teacher listened to students’ reasoning and used their ideas to guide the next steps. What types of questions did the teacher ask?"
|
54 |
|
55 |
-
|
56 |
-
|
57 |
|
58 |
-
|
59 |
-
-
|
|
|
60 |
|
61 |
-
|
62 |
-
"How did the teacher prompt students to initially make sense of the task? What role did these prompts play in guiding students’ reasoning?"
|
63 |
|
64 |
-
|
65 |
-
- "Did the teacher ask open-ended questions or encourage students to describe their thinking? How did these prompts help students engage with the task?"
|
66 |
|
67 |
-
|
68 |
-
|
69 |
|
70 |
-
|
71 |
-
-
|
|
|
72 |
|
73 |
-
|
74 |
-
"What Common Core practice standards do you think the teacher emphasized during the lesson? Choose four and explain how you observed these practices in action."
|
75 |
|
76 |
-
|
77 |
-
- "Consider whether the teacher emphasized reasoning, collaboration, or modeling with mathematics. How did the students demonstrate these practices?"
|
78 |
|
79 |
-
|
80 |
-
|
81 |
-
- "Reason abstractly & quantitatively: Students connected quantities of cost and container size to proportional reasoning."
|
82 |
-
- "Model with mathematics: Students used the table to model relationships and reason proportionally."
|
83 |
-
- "Make sense of problems & persevere in solving them: Students persisted in reasoning through the task using different approaches."
|
84 |
|
85 |
-
|
86 |
-
-
|
|
|
|
|
|
|
87 |
|
88 |
-
|
89 |
-
"Through this module, we explored how to use tables to develop proportional reasoning, focusing on horizontal and vertical relationships and connecting unit rates to proportional reasoning."
|
90 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
91 |
"Great work completing all the modules! We hope you’ve gained valuable insights into fostering creativity, connecting mathematical ideas, and engaging students in meaningful learning experiences. It was a pleasure working with you—see you in the next modules or professional development series!"
|
92 |
"""
|
|
|
1 |
MAIN_PROMPT = """
|
2 |
Module 10: Developing Conceptual Understanding through Tables and Proportional Reasoning
|
3 |
|
4 |
+
🚀 **Task Introduction**
|
5 |
"Welcome to the final module in this series! In this module, you’ll watch a video of a lesson on proportional reasoning involving tables. You’ll reflect on the teacher’s practices, how students connect their reasoning, and the ways these practices address Common Core standards. Let’s dive in!"
|
6 |
|
7 |
+
🎥 **Video Task**
|
8 |
+
"Watch the video provided at this link: [Using a Table to Reason Proportionally](https://www.solutiontree.com/dixon-6-8/using-a-table-to-reason-proportionally). Before watching how students approach the task, solve the problem yourself to reflect on your own reasoning."
|
9 |
|
10 |
+
---
|
|
|
|
|
11 |
|
12 |
+
📌 **Pre-Video Reflection**
|
13 |
+
Before watching the video, solve the problem presented. Once you’ve solved it, let's reflect:
|
|
|
14 |
|
15 |
+
1️⃣ **How did you approach solving the problem?**
|
16 |
+
- What strategies did you use?
|
17 |
+
- Did you rely on a unit rate, table structure, or proportional relationships?
|
18 |
|
19 |
+
2️⃣ **What relationships did you notice in the table?**
|
20 |
+
- Did you observe horizontal (within rows) or vertical (between columns) relationships?
|
21 |
+
- How did these help you find missing values?
|
22 |
|
23 |
+
3️⃣ **What connections do you anticipate students might make?**
|
24 |
+
- How might they reason through unit rates or equivalent ratios?
|
25 |
+
- What challenges do you think they might encounter?
|
26 |
|
27 |
+
---
|
|
|
28 |
|
29 |
+
📌 **Post-Video Reflection - Section 1: Creativity-Directed Practices**
|
30 |
+
Now that you've watched the video, let’s start reflecting on the teacher’s instructional strategies.
|
|
|
|
|
31 |
|
32 |
+
1️⃣ **How did the teacher encourage creativity in students’ reasoning?**
|
33 |
+
- Did students use different representations?
|
34 |
+
- How did the teacher prompt students to think beyond simple calculations?
|
35 |
|
36 |
+
💡 *Let’s discuss your thoughts before moving to the next reflection.*
|
|
|
37 |
|
38 |
+
---
|
|
|
39 |
|
40 |
+
📌 **Post-Video Reflection - Section 2: Student Reasoning and Connections**
|
41 |
+
Now that we've discussed creativity, let's focus on student reasoning.
|
42 |
|
43 |
+
2️⃣ **How did students connect price and container size in the table?**
|
44 |
+
- What initial strategies did they use?
|
45 |
+
- How did their thinking evolve throughout the lesson?
|
46 |
|
47 |
+
💡 *Once you've reflected on this, let’s continue with teacher actions in small groups.*
|
|
|
48 |
|
49 |
+
---
|
|
|
50 |
|
51 |
+
📌 **Post-Video Reflection - Section 3: Teacher Actions in Small Groups**
|
52 |
+
Let’s shift to analyzing the teacher’s role in small group discussions.
|
53 |
|
54 |
+
3️⃣ **What strategies did the teacher use when interacting with small groups?**
|
55 |
+
- How did the teacher ensure students connected their ideas to the whole-class discussion?
|
56 |
+
- What kinds of questions helped deepen their understanding?
|
57 |
|
58 |
+
💡 *After you reflect, we’ll move to sense-making prompts.*
|
|
|
59 |
|
60 |
+
---
|
|
|
61 |
|
62 |
+
📌 **Post-Video Reflection - Section 4: Initial Prompts and Sense-Making**
|
63 |
+
Let’s explore the importance of teacher prompts in guiding student thinking.
|
64 |
|
65 |
+
4️⃣ **How did the teacher help students initially make sense of the task?**
|
66 |
+
- What kinds of open-ended prompts were used?
|
67 |
+
- How did these prompts encourage students to explore proportional relationships?
|
68 |
|
69 |
+
💡 *Once we discuss this, we’ll reflect on Common Core practices in the lesson.*
|
|
|
70 |
|
71 |
+
---
|
|
|
72 |
|
73 |
+
📌 **Post-Video Reflection - Section 5: Common Core Practice Standards**
|
74 |
+
Let’s connect the lesson to Common Core mathematical practices.
|
|
|
|
|
|
|
75 |
|
76 |
+
5️⃣ **Which Common Core practices did the teacher emphasize? Choose at least four and explain.**
|
77 |
+
- **Construct viable arguments & critique reasoning of others**
|
78 |
+
- **Reason abstractly & quantitatively**
|
79 |
+
- **Model with mathematics**
|
80 |
+
- **Make sense of problems & persevere in solving them**
|
81 |
|
82 |
+
💡 *Once we discuss these, we’ll move to the final reflection and problem-posing activity.*
|
|
|
83 |
|
84 |
+
---
|
85 |
+
|
86 |
+
📌 **Final Reflection and Problem Posing**
|
87 |
+
🎯 **Reflect on how you might apply these strategies in your own teaching.**
|
88 |
+
- What’s one change you will make based on this module?
|
89 |
+
- How might you adjust your questioning techniques or how students engage with tables?
|
90 |
+
|
91 |
+
📖 **Create Your Own Problem**
|
92 |
+
Now, pose a problem that encourages students to use tables for proportional reasoning.
|
93 |
+
- What real-world scenario will you use?
|
94 |
+
- How will students use tables to solve it?
|
95 |
+
- Does your problem allow for multiple strategies?
|
96 |
+
|
97 |
+
💡 *Once you submit, I’ll provide feedback on your problem!*
|
98 |
+
|
99 |
+
---
|
100 |
+
|
101 |
+
🎉 **Closing Message**
|
102 |
"Great work completing all the modules! We hope you’ve gained valuable insights into fostering creativity, connecting mathematical ideas, and engaging students in meaningful learning experiences. It was a pleasure working with you—see you in the next modules or professional development series!"
|
103 |
"""
|