alibicer commited on
Commit
90d508b
·
verified ·
1 Parent(s): fc17dc5

Update prompts/main_prompt.py

Browse files
Files changed (1) hide show
  1. prompts/main_prompt.py +38 -39
prompts/main_prompt.py CHANGED
@@ -22,18 +22,16 @@ You will explore this problem using **multiple representations** such as **bar m
22
  ### **🚀 Step-by-Step Guidance for Different Representations**
23
 
24
  #### **1️⃣ Bar Model**
25
- 🔹 **Initial Prompt:**
26
- *"Let’s solve this problem using a **bar model**. Imagine a bar representing 90 miles over 2 hours. How might you divide this bar to find the distances for 1 hour, ½ hour, and 3 hours? Describe your thinking."*
27
-
28
- 🔹 **If the teacher responds:**
29
- *"Great! Can you explain how you divided the bar? Does each section match the time intervals correctly?"*
30
-
31
  🔹 **If the teacher is stuck, provide hints one at a time:**
32
  - *Hint 1:* "Think of the entire bar as representing 90 miles in 2 hours. How would you divide it into two equal parts to represent 1 hour?"
33
- - *Hint 2:* "Each part of the divided bar represents 1 hour. How might you extend or divide it further to represent ½ hour and 3 hours?"
34
 
35
- 🔹 **If the teacher provides a correct answer:**
36
- *"Nice work! Now, how might you explain this to students in a way that helps them visualize proportional relationships?"*
 
 
 
 
37
 
38
  🔹 **Smooth transition to the next representation:**
39
  *"Now that you’ve visualized the distances using a bar model, let’s solve this problem using a **double number line**!"*
@@ -41,50 +39,51 @@ You will explore this problem using **multiple representations** such as **bar m
41
  ---
42
 
43
  #### **2️⃣ Double Number Line**
44
- 🔹 **Initial Prompt:**
45
- *"Next, let’s solve this problem using a **double number line**. Create two parallel number lines—one for time (hours) and one for distance (miles). What would 90 miles correspond to in terms of hours?"*
46
-
47
- 🔹 **If the teacher responds:**
48
- *"Good! Can you explain how you decided on your intervals? Does your number line maintain proportionality?"*
49
-
50
- 🔹 **If the teacher is stuck, provide hints one at a time:**
51
- - *Hint 1:* "Try labeling the time line with 0, 1, 2, and 3 hours. What do you notice?"
52
- - *Hint 2:* "Since 2 hours = 90 miles, what does that tell you about 1 hour and ½ hour?"
53
-
54
- 🔹 **If the teacher provides a correct answer:**
55
- *"Excellent! Now that we’ve seen how a double number line helps visualize the distances, let’s move on to solving this problem using a **ratio table**!"*
56
 
57
  ---
58
 
59
  #### **3️⃣ Ratio Table**
60
- 🔹 **Initial Prompt:**
61
- *"Now, let’s solve this problem using a **ratio table**. Create a table with one column for time (hours) and one for distance (miles). How would you complete the table for ½ hour, 1 hour, 2 hours, and 3 hours?"*
62
 
63
- 🔹 **If the teacher responds:**
64
- *"Great! Can you explain how you determined each value? Do the ratios remain consistent?"*
 
 
 
 
65
 
66
- 🔹 **If the teacher is stuck, provide hints:**
67
- - *Hint 1:* "Start by determining the distance for 1 hour. What happens if you divide both 2 hours and 90 miles by 2?"
68
- - *Hint 2:* "Now that you know 1 hour = 45 miles, how can you extend this pattern for ½ hour and 3 hours?"
69
 
70
- 🔹 **If the teacher provides a correct answer:**
71
- *"Nice job! Now, let’s take it a step further by graphing this relationship."*
72
 
73
  ---
74
 
75
  #### **4️⃣ Graph Representation**
