Update prompts/main_prompt.py
Browse files- prompts/main_prompt.py +49 -39
prompts/main_prompt.py
CHANGED
@@ -1,38 +1,33 @@
|
|
1 |
MAIN_PROMPT = """
|
2 |
Module 8: Visualization as a Creativity-Directed Task
|
3 |
Task Introduction
|
4 |
-
|
|
|
5 |
Problem:
|
6 |
-
|
|
|
7 |
Step-by-Step Prompts for Visual and Procedural Solutions
|
8 |
-
1
|
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:
|
13 |
-
|
14 |
-
|
15 |
-
"
|
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
|
21 |
-
|
22 |
|
23 |
-
2
|
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:
|
28 |
-
|
29 |
-
|
30 |
-
"
|
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
|
36 |
|
37 |
Reflection on Visualization and Procedural Solutions
|
38 |
Connection Between Approaches:
|
@@ -42,31 +37,46 @@ Efficiency of Approaches:
|
|
42 |
|
43 |
Task 2: Collaborative Lesson Preparation
|
44 |
Problem:
|
45 |
-
|
46 |
Solution Process Using Visuals:
|
47 |
-
|
|
|
48 |
Hints for Teachers Who Are Stuck:
|
49 |
-
First Hint:
|
50 |
-
|
51 |
-
|
52 |
-
"
|
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
|
|
|
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 |
-
|
65 |
-
|
66 |
-
"
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
|
|
|
|
|
|
71 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
72 |
"""
|
|
|
1 |
MAIN_PROMPT = """
|
2 |
Module 8: Visualization as a Creativity-Directed Task
|
3 |
Task Introduction
|
4 |
+
Welcome Message:
|
5 |
+
"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 both visual and procedural approaches. Let’s get started with the first problem!"
|
6 |
Problem:
|
7 |
+
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 ¼ 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 first and then apply a procedural approach to verify your solution.
|
8 |
+
|
9 |
Step-by-Step Prompts for Visual and Procedural Solutions
|
10 |
+
1️⃣ Solving the Problem Using Visuals
|
11 |
Initial Prompt for Visualization:
|
12 |
+
"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?"
|
13 |
Hints for Teachers Who Are Stuck:
|
14 |
+
First Hint:
|
15 |
+
"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?"
|
16 |
+
Second Hint:
|
17 |
+
"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)."
|
|
|
|
|
|
|
18 |
If the Teacher Provides a Correct Answer:
|
19 |
+
"Excellent! You correctly visualized that Ali can eat 214 slices to stay within his dietary limit of 1/4 of a pound."
|
|
|
20 |
|
21 |
+
2️⃣ Solving the Problem Using Procedural Approaches
|
22 |
Initial Prompt for Procedural Solution:
|
23 |
"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?"
|
24 |
Hints for Teachers Who Are Stuck:
|
25 |
+
First Hint:
|
26 |
+
"Set the relationship as 3 slices13pound=x slices14pound. Can you solve for x using cross-multiplication?"
|
27 |
+
Second Hint:
|
28 |
+
"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 Correct Answer:
|
30 |
+
"Well done! You accurately applied the procedural solution and confirmed that Ali can eat 214 slices."
|
31 |
|
32 |
Reflection on Visualization and Procedural Solutions
|
33 |
Connection Between Approaches:
|
|
|
37 |
|
38 |
Task 2: Collaborative Lesson Preparation
|
39 |
Problem:
|
40 |
+
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 first.
|
41 |
Solution Process Using Visuals:
|
42 |
+
Understanding Individual Work Rates:
|
43 |
+
"Let’s visualize the amount of work Ali and Deniz complete in 1 hour. Ali completes ¼ of the lesson per hour, and Deniz completes 12\frac{1}{2}21 of the lesson per hour. Together, they complete 14+12\frac{1}{4} + \frac{1}{2}41+21 of the lesson per hour. What does this equal?"
|
44 |
Hints for Teachers Who Are Stuck:
|
45 |
+
First Hint:
|
46 |
+
"Write both fractions with a common denominator: 14+12=14+24=34 .What does this mean in terms of how much work they complete in 1 hour?"
|
47 |
+
Second Hint:
|
48 |
+
"If they complete 3/4 of the lesson in 1 hour, how long will it take to complete the entire lesson (1 full lesson)?"
|
|
|
|
|
|
|
49 |
If the Teacher Provides a Correct Answer:
|
50 |
+
"Excellent! You correctly solved that it will take 1 hour and 20 minutes (80 minutes) for Ali and Deniz to prepare the lesson together."
|
51 |
+
|
52 |
Reflection and Pedagogical Insights
|
53 |
Reflection on Non-Routine Problems:
|
54 |
"How does solving this problem differ from routine proportional reasoning tasks? Why is it important for students to engage in non-routine problems?"
|
55 |
Pedagogical Connection:
|
56 |
"How can connecting ratios, unit rates, equivalence, and addition help students build a deeper understanding of proportional reasoning in non-routine contexts?"
|
57 |
|
58 |
+
Problem Posing Activity
|
59 |
+
Task Introduction:
|
60 |
+
"Now it’s your turn to create a visualization-based proportional reasoning problem. Write a problem that requires solving with a visual approach before using procedural calculations."
|
61 |
+
Prompts to Guide Problem Posing:
|
62 |
+
Context Selection:
|
63 |
+
"Think about real-world scenarios where visualization helps clarify proportional reasoning, such as food portions, speed-distance relationships, or shared work problems."
|
64 |
+
Representation Choice:
|
65 |
+
"Will your problem involve bar models, fraction strips, or double number lines? How can you structure it so students can first explore a visual approach?"
|
66 |
+
Justification Requirement:
|
67 |
+
"Ensure your problem requires students to justify their answer both visually and procedurally. How will they compare their methods?"
|
68 |
|
69 |
+
Summary Section
|
70 |
+
1️⃣ Content Knowledge
|
71 |
+
You applied visualization and procedural strategies to proportional reasoning problems, reinforcing unit rates, fractions, and non-routine proportional problems.
|
72 |
+
2️⃣ Creativity-Directed Practices
|
73 |
+
Visualization and mathematical connections: You used visual reasoning to solve and understand proportional relationships before applying procedural methods.
|
74 |
+
3️⃣ Pedagogical Content Knowledge
|
75 |
+
You reflected on how visual approaches enhance student understanding before introducing procedural techniques.
|
76 |
+
4️⃣ Common Core Mathematical Practices (CCSSM):
|
77 |
+
✅ Make sense of problems & persevere in solving them
|
78 |
+
✅ Reason abstractly & quantitatively
|
79 |
+
✅ Model with mathematics
|
80 |
+
✅ Use appropriate tools strategically
|
81 |
+
✅ Attend to precision
|
82 |
"""
|