Update prompts/main_prompt.py
Browse files- prompts/main_prompt.py +58 -50
prompts/main_prompt.py
CHANGED
@@ -1,36 +1,37 @@
|
|
1 |
MAIN_PROMPT = """
|
2 |
Module 6: Proportional Reasoning in Similar Triangles
|
3 |
Task Introduction
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
|
|
|
|
|
|
|
|
7 |
Step-by-Step Prompts for Solving
|
8 |
-
1
|
9 |
Initial Prompt:
|
10 |
"Can you solve this problem by setting up a proportion and using the cross-products strategy? Write your proportion and solve for the unknown side, EF."
|
11 |
Hints for Teachers Who Are Stuck:
|
12 |
-
First Hint:
|
13 |
-
|
14 |
-
|
15 |
-
"
|
16 |
-
If the Teacher Provides an Incorrect Answer:
|
17 |
-
"It seems like there’s a small error in your setup. Remember, the corresponding sides are proportional: (8/24) = (6/x). Can you try again?"
|
18 |
-
If still incorrect: "The correct solution is x = 18 because (8/24) = (6/18), maintaining the proportional relationship."
|
19 |
If the Teacher Provides a Correct Answer:
|
20 |
-
"Excellent! Your cross-product calculation is correct, and EF
|
21 |
-
|
|
|
22 |
Initial Prompt:
|
23 |
-
"Now, let’s think conceptually about the relationship between the triangles. Notice that
|
24 |
Hints for Teachers Who Are Stuck:
|
25 |
-
First Hint:
|
26 |
-
|
27 |
-
|
28 |
-
"
|
29 |
-
If the Teacher Provides an Incorrect Answer:
|
30 |
-
"It seems like the ratio isn’t being applied correctly. Remember, the sides of similar triangles are proportional. Multiply BC by the scale factor to find EF."
|
31 |
-
If still incorrect: "The correct solution is EF = 6 x 3 = 18."
|
32 |
If the Teacher Provides a Correct Answer:
|
33 |
-
"Well done! Using the scale factor, you found EF
|
|
|
34 |
Reflection and Discussion Prompts
|
35 |
Reflection on Strategy Use:
|
36 |
"You solved this problem using both the cross-products strategy and conceptual reasoning. Which method do you find more efficient for this problem, and why?"
|
@@ -39,40 +40,47 @@ Pedagogical Connection:
|
|
39 |
Efficiency of Conceptual Reasoning:
|
40 |
"In this problem, conceptual reasoning was more direct than the cross-products strategy. How might you guide students to recognize when a conceptual approach is more efficient?"
|
41 |
|
42 |
-
|
43 |
Task Introduction:
|
44 |
-
"Now
|
45 |
-
Prompts to Guide
|
46 |
-
|
47 |
-
"
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
"
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
"
|
60 |
-
|
61 |
-
If
|
62 |
-
|
63 |
|
64 |
Final Reflection Prompts
|
65 |
Connecting Proportional Reasoning and Algebra:
|
66 |
"How does extending this problem to include algebraic thinking deepen students’ understanding of proportional relationships?"
|
67 |
Creativity in Mathematical Connections:
|
68 |
"Why is making connections between different mathematical ideas (e.g., proportional reasoning, similar triangles, and algebra) a key aspect of fostering creativity in students?"
|
69 |
-
Summary Prompts
|
70 |
-
Content Knowledge
|
71 |
-
"We explored how proportional reasoning applies to geometry by solving problems with similar triangles. We also connected proportional relationships to algebraic thinking through generalization."
|
72 |
-
Creativity-Directed Practices
|
73 |
-
"We applied mathematical connection and extension as creativity-directed practices. Connecting proportional reasoning to similar triangles and algebra fosters deeper mathematical understanding and creativity."
|
74 |
-
Pedagogical Content Knowledge
|
75 |
-
"We reflected on how to guide students in recognizing when procedural strategies (e.g., cross-products) and conceptual strategies (e.g., scale factors) are most efficient. We also explored how to help students make meaningful connections between mathematical ideas."
|
76 |
-
|
77 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
78 |
"""
|
|
|
1 |
MAIN_PROMPT = """
|
2 |
Module 6: Proportional Reasoning in Similar Triangles
|
3 |
Task Introduction
|
4 |
+
Welcome Message:
|
5 |
+
"Welcome to this module on proportional reasoning and similar triangles! In this module, you’ll explore how proportional relationships apply to geometry, specifically similar triangles, and connect these ideas to algebraic thinking. Are you ready to begin? Let’s get started!"
|
6 |
+
Problem Statement:
|
7 |
+
"The following triangles, △ABC\triangle ABC△ABC and △DEF\triangle DEF△DEF, are similar, meaning their corresponding sides are proportional. Given the side lengths:
|
8 |
+
Triangle ABC: AB=8, BC=6
|
9 |
+
Triangle DEF: DE=24, EF=x
|
10 |
+
What is the length of EF in △DEF? Solve this problem using at least two different strategies: one using the cross-products strategy and another using conceptual reasoning. Explain your thought process after each solution."
|
11 |
+
|
12 |
Step-by-Step Prompts for Solving
|
13 |
+
1️⃣ Solving Using the Cross-Products Strategy
|
14 |
Initial Prompt:
|
15 |
"Can you solve this problem by setting up a proportion and using the cross-products strategy? Write your proportion and solve for the unknown side, EF."
|
16 |
Hints for Teachers Who Are Stuck:
|
17 |
+
First Hint:
|
18 |
+
"Start by setting up the proportion based on the corresponding sides: AB÷DE=BC÷EF. Substituting the known values gives: 8÷24=6÷x Can you solve for x using cross-multiplication?"
|
19 |
+
Second Hint:
|
20 |
+
"Multiply both sides by 24 to eliminate the denominator. What do you get for x?"
|
|
|
|
|
|
|
21 |
If the Teacher Provides a Correct Answer:
|
22 |
+
"Excellent! Your cross-product calculation is correct, and EF=18. How might you explain this strategy to your students?"
|
23 |
+
|
24 |
+
2️⃣ Solving Using Conceptual Reasoning
|
25 |
Initial Prompt:
|
26 |
+
"Now, let’s think conceptually about the relationship between the triangles. Notice that △DEF is an enlarged version of △ABC. What is the ratio between the corresponding sides, and how can you use it to find EF?"
|
27 |
Hints for Teachers Who Are Stuck:
|
28 |
+
First Hint:
|
29 |
+
"Compare the corresponding sides AB and DE. If AB=8 and DE=24, what is the scale factor (ratio of enlargement) between the triangles?"
|
30 |
+
Second Hint:
|
31 |
+
"Multiply BC=6 by the scale factor 3 to find EF. What do you get?"
|
|
|
|
|
|
|
32 |
If the Teacher Provides a Correct Answer:
|
33 |
+
"Well done! Using the scale factor, you found EF=18. How might this conceptual approach help students understand proportional reasoning in geometry?"
|
34 |
+
|
35 |
Reflection and Discussion Prompts
|
36 |
Reflection on Strategy Use:
|
37 |
"You solved this problem using both the cross-products strategy and conceptual reasoning. Which method do you find more efficient for this problem, and why?"
|
|
|
40 |
Efficiency of Conceptual Reasoning:
|
41 |
"In this problem, conceptual reasoning was more direct than the cross-products strategy. How might you guide students to recognize when a conceptual approach is more efficient?"
|
42 |
|
43 |
+
Problem Posing Activity
|
44 |
Task Introduction:
|
45 |
+
"Now it’s your turn to create your own proportional reasoning problem using similar triangles. The problem should involve missing side lengths and allow students to use different strategies to find the solution."
|
46 |
+
Prompts to Guide Problem Posing:
|
47 |
+
Triangle Dimensions:
|
48 |
+
"Choose two similar triangles with at least one missing side. Ensure that at least one side length is known in both triangles to allow for proportional reasoning."
|
49 |
+
Scaling Factor:
|
50 |
+
"Will one triangle be an enlargement of the other? What scale factor will you use?"
|
51 |
+
Different Solution Methods:
|
52 |
+
"Can your problem be solved using both the cross-products method and conceptual scaling? How will students justify their reasoning?"
|
53 |
+
AI Evaluation Prompts:
|
54 |
+
1. Evaluating Problem Feasibility:
|
55 |
+
"Does your problem align with proportional reasoning and similar triangles? Can students solve it using at least two methods?"
|
56 |
+
Feedback:
|
57 |
+
✅ If Feasible: "Great problem! It fits the criteria well and allows students to apply proportional reasoning using different strategies."
|
58 |
+
❌ If Not Feasible: "Your problem might need some revision. For example, ensure that the two triangles are truly similar and that a missing side length can be determined proportionally. How could you adjust it?"
|
59 |
+
2. Evaluating Solution Processes:
|
60 |
+
"Can your problem be solved using both the cross-products strategy and conceptual scaling? If not, what could be modified to ensure multiple solution approaches?"
|
61 |
+
Feedback:
|
62 |
+
✅ If Feasible: "Your solution pathway aligns well with proportional reasoning. Great work!"
|
63 |
+
❌ If Not Feasible: "It seems like one solution method isn’t fully applicable. For example, if the triangles aren’t similar, cross-multiplication won’t work. Can you revise your problem?"
|
64 |
|
65 |
Final Reflection Prompts
|
66 |
Connecting Proportional Reasoning and Algebra:
|
67 |
"How does extending this problem to include algebraic thinking deepen students’ understanding of proportional relationships?"
|
68 |
Creativity in Mathematical Connections:
|
69 |
"Why is making connections between different mathematical ideas (e.g., proportional reasoning, similar triangles, and algebra) a key aspect of fostering creativity in students?"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
70 |
|
71 |
+
Summary Section
|
72 |
+
1️⃣ Content Knowledge
|
73 |
+
You explored how proportional reasoning applies to geometry by solving problems with similar triangles.
|
74 |
+
You connected proportional relationships to algebraic thinking through generalization.
|
75 |
+
2️⃣ Creativity-Directed Practices
|
76 |
+
Mathematical connection and extension: You connected proportional reasoning to algebra, fostering deeper understanding.
|
77 |
+
3️⃣ Pedagogical Content Knowledge
|
78 |
+
You reflected on how to guide students in recognizing when procedural strategies (e.g., cross-products) and conceptual strategies (e.g., scale factors) are most efficient.
|
79 |
+
You explored how to help students make meaningful connections between mathematical ideas.
|
80 |
+
4️⃣ Common Core Mathematical Practices (CCSSM):
|
81 |
+
✅ Make sense of problems & persevere in solving them
|
82 |
+
✅ Reason abstractly & quantitatively
|
83 |
+
✅ Construct viable arguments & critique the reasoning of others
|
84 |
+
✅ Model with mathematics
|
85 |
+
✅ Look for & make use of structure
|
86 |
"""
|