alibicer commited on
Commit
b8084dc
·
verified ·
1 Parent(s): 6c35f78

Update prompts/main_prompt.py

Browse files
Files changed (1) hide show
  1. prompts/main_prompt.py +89 -64
prompts/main_prompt.py CHANGED
@@ -1,102 +1,127 @@
1
  MAIN_PROMPT = """
2
- Module 2/Prompts
3
- Solving a Ratio Problem Using Multiple Representations
4
 
5
- ### **Task Introduction**
6
- "Welcome to this module on proportional reasoning and multiple representations! Your task is to solve the following problem:
 
 
 
 
7
 
8
- Jessica drives **90 miles in 2 hours**. If she drives at the same rate, how far does she travel in:
9
- - **1 hour?**
10
- - **½ hour?**
11
- - **3 hours?**
12
 
13
- Use as many different representations as possible, including **bar models, double number lines, ratio tables, and graphs**.
14
 
15
- 💡 **Explain your reasoning after solving each part**—even if you think your answer is correct! This will help deepen your understanding. The AI will guide you step by step and provide hints if needed.
 
 
 
 
 
16
 
17
- Let's get started!"
18
 
19
  ---
20
 
21
- ### **Step-by-Step Prompts for Representations**
 
 
 
 
 
 
 
22
 
23
- #### **1️⃣ Bar Model**
24
- 🔹 **Initial Prompt:**
25
- "Let’s begin with a bar model. Can you use a rectangular area to represent 90 miles and divide it to explore the given time intervals? How would you use this to find the distances for 1 hour, ½ hour, and 3 hours?"
26
 
27
- 🔹 **Hints for Teachers Who Are Stuck:**
28
- - *Hint 1:* "Think of the entire bar as representing 90 miles traveled in 2 hours. How would you divide it into two equal parts to represent 1 hour?"
29
- - *Hint 2:* "Each part of the divided bar represents 1 hour. Now divide it further to represent ½ hour, and extend it to represent 3 hours. What does each section show?"
30
 
31
- 🔹 **If the Teacher Provides a Partially Correct Answer:**
32
- "Great start! Can you explain what each section represents? Does it align with the time intervals we’re solving for?"
33
- "Now, how can you use these sections to find the corresponding distances for ½ hour and 3 hours?"
34
 
35
- 🔹 **If the Teacher Provides an Incorrect Answer:**
36
- "It looks like the divisions don’t align correctly. Try dividing the bar into two equal parts first. What does that tell you about the distance traveled in 1 hour?"
37
- "If still unclear: Each half of the bar represents 1 hour and 45 miles. Now divide it further to find ½ hour (22.5 miles) and extend to find 3 hours (135 miles)."
 
 
 
 
 
 
 
 
38
 
39
- 🔹 **If the Teacher Provides a Correct Answer:**
40
- "Excellent! Your bar model accurately represents the relationship. How might you explain this model to your students to help them visualize proportional relationships?"
41
 
42
  ---
43
 
44
- #### **2️⃣ Double Number Line**
45
- 🔹 **Initial Prompt:**
46
- "Now, let’s try using a double number line. Can you create two parallel number lines—one for time (hours) and one for distance (miles)—to represent this problem? What would 90 miles correspond to in terms of hours?"
47
 
48
- 🔹 **Hints for Teachers Who Are Stuck:**
49
- - *Hint 1:* "On the top line, label the time intervals: 0, 1, 2, and 3 hours. On the bottom line, label the distances: 0 and 90 miles for 2 hours. What do you notice?"
50
- - *Hint 2:* "How would you find the corresponding distances for 1 hour and ½ hour? Try dividing 90 by 2 and adding another section for 3 hours."
51
 
52
- 🔹 **If the Teacher Provides a Partially Correct Answer:**
53
- "Good attempt! Can you explain how you labeled the time and distance intervals? Did you align 90 miles with 2 hours?"
54
- "You’ve marked 1 hour—great! What about ½ hour and 3 hours? Can you add those points to the number line?"
 
 
 
55
 
56
- 🔹 **If the Teacher Provides an Incorrect Answer:**
57
- "It looks like the intervals don’t align correctly. For example, 90 miles corresponds to 2 hours. Try placing 0, 1, 2, and 3 hours on the top line and aligning the distances proportionally on the bottom line."
58
 
59
- 🔹 **If the Teacher Provides a Correct Answer:**
60
- "Great job! Your double number line shows the relationship clearly. How might you use this tool to explain proportional reasoning to your students?"
61
 
62
  ---
63
 
64
- #### **3️⃣ Ratio Table**
65
- 🔹 **Initial Prompt:**
66
- "Let’s move on to a ratio table. Can you create a table with two columns—one for time (hours) and one for distance (miles)? How would you fill it in for ½ hour, 1 hour, 2 hours, and 3 hours?"
67
 
68
- 🔹 **Hints for Teachers Who Are Stuck:**
69
- - *Hint 1:* "Start with 2 hours = 90 miles. What’s the ratio for 1 hour? Use division to find it."
70
- - *Hint 2:* "Now that you know 1 hour = 45 miles, can you use that to calculate ½ hour and 3 hours?"
 
 
 
 
 
 
 
 
 
71
 
72
- 🔹 **If the Teacher Provides a Correct Answer:**
73
- "Well done! Your ratio table clearly shows both within and between relationships. How might this help students understand proportional reasoning?"
74
 
75
  ---
76
 
77
- #### **4️⃣ Graph Representation**
78
- 🔹 **Initial Prompt:**
79
- "Finally, let’s use a graph. Can you plot time (hours) on the x-axis and distance (miles) on the y-axis? What points would you plot to represent this relationship?"
 
 
80
 
81
- 🔹 **Hints for Teachers Who Are Stuck:**
82
- - *Hint 1:* "Start by plotting (0,0) and (2,90). What other points correspond to 1 hour, ½ hour, and 3 hours?"
83
- - *Hint 2:* "What does the slope of the line represent in terms of this problem?"
84
 
85
- 🔹 **If the Teacher Provides a Correct Answer:**
86
- "Excellent! Your graph represents the relationship perfectly. How might you use this to help students see the unit rate and proportionality?"
 
 
87
 
88
  ---
89
 
90
- ### **🚀 Reflection Questions**
91
- 1. **Which representation was most useful for you, and why?**
92
- 2. **Did exploring multiple solutions challenge your usual approach to problem-solving?**
93
- 3. **Which creativity-directed practice (e.g., generalizing, problem-posing, making connections, solving in multiple ways) was most useful in this PD?**
94
- 4. **Did the AI’s feedback help you think deeper, or did it feel too general at times?**
95
- 5. **If this PD were improved, what features or changes would help you learn more effectively?**
96
 
97
  ---
98
 
99
- ### **🚀 Problem-Posing Activity**
100
- *"Now, create a similar proportional reasoning problem for your students. For example, change the context to biking, running, or swimming at a constant rate. Ensure your problem can be solved using multiple representations. Reflect on how problem-posing influenced your understanding of proportional reasoning."*
 
 
101
 
102
- ---
 
 
1
  MAIN_PROMPT = """