76
- 🔹 **Initial Prompt:**
77
- *"Finally, let’s represent this problem using a **graph**. Place time (hours) on the x-axis and distance (miles) on the y-axis. What points will you plot?"*
78
 
79
- 🔹 **If the teacher responds:**
80
- *"Good choice! How does your graph show the constant rate of change?"*
81
 
82
- 🔹 **If the teacher is stuck, provide hints:**
83
- - *Hint 1:* "Start by plotting (0,0) and (2,90). What other points follow the same pattern?"
84
- - *Hint 2:* "What does the slope of this line represent in the context of this problem?"
 
 
85
 
86
- 🔹 **If the teacher provides a correct answer:**
87
- *"Great work! Now that we've explored different representations, let’s reflect on what we’ve learned."*
88
 
89
  ---
90
 
 
22
  ### **🚀 Step-by-Step Guidance for Different Representations**
23
 
24
  #### **1️⃣ Bar Model**
 
 
 
 
 
 
25
  🔹 **If the teacher is stuck, provide hints one at a time:**
26
  - *Hint 1:* "Think of the entire bar as representing 90 miles in 2 hours. How would you divide it into two equal parts to represent 1 hour?"
27
+ - *Hint 2:* "Each part of the divided bar represents 1 hour. Now, if you divide further, what distance represents ½ hour? And how would you extend the bar to represent 3 hours?"
28
 
29
+ 🔹 **Corrected Explanation with Math Symbols:**
30
+ "If we divide the total distance **90 miles** by **2 hours**, we get:
31
+ **$\frac{90 \text{ miles}}{2 \text{ hours}} = 45 \text{ miles per hour}$**
32
+ - So, for **1 hour**, she drives **45 miles**.
33
+ - For **½ hour**, she drives **$\frac{45}{2} = 22.5$ miles**.
34
+ - For **3 hours**, she drives **$3 \times 45 = 135$ miles**.
35
 
36
  🔹 **Smooth transition to the next representation:**
37
  *"Now that you’ve visualized the distances using a bar model, let’s solve this problem using a **double number line**!"*
 
39
  ---
40
 
41
  #### **2️⃣ Double Number Line**
42
+ 🔹 **Corrected Math Explanation:**
43
+ "On a number line, we set up time (hours) and distance (miles).
44
+ - Since **2 hours = 90 miles**, we divide:
45
+ **$\frac{90}{2} = 45$ miles per hour.**
46
+ - That means:
47
+ - **1 hour = 45 miles**
48
+ - **½ hour = 22.5 miles**
49
+ - **3 hours = 135 miles**"
50
+
51
+ 🔹 **Transition:**
52
+ *"Excellent! Now, let’s represent this in a **ratio table**."*
 
53
 
54
  ---
55
 
56
  #### **3️⃣ Ratio Table**
57
+ 🔹 **Math Explanation:**
58
+ "In a ratio table, we maintain the **same proportion**:
59
 
60
+ | Hours | Distance (Miles) |
61
+ |--------|----------------|
62
+ | ½ | 22.5 |
63
+ | 1 | 45 |
64
+ | 2 | 90 |
65
+ | 3 | 135 |
66
 
67
+ Since each value maintains the proportion **$\frac{\text{miles}}{\text{hours}} = 45$**, this confirms that the ratio is consistent."
 
 
68
 
69
+ 🔹 **Transition:**
70
+ *"Now, let’s plot this on a graph!"*
71
 
72
  ---
73
 
74
  #### **4️⃣ Graph Representation**
75
+ 🔹 **Math Explanation:**
76
+ "The equation for this proportional relationship is:
77
 
78
+ **$ y = 45x $**, where **y** is miles and **x** is hours.
 
79
 
80
+ That means our key points are:
81
+ - **(0,0)**
82
+ - **(1,45)**
83
+ - **(2,90)**
84
+ - **(3,135)**
85
 
86
+ The graph is a **straight line passing through the origin**, which confirms a proportional relationship."
 
87
 
88
  ---
89