Spaces:
Running
Running
Update prompts/main_prompt.py
Browse files- prompts/main_prompt.py +89 -64
prompts/main_prompt.py
CHANGED
@@ -1,102 +1,127 @@
|
|
1 |
MAIN_PROMPT = """
|
2 |
-
|
3 |
-
|
4 |
|
5 |
-
###
|
6 |
-
|
|
|
|
|
|
|
|
|
7 |
|
8 |
-
|
9 |
-
- **1 hour?**
|
10 |
-
- **½ hour?**
|
11 |
-
- **3 hours?**
|
12 |
|
13 |
-
|
14 |
|
15 |
-
|
|
|
|
|
|
|
|
|
|
|
16 |
|
17 |
-
|
18 |
|
19 |
---
|
20 |
|
21 |
-
###
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
|
23 |
-
|
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 |
-
|
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 |
-
|
32 |
-
|
33 |
-
"Now, how can you use these sections to find the corresponding distances for ½ hour and 3 hours?"
|
34 |
|
35 |
-
|
36 |
-
|
37 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
|
39 |
-
|
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 |
-
|
45 |
-
|
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 |
-
|
49 |
-
|
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 |
-
|
53 |
-
|
54 |
-
|
|
|
|
|
|
|
55 |
|
56 |
-
|
57 |
-
|
58 |
|
59 |
-
|
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 |
-
|
65 |
-
|
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 |
-
|
69 |
-
|
70 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
|
72 |
-
|
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 |
-
|
78 |
-
|
79 |
-
|
|
|
|
|
80 |
|
81 |
-
|
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 |
-
|
86 |
-
|
|
|
|
|
87 |
|
88 |
---
|
89 |
|
90 |
-
###
|
91 |
-
|
92 |
-
|
93 |
-
|
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 |
-
###
|
100 |
-
|
|
|
|
|
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 |
+
"""
|