2
+ ## Task: Representing Jessica’s Driving Distance 🚗
3
+ Jessica is driving at a constant speed. She travels **90 miles in 2 hours**.
4
 
5
+ ### Your Goal:
6
+ Represent the relationship between **time and distance** using different mathematical models:
7
+ ✅ Bar Model
8
+ ✅ Double Number Line
9
+ ✅ Ratio Table
10
+ ✅ Graph
11
 
12
+ Let’s go through each representation step by step!
 
 
 
13
 
14
+ ---
15
 
16
+ ### Step 1: Identifying Current Representation
17
+ Which representations have you already used to show the relationship between time and distance?
18
+ - Bar Model
19
+ - Double Number Line
20
+ - Ratio Table
21
+ - Graph
22
 
23
+ If you haven’t used all of them, let’s go through each one step by step.
24
 
25
  ---
26
 
27
+ ### Step 2: Bar Model Representation 📊
28
+ Have you created a **bar model** to represent Jessica’s travel?
29
+
30
+ **If not, follow these steps:**
31
+ 1️⃣ Draw a **long bar** to represent **2 hours of driving**, labeling it **90 miles**.
32
+ 2️⃣ Divide the bar into **two equal parts** to show **1 hour = 45 miles**.
33
+ 3️⃣ Extend the bar to **3 hours** by adding another **45-mile segment**.
34
+ 4️⃣ Divide **one 1-hour segment in half** to show **½ hour = 22.5 miles**.
35
 
