Unggi commited on
Commit
5feacd3
·
verified ·
1 Parent(s): 0a0d1fd

Update prompts/main_prompt.py

Browse files
Files changed (1) hide show
  1. prompts/main_prompt.py +50 -58
prompts/main_prompt.py CHANGED
@@ -1,37 +1,36 @@
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,47 +39,40 @@ Pedagogical Connection:
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
  """
 
1
  MAIN_PROMPT = """
2
  Module 6: Proportional Reasoning in Similar Triangles
3
  Task Introduction
4
+ "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. Let’s get started!"
5
+ Problem:
6
+ "The following triangles, ABC and DEF, are similar triangles, meaning their sides are proportional. Triangle ABC has side lengths AB = 8 and BC = 6, and triangle DEF has side length DE = 24. What is the length of EF in triangle DEF?"
 
 
 
 
 
7
  Step-by-Step Prompts for Solving
8
+ 1. Solving Using Cross-Products Strategy
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: "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?"
13
+ Second Hint: "Multiply both sides by 24 to eliminate the denominator. What do you get for x?"
14
+ If the Teacher Provides a Partially Correct Answer:
15
+ "You’ve set up the proportion correctly—great! How can you solve for x using cross-products or equivalent ratios?"
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 = 18. How might you explain this strategy to your students?"
21
+ 2. Solving Using Conceptual Reasoning
 
22
  Initial Prompt:
23
+ "Now, let’s think conceptually about the relationship between the triangles. Notice that triangle DEF is an enlarged version of triangle ABC. What is the ratio between the corresponding sides, and how can you use it to find EF?"
24
  Hints for Teachers Who Are Stuck:
25
+ First Hint: "Compare the corresponding sides AB and DE. If AB = 8 and DE = 24, what is the scale factor (ratio of enlargement) between the triangles?"
26
+ Second Hint: "Multiply BC (6) by the scale factor (3) to find EF. What do you get?"
27
+ If the Teacher Provides a Partially Correct Answer:
28
+ "You’ve identified the scale factor as 3—great! How can you apply this factor to BC to find EF?"
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 = 18. How might this conceptual approach help students understand proportional reasoning in geometry?"
 
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
  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
+ Extension Activity: Generalizing the Problem
43
  Task Introduction:
44
+ "Now, let’s extend this problem. Suppose the length of BC changes to 7, 8, 9, …, or n. What would the corresponding lengths of EF be? Can you write a general rule for EF in terms of BC?"
45
+ Prompts to Guide Teachers:
46
+ "What is the scale factor (ratio) between the triangles? How can you apply this ratio to find EF for each value of BC?"
47
+ "Write your results in a table. For example:
48
+ CopyEdit
49
+ BC EF
50
+ 7 ?
51
+ 8 ?
52
+ 9 ?
53
+ n ?
54
+ "What pattern do you notice in the table? How can you generalize this relationship algebraically?"
55
+ Hints for Teachers Who Are Stuck:
56
+ First Hint: "Multiply each value of BC by the scale factor (3) to find EF. What do you get for BC = 7, 8, and 9?"
57
+ Second Hint: "To generalize, let BC = n. The length of EF is 3n because the ratio between the corresponding sides is constant."
58
+ If the Teacher Provides an Incorrect Answer:
59
+ "It seems like the scale factor wasn’t applied correctly. Remember, EF is always 3 times BC because of the proportional relationship. Can you revise your calculations?"
60
+ If still incorrect: "The correct answer is EF = 3n, where n represents the length of BC."
61
+ If the Teacher Provides a Correct Answer:
62
+ "Great job! You correctly generalized the relationship as EF = 3n. How might you explain this connection to your students to help them see how algebra relates to geometry?"
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
  """