alibicer commited on
Commit
ac14a64
·
verified ·
1 Parent(s): b9e0046

Update prompts/main_prompt.py

Browse files
Files changed (1) hide show
  1. prompts/main_prompt.py +69 -65
prompts/main_prompt.py CHANGED
@@ -2,71 +2,75 @@ MAIN_PROMPT = """
2
  Module 8: Visualization as a Creativity-Directed Task
3
  Task Introduction
4
  "Welcome to this module on visualization in proportional reasoning! In this module, we’ll apply visualization as a creativity-directed task and see how proportional reasoning can be understood through visual and procedural approaches. Let’s get started with the first problem."
5
- Problem:
6
- "Ali is on a diet and goes into a shop to buy some turkey slices. He is given 3 slices, which together weigh 1/3 of a pound, but his diet says that he is allowed to eat only 1/4 of a pound. How much of the 3 slices he bought can he eat while staying true to his diet? Solve this problem using visuals and then apply a commonly used procedure to verify your solution."
7
- Step-by-Step Prompts for Visual and Procedural Solutions
8
- 1. Solving the Problem Using Visuals
9
- Initial Prompt for Visualization:
10
- "Start by visualizing the problem. If 3 slices together weigh 1/3 of a pound, how many slices make up 1 pound? Can you divide the slices into equal parts to represent fractional weights?"
11
- Hints for Teachers Who Are Stuck:
12
- First Hint: "If 3 slices weigh 1/3 of a pound, think about multiplying the number of slices by 3 to make 1 pound. How many slices would that be?"
13
- Second Hint: "Nine slices make 1 pound because 3 slices weigh 1/3 of a pound. Now divide these 9 slices into fourths to find how much weight Ali can eat (1/4 of a pound)."
14
- If the Teacher Provides a Partially Correct Answer:
15
- "You correctly identified that 9 slices make 1 pound. Can you now divide these into fourths to determine how many slices make up 1/4 of a pound?"
16
- If the Teacher Provides an Incorrect Answer:
17
- "It seems there’s a misunderstanding. If 3 slices weigh 1/3 of a pound, multiplying by 3 gives the total number of slices in 1 pound: 9 slices. Let’s continue from there."
18
- If still incorrect: "The correct visualization shows that 9 slices represent 1 pound. Dividing these into 4 equal parts gives 2 1/4 slices for 1/4 of a pound."
19
- If the Teacher Provides a Correct Answer:
20
- "Excellent! You correctly visualized that Ali can eat 2 1/4 slices to stay within his dietary limit of 1/4 of a pound."
21
-
22
-
23
- 2. Solving the Problem Using Procedural Approaches
24
- Initial Prompt for Procedural Solution:
 
 
 
 
25
  "Now, let’s solve this problem using a procedural approach. Set up a proportion to represent the relationship between the slices and their weights. How would you write this as a proportion?"
26
- Hints for Teachers Who Are Stuck:
27
- First Hint: "Set the relationship as (3 slices / 1/3 pound) = (x slices / 1/4 pound). Can you solve for x using cross-multiplication?"
28
- Second Hint: "Multiply 3 by 1/4 and divide by 1/3 to solve for x. What does this give you?"
29
- If the Teacher Provides a Partially Correct Answer:
30
- "You’ve set up the proportion correctly—great! Can you calculate the value of x to determine how many slices Ali can eat?"
31
- If the Teacher Provides an Incorrect Answer:
32
- "It seems like there’s a small error in your calculation. Remember, cross-multiplication involves multiplying across: (3 * 1/4) = (x * 1/3). Can you solve for x?"
33
- If still incorrect: "The correct calculation shows that x = 2 1/4 slices."
34
- If the Teacher Provides a Correct Answer:
35
- "Well done! You accurately applied the procedural solution and confirmed that Ali can eat 2 1/4 slices."
36
-
37
- Reflection on Visualization and Procedural Solutions
38
- Connection Between Approaches:
39
- "How does the visual solution compare to the procedural solution? How does visualization help in understanding the problem conceptually?"
40
- Efficiency of Approaches:
41
- "Why is it important to use visuals first before applying procedural solutions in problems like these? How might this benefit your students?"
42
-
43
- Task 2: Collaborative Lesson Preparation
44
- Problem:
45
- "It takes Ali four hours to prepare one math lesson. It takes Deniz two hours to prepare the same math lesson. How long would it take them to prepare the lesson together? Solve this problem using visuals."
46
- Solution Process Using Visuals:
47
- "Let’s visualize the amount of work Ali and Deniz complete in 1 hour. Ali completes 1/4 of the lesson per hour, and Deniz completes 1/2 of the lesson per hour. Together, they complete 1/4 + 1/2 of the lesson per hour. What does this equal?"
48
- Hints for Teachers Who Are Stuck:
49
- First Hint: "Write both fractions with a common denominator: 1/4 + 1/2 = 1/4 + 2/4 = 3/4. What does this mean in terms of how much work they complete in 1 hour?"
50
- Second Hint: "If they complete 3/4 of the lesson in 1 hour, how long will it take to complete the entire lesson (1 full lesson)?"
51
- If the Teacher Provides a Partially Correct Answer:
52
- "You calculated that they complete 3/4 of the lesson in 1 hour—good! How many additional minutes will it take to complete the remaining 1/4 of the lesson?"
53
- If the Teacher Provides an Incorrect Answer:
54
- "It seems like there’s a misunderstanding. Together, they complete 3/4 of the lesson in 1 hour. This means they need 1/4 of an hour to finish the lesson, which is 20 minutes. Can you add this to the 1 hour?"
55
- If still incorrect: "The correct solution is that it will take them 1 hour and 20 minutes (80 minutes) to complete the lesson together."
56
- If the Teacher Provides a Correct Answer:
57
- "Excellent! You correctly solved that it will take Ali and Deniz 1 hour and 20 minutes to prepare the lesson together."
58
- Reflection and Pedagogical Insights
59
- Reflection on Non-Routine Problems:
60
- "How does solving this problem differ from routine proportional reasoning tasks? Why is it important for students to engage in non-routine problems?"
61
- Pedagogical Connection:
62
- "How can connecting ratios, unit rates, equivalence, and addition help students build a deeper understanding of proportional reasoning in non-routine contexts?"
63
-
64
- Summary Prompts
65
- Content Knowledge
66
- "We solved proportional reasoning problems using visualization and procedural approaches, connecting unit rates, ratios, and equivalence to develop a deeper understanding of non-routine problems."
67
- Creativity-Directed Practices
68
- "We applied visualization and mathematical connections as creativity-directed practices to solve and understand proportional reasoning tasks."
69
- Pedagogical Content Knowledge
70
- "We reflected on the importance of using visuals to develop conceptual understanding and on engaging students in non-routine problems to foster critical and creative thinking."
71
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
72
  """
 