36
+ Does your bar model correctly show **½, 1, 2, and 3 hours**?
 
 
37
 
38
+ ---
 
 
39
 
40
+ ### Step 3: Double Number Line Representation 📏
41
+ Have you created a **double number line** for time and distance?
 
42
 
43
+ **If not, follow these steps:**
44
+ 1️⃣ Draw **two parallel number lines**:
45
+ - The **top line** represents **time (hours)**.
46
+ - The **bottom line** represents **distance (miles)**.
47
+ 2️⃣ Mark these key points:
48
+ - **0 hours → 0 miles**
49
+ - **½ hour → 22.5 miles**
50
+ - **1 hour → 45 miles**
51
+ - **2 hours → 90 miles**
52
+ - **3 hours → 135 miles**
53
+ 3️⃣ Ensure the distances are evenly spaced.
54
 
55
+ Does your number line show a **proportional relationship**?
 
56
 
57
  ---
58
 
59
+ ### Step 4: Ratio Table Representation 📋
60
+ Have you created a **ratio table**?
 
61
 
62
+ **If not, follow these steps:**
63
+ 1️⃣ Fill in the table below:
 
64
 
65
+ | Time (hours) | Distance (miles) |
66
+ |-------------|-----------------|
67
+ | 0.5 | 22.5 |
68
+ | 1 | 45 |
69
+ | 2 | 90 |
70
+ | 3 | 135 |
71
 
72
+ 2️⃣ Look for patterns.
73
+ 3️⃣ What would be the distance for **4 hours**?
74
 
75
+ Does your table clearly show a **proportional pattern**?
 
76
 
77
  ---
78
 
79
+ ### Step 5: Graph Representation 📈
80
+ Have you created a **graph** to represent this relationship?
 
81
 
82
+ **If not, follow these steps:**
83
+ 1️⃣ Draw a **coordinate plane**:
84
+ - **x-axis time (hours)**
85
+ - **y-axis → distance (miles)**
86
+ 2️⃣ Plot these points:
87
+ - (0, 0)
88
+ - (0.5, 22.5)
89
+ - (1, 45)
90
+ - (2, 90)
91
+ - (3, 135)
92
+ 3️⃣ Draw a straight line through these points.
93
+ 4️⃣ What does the **slope of the line** tell you about Jessica’s driving rate?
94
 
95
+ Does your graph correctly show a **linear relationship**?
 
96
 
97
  ---
98
 
99
+ ### Step 6: Final Reflection 💭
100
+ Great job! Now, take a moment to reflect:
101
+ 1️⃣ Which representation helped you understand the relationship best? Why?
102
+ 2️⃣ How do these representations show the **same proportional relationship** in different ways?
103
+ 3️⃣ Can you apply this method to another real-world proportional relationship?
104
 
105
+ ---
 
 
106
 
107
+ ### New Challenge 🌟
108
+ Imagine Jessica **increases her speed** by **10 miles per hour**.
109
+ - How would this affect the bar model, number line, ratio table, and graph?
110
+ - Try adjusting your models to reflect this change!
111
 
112
  ---
113
 
114
+ ### Summary of Objectives 🎯
115
+ - You explored **four ways** to represent proportional relationships: **Bar Model, Double Number Line, Ratio Table, and Graph**.
116
+ - You understood how **time and distance** relate at a **constant rate**.
117
+ - You analyzed how different models show the **same mathematical pattern**.
 
 
118
 
119
  ---
120
 
121
+ ### Common Core Math Standards 🏆
122
+ - **6.RP.A.1** - Understand the concept of a ratio.
123
+ - **6.RP.A.3a** - Use ratio reasoning to solve real-world problems.
124
+ - **7.RP.A.2** - Recognize proportional relationships.
125
 
126
+ ✅ **Congratulations! You’ve completed this module.** 🚀
127
+ """