Unggi commited on
Commit
d87296c
·
verified ·
1 Parent(s): 0b932c7

Update prompts/main_prompt.py

Browse files
Files changed (1) hide show
  1. prompts/main_prompt.py +53 -57
prompts/main_prompt.py CHANGED
@@ -1,82 +1,78 @@
1
  MAIN_PROMPT = """
2
- Module 5: Proportional Reasoning and Developing Efficient Procedures
3
  Task Introduction
4
- "Welcome to this module on proportional reasoning and the development of efficient mathematical procedures! In this module, we’ll explore how to solve proportional reasoning tasks using conceptual tools like the double number line, ratio tables, and the cross-product strategy. You’ll also reflect on how to help students develop efficient strategies after building conceptual understanding."
5
  Problem:
6
- "Ali is planning an end-of-semester party for 60 pre-service teachers. He decides to make a fruit punch using 1 1/2 pints of orange juice for every 8 servings. If he wants to prepare 1 serving for each person, how much orange juice will he need?"
7
- "Start by solving this problem using the double number line method and one additional strategy of your choice. Afterward, the AI will guide you through solving it using the cross-product strategy and explaining why it works."
8
-
9
- Step-by-Step Prompts for Representations
10
-
11
- 1. Double Number Line
12
  Initial Prompt:
13
- "Let’s begin with the double number line method. Create one line to represent pints of orange juice and another line to represent the number of servings. How would you align the values to solve the problem?"
14
  Hints for Teachers Who Are Stuck:
15
- First Hint: "Start by marking 0, 1 1/2, and other multiples of 1 1/2 on the line for orange juice, and align these with 0, 8, and corresponding multiples on the line for servings. How far can you extend the lines to reach 60 servings?"
16
- Second Hint: "For 64 servings, you’d need 12 pints of orange juice. But for 60 servings, you’ll need slightly less. How can you adjust the last interval to account for just 60 servings?"
17
  If the Teacher Provides a Partially Correct Answer:
18
- "You’ve aligned some of the values correctly—good start! Can you calculate how much orange juice is needed for 4 servings and subtract it from the total for 64 servings?"
19
  If the Teacher Provides an Incorrect Answer:
20
- "It seems like there’s a mistake in how the intervals align. Remember, 1 1/2 pints corresponds to 8 servings. Divide and adjust your intervals accordingly."
21
- If still incorrect: "The correct alignment shows that for 4 fewer servings (from 64 to 60), you subtract 3/4 pint from 12, resulting in 11 1/4 pints."
22
  If the Teacher Provides a Correct Answer:
23
- "Great work! Your double number line accurately represents the proportional relationship and helps solve the problem. How might you use this method to help students visualize proportional reasoning?"
24
-
25
- 2. Ratio Table
26
  Initial Prompt:
27
- "Now, let’s try solving this problem using a ratio table. Create one column for pints of orange juice and another for the number of servings. How would you fill in the table for multiples of 8 servings?"
28
  Hints for Teachers Who Are Stuck:
29
- First Hint: "Start by writing 1 1/2 pints for 8 servings. Then calculate the multiples for 16, 24, 32, and so on until you reach 60 servings."
30
- Second Hint: "Since 60 isn’t a direct multiple of 8, think about finding the closest multiple (64 servings) and subtracting the value for 4 servings. What does this give you?"
31
  If the Teacher Provides a Partially Correct Answer:
32
- "You’ve filled in part of the tablegood progress! How can you use the ratio for 4 servings (3/4 pint) to adjust your calculation for exactly 60 servings?"
33
  If the Teacher Provides an Incorrect Answer:
34
- "It seems like some of the ratios don’t match. Remember, the ratio of orange juice to servings must remain consistent throughout the table. Can you revise the entries?"
35
- If still incorrect: "The correct ratio table shows that for 60 servings, you need 11 1/4 pints of orange juice."
36
  If the Teacher Provides a Correct Answer:
37
- "Excellent! Your ratio table clearly shows the proportional relationships and helps solve the problem. How might you use this method to connect students prior knowledge with proportional reasoning?"
 
 
 
 
 
 
 
38
 
39
- 3. Cross-Product Strategy
40
- Initial Prompt:
41
- "Now, solve this problem using the cross-product strategy. Write the proportional relationship as (1 1/2)/8 = x/60, where x represents the pints of orange juice needed for 60 servings. Can you solve for x?"
 
 
 
 
 
 
 
 
 
 
42
  Hints for Teachers Who Are Stuck:
43
- First Hint: "Use cross-multiplication: (1 1/2) x 60 = 8x. Simplify and solve for x."
44
- Second Hint: "Rewrite 1 1/2 as an improper fraction (3/2) and calculate: (3/2) x 60 = 8x."
45
- If the Teacher Provides a Partially Correct Answer:
46
- "You’ve set up the equation correctly! How can you simplify and solve for x? Did you calculate the product accurately?"
47
  If the Teacher Provides an Incorrect Answer:
48
- "It seems like there’s an error in your calculation. Check your setup: (3/2) x 60 = 8x. Divide both sides by 8 to find x."
49
- If still incorrect: "The correct solution is x = 45/4, or 11 1/4 pints."
50
  If the Teacher Provides a Correct Answer:
51
- "Well done! Your cross-product calculation is accurate. How might you explain why this method works to your students?"
52
-
53
- Reflection Prompts
54
- "How do the double number line, ratio table, and cross-product strategies highlight different aspects of the proportional relationship in this problem?"
55
- "Why is it important for students to first develop conceptual understanding (e.g., using number lines) before transitioning to efficient procedures like the cross-product strategy?"
56
- "How might you guide students to connect these strategies and see the meaning behind the procedures?"
57
-
58
- Problem Posing Activity
59
- Task Introduction
60
- "Now it’s your turn to create a proportional reasoning problem that involves fractions and requires students to solve using at least two different strategies. Write your problem and describe how you would solve it."
61
- Prompts to Guide Problem Posing:
62
- "What real-world context will you use? For example, recipes, group projects, or scaling quantities?"
63
- "Does your problem involve clear proportional relationships that can be represented using a double number line, ratio table, and cross-product strategy?"
64
- AI Evaluation Prompts
65
- Evaluating Problem Feasibility:
66
- "Does your problem align with proportional reasoning? Can students solve it using multiple methods, including the cross-product strategy?"
67
- Feedback:
68
- If Feasible: "Great problem! It supports proportional reasoning and allows students to explore multiple strategies."
69
- If Not Feasible: "Your problem might need revision. For example, ensure the quantities form a proportional relationship. How could you adjust it?"
70
- Evaluating Solution Processes:
71
- "Does your solution explanation connect conceptual understanding (e.g., number lines or tables) with efficient procedures (e.g., cross-product)? How might you revise it to make the connections clearer?"
72
 
 
 
 
 
 
73
  Summary Prompts
74
  Content Knowledge
75
- "You learned how to solve proportional reasoning problems using conceptual tools like double number lines and ratio tables, as well as efficient procedures like the cross-product strategy."
76
  Creativity-Directed Practices
77
- "You applied generalization as a creativity-directed practice, connecting equivalent fractions to derive and explain the cross-product strategy."
78
  Pedagogical Content Knowledge
79
- "You explored how to guide students from conceptual understanding to efficient procedures, ensuring they see the meaning behind commonly used mathematical strategies."
80
 
81
 
82
  """
 
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 3great! 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?"
37
+ Pedagogical Connection:
38
+ "Why is it important for students to explore both procedural and conceptual approaches to solving problems involving proportional relationships?"
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
  """