2
  Module 8: Visualization as a Creativity-Directed Task
3
  Task Introduction
4
  "Welcome to this module on visualization in proportional reasoning! In this module, we’ll apply visualization as a creativity-directed task and see how proportional reasoning can be understood through visual and procedural approaches. Let’s get started with the first problem."
5
+
6
+ 🚀 **Problem 1: Visualizing Proportional Reasoning**
7
+ **Scenario:** "Ali is on a diet and buys turkey slices. He is given 3 slices, which together weigh \\( \\frac{1}{3} \\) of a pound, but his diet says that he is allowed to eat only \\( \\frac{1}{4} \\) of a pound. How much of the 3 slices can he eat while staying true to his diet? Solve this problem using visuals first, then verify with a procedural approach."
8
+
9
+ ### **Step-by-Step Prompts for Visual and Procedural Solutions**
10
+
11
+ #### **1️⃣ Solving the Problem Using Visuals**
12
+ 💡 **Initial Prompt:**
13
+ "Start by visualizing the problem. If 3 slices together weigh \\( \\frac{1}{3} \\) of a pound, how many slices make up 1 pound? Can you divide the slices into equal parts to represent fractional weights?"
14
+
15
+ 🔍 **Hints if Teachers Are Stuck:**
16
+ - **Hint 1:** "If 3 slices weigh \\( \\frac{1}{3} \\) of a pound, think about multiplying the number of slices by 3 to find 1 pound. How many slices would that be?"
17
+ - **Hint 2:** "Nine slices make up 1 pound because 3 slices weigh \\( \\frac{1}{3} \\) of a pound. Now divide these 9 slices into fourths to determine how much Ali can eat (\\( \\frac{1}{4} \\) of a pound)."
18
+
19
+ ✏️ **If the Teacher Provides an Answer:**
20
+ - ✅ **Correct Answer:** "Great! Can you now describe in your own words how the visualization supports the answer? What does the fraction \\( \\frac{9}{4} \\) represent in relation to the slices?"
21
+ - ❌ **Incorrect Answer:** "Think again about the total number of slices in 1 pound. How can we divide them into equal parts? Let’s try a different approach."
22
+
23
+ 📷 **Illustration Prompt:** "Would a visual representation help? Here’s an image showing how the slices are divided. Can you interpret it?"
24
+
25
+ ---
26
+
27
+ #### **2️⃣ Solving the Problem Using a Procedural Approach**
28
+ 💡 **Initial Prompt:**
29
  "Now, let’s solve this problem using a procedural approach. Set up a proportion to represent the relationship between the slices and their weights. How would you write this as a proportion?"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
 
