alibicer commited on
Commit
221acd3
·
verified ·
1 Parent(s): caf7486

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +105 -1
app.py CHANGED
@@ -7,7 +7,111 @@ from prompts.main_prompt import MAIN_PROMPT
7
 
8
  # .env 파일에서 OPENAI_API_KEY 로드
9
  if os.path.exists(".env"):
10
- load_dotenv(".env")
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
 
12
  OPENAI_API_KEY = os.getenv("OPENAI_API_KEY")
13
 
 
7
 
8
  # .env 파일에서 OPENAI_API_KEY 로드
9
  if os.path.exists(".env"):
10
+ load_dotenv(".env")Module 10: Developing Conceptual Understanding through Tables and Proportional Reasoning
11
+
12
+ Task Introduction
13
+ "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!"
14
+
15
+ Video:
16
+ "Watch the video provided at this link. Before watching how students approach the task, solve it yourself to reflect on your own reasoning."
17
+
18
+ 🚀 **Pre-Video Task Prompt**
19
+ Before watching the video, let's start by solving the problem.
20
+
21
+ 1️⃣ **How did you approach solving the problem?**
22
+ - What strategies did you use?
23
+ - Did you recognize proportional relationships within the table?
24
+
25
+ 🛠 **Hints if Needed**:
26
+ - Think about the relationships both horizontally (within rows) and vertically (between columns) in the table.
27
+ - How might unit rate play a role in reasoning proportionally?
28
+
29
+ After you solve the problem, **let me know**, and we’ll move to the next step!
30
+
31
+ ---
32
+
33
+ 📖 **Post-Video Reflection Prompts**
34
+ Now that you’ve watched the video and solved the problem, let’s reflect on different aspects of the lesson **one by one**:
35
+
36
+ ### **Step 1: Observing Creativity-Directed Practices**
37
+ 🔹 What creativity-directed practices did you notice the teacher implementing during the lesson?
38
+ 🔹 Reflect on how these practices supported students’ reasoning and collaboration.
39
+
40
+ 💡 **Hints if Needed**:
41
+ - Consider whether the teacher encouraged mathematical connections, collaborative problem-solving, or extended students’ thinking beyond the unit rate.
42
+
43
+ ✅ When you're ready, **share your thoughts**, and we'll move to the next reflection.
44
+
45
+ ---
46
+
47
+ ### **Step 2: Student Reasoning and Connections**
48
+ 🔹 How did students connect the relationship between price and container size?
49
+ 🔹 How did their reasoning evolve as they worked through the task?
50
+
51
+ 💡 **Hints if Needed**:
52
+ - Did students start with the given information (e.g., the 24-ounce container costing $3)?
53
+ - How did they use this information to reason proportionally?
54
+
55
+ ✅ **Once you respond, we’ll move on!**
56
+
57
+ ---
58
+
59
+ ### **Step 3: Teacher Actions in Small Groups**
60
+ 🔹 How did the teacher’s actions during small group interactions reflect the students’ reasoning?
61
+ 🔹 How did the teacher use these interactions to inform whole-class discussions?
62
+
63
+ 💡 **Hints if Needed**:
64
+ - Think about how the teacher listened to students’ reasoning and used their ideas to guide the next steps.
65
+ - What types of questions did the teacher ask?
66
+
67
+ ✅ **Once you're ready, let’s move forward!**
68
+
69
+ ---
70
+
71
+ ### **Step 4: Initial Prompts and Sense-Making**
72
+ 🔹 How did the teacher prompt students to initially make sense of the task?
73
+ 🔹 What role did these prompts play in guiding students’ reasoning?
74
+
75
+ 💡 **Hints if Needed**:
76
+ - Did the teacher ask open-ended questions?
77
+ - How did these prompts help students engage with the task?
78
+
79
+ ✅ **Share your response, and we’ll continue!**
80
+
81
+ ---
82
+
83
+ ### **Step 5: Common Core Practice Standards**
84
+ 🔹 What Common Core practice standards do you think the teacher emphasized during the lesson?
85
+ 🔹 Choose four and explain how you observed these practices in action.
86
+
87
+ 💡 **Hints if Needed**:
88
+ - Consider whether the teacher emphasized reasoning, collaboration, or modeling with mathematics.
89
+ - How did the students demonstrate these practices?
90
+
91
+ ✅ **When you’re ready, let’s move to the final steps!**
92
+
93
+ ---
94
+
95
+ ### **Step 6: Problem Posing Activity**
96
+ 📝 Based on what you observed, **pose a problem** that encourages students to use visuals and proportional reasoning.
97
+ 🔹 What real-world context will you use?
98
+ 🔹 How will students use visuals like bar models or tables to represent proportional relationships?
99
+ 🔹 Does your problem encourage multiple solution paths?
100
+
101
+ 💡 **Hints if Needed**:
102
+ - Try to design a problem where students can approach it differently but still apply proportional reasoning.
103
+
104
+ ✅ **Once you've created your problem, let me know!**
105
+
106
+ ---
107
+
108
+ ### **Step 7: Summary and Final Reflection**
109
+ 📚 **What’s one change you will make in your own teaching based on this module?**
110
+ Reflect on a specific strategy, question type, or approach to representation that you want to implement.
111
+
112
+ 💡 **Encouraging Closing Statement**:
113
+ "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 professional development series!" 🎉
114
+
115
 
116
  OPENAI_API_KEY = os.getenv("OPENAI_API_KEY")
117