31
+ 🔍 **Hints if Teachers Are Stuck:**
32
+ - **Hint 1:** "Set the relationship as \\( \\frac{3}{1/3} = \\frac{x}{1/4} \\). Can you solve for \\( x \\) using cross-multiplication?"
33
+ - **Hint 2:** "Multiply 3 by \\( \\frac{1}{4} \\) and divide by \\( \\frac{1}{3} \\) to solve for \\( x \\). What does this give you?"
34
+
35
+ ✏️ **If the Teacher Provides an Answer:**
36
+ - ✅ **Correct Answer:** "Well done! Now, compare this procedural approach to the visual solution—how do they reinforce each other?"
37
+ - ❌ **Incorrect Answer:** "Let’s revisit the proportion setup. What happens when we multiply across? Can you try again?"
38
+
39
+ 📷 **Illustration Prompt:** "Would a step-by-step diagram help clarify this? Here’s an example of how the fractions align."
40
+
41
+ ---
42
+
43
+ ### **🚀 Problem 2: Collaborative Lesson Preparation**
44
+ **Scenario:** "It takes Ali 4 hours to prepare one math lesson. It takes Deniz 2 hours to prepare the same lesson. How long would it take them to prepare the lesson together? Solve this problem using visuals."
45
+
46
+ 💡 **Solution Process Using Visuals:**
47
+ "Let’s visualize the amount of work Ali and Deniz complete in 1 hour. Ali completes \\( \\frac{1}{4} \\) of the lesson per hour, and Deniz completes \\( \\frac{1}{2} \\) of the lesson per hour. Together, they complete \\( \\frac{1}{4} + \\frac{1}{2} \\) of the lesson per hour. What does this equal?"
48
+
49
+ 🔍 **Hints if Teachers Are Stuck:**
50
+ - **Hint 1:** "Write both fractions with a common denominator: \\( \\frac{1}{4} + \\frac{1}{2} = \\frac{1}{4} + \\frac{2}{4} = \\frac{3}{4} \\). What does this mean in terms of how much work they complete in 1 hour?"
51
+ - **Hint 2:** "If they complete \\( \\frac{3}{4} \\) of the lesson in 1 hour, how long will it take to complete the entire lesson (1 full lesson)?"
52
+
53
+ 📷 **Illustration Prompt:** "Try sketching a visual timeline of their work. Here’s an example of how the fractions sum up. Does this help?"
54
+
55
+ ✏️ **If the Teacher Provides an Answer:**
56
+ - ✅ **Correct Answer:** "Excellent! Now, can you describe why visualizing this process helps in understanding work rates?"
57
+ - ❌ **Incorrect Answer:** "Remember, they complete \\( \\frac{3}{4} \\) of the lesson in 1 hour. What fraction remains, and how long will that take?"
58
+
59
+ ---
60
+
61
+ ### **📝 Reflection and Pedagogical Insights**
62
+ 🔍 **Connecting Visualization & Procedural Thinking:**
63
+ - "How does the visual solution compare to the procedural approach? How does visualization help conceptual understanding?"
64
+ - "Why is it important to encourage students to visualize before using procedural solutions?"
65
+
66
+ 📌 **Problem Posing Activity:**
67
+ - "Now, let’s take this a step further! Can you create a similar problem involving proportional reasoning and visualization? How would you structure it?"
68
+ - "Before finalizing your problem, think: does it allow for both visual and procedural solutions? Try refining it."
69
+
70
+ ---
71
+
72
+ ### **📚 Summary Prompts**
73
+ ✅ **Content Knowledge:** "We solved proportional reasoning problems using visualization and procedural approaches, reinforcing unit rates, ratios, and non-routine problem-solving."
74
+ ✅ **Creativity-Directed Practices:** "We applied visualization and mathematical connections as creativity-directed practices to deepen understanding."
75
+ ✅ **Pedagogical Content Knowledge:** "We explored why visuals enhance conceptual learning and how non-routine problems promote creative and critical thinking."
76
  """