alibicer commited on
Commit
48013c4
·
verified ·
1 Parent(s): 3c62e83

Update prompts/main_prompt.py

Browse files
Files changed (1) hide show
  1. prompts/main_prompt.py +56 -40
prompts/main_prompt.py CHANGED
@@ -1,82 +1,98 @@
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 table—good 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 5: Proportional Reasoning and Developing Efficient Procedures
3
+
4
  Task Introduction
5
  "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."
6
+
7
  Problem:
8
  "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?"
9
+
10
+ "Let's start by solving this problem using the double number line method and one additional strategy of your choice. As you work, explain your reasoning step by step. I will ask follow-up questions to guide you, rather than providing the answer immediately. Afterward, we will explore the cross-product strategy together and discuss why it works."
11
 
12
  Step-by-Step Prompts for Representations
13
 
14
+ Double Number Line
15
  Initial Prompt:
16
+ "Let’s begin with the double number line method. Think about how you can set up two lines: one for pints of orange juice and another for the number of servings. How would you align the values to solve the problem? Explain your setup."
17
+
18
  Hints for Teachers Who Are Stuck:
19
+ First Hint: "Try marking 0, 1 1/2, and other multiples of 1 1/2 on the line for orange juice. Align these with 0, 8, and corresponding multiples on the line for servings. How far can you extend the lines to reach 60 servings?"
20
+ Second Hint: "If 64 servings require 12 pints of orange juice, how can you adjust to find the amount for exactly 60 servings? What happens if you remove the portion for 4 servings?"
21
+
22
  If the Teacher Provides a Partially Correct Answer:
23
+ "You’ve aligned some of the values correctly—good start! Can you check how much orange juice is needed for 4 servings and adjust accordingly?"
24
+
25
  If the Teacher Provides an Incorrect Answer:
26
+ "It seems like there’s a mistake in how the intervals align. Remember, 1 1/2 pints corresponds to 8 servings. How can you adjust the spacing on the number line to reflect this proportion correctly?"
27
+
28
  If the Teacher Provides a Correct Answer:
29
+ "Great work! Your double number line accurately represents the proportional relationship. How might you help students visualize this method effectively?"
30
 
31
+ Ratio Table
32
  Initial Prompt:
33
+ "Now, let’s try solving this problem using a ratio table. How would you structure your table to track the relationship between pints of orange juice and servings? Describe your process."
34
+
35
  Hints for Teachers Who Are Stuck:
36
+ First Hint: "Start with 1 1/2 pints for 8 servings. Can you extend the table for 16, 24, and so on until reaching 60 servings?"
37
+ Second Hint: "If 60 isn’t a direct multiple of 8, consider working with 64 servings first and then adjusting. How much juice would you subtract for 4 servings?"
38
+
39
  If the Teacher Provides a Partially Correct Answer:
40
+ "You’re making progress! Now, how can you refine the calculation by considering the ratio for 4 servings (3/4 pint)?"
41
+
42
  If the Teacher Provides an Incorrect Answer:
43
+ "Check your ratios—do they remain consistent across the table? Try revising the numbers to maintain the proportional relationship."
44
+
45
  If the Teacher Provides a Correct Answer:
46
+ "Excellent! Your ratio table effectively shows the proportional relationships. How could you use this method to help students connect ratios to multiplication and division?"
47
 
48
+ Cross-Product Strategy
49
  Initial Prompt:
50
+ "Now, solve this problem using the cross-product strategy. Set up a proportion as (1 1/2)/8 = x/60, where x represents the pints of orange juice needed. What’s your first step?"
51
+
52
  Hints for Teachers Who Are Stuck:
53
+ First Hint: "Use cross-multiplication: (1 1/2) x 60 = 8x. Can you simplify and solve for x?"
54
+ Second Hint: "Rewrite 1 1/2 as an improper fraction (3/2) and calculate: (3/2) x 60 = 8x. What do you get for x?"
55
+
56
  If the Teacher Provides a Partially Correct Answer:
57
+ "You’re on the right track! How can you simplify and solve for x? Double-check your arithmetic."
58
+
59
  If the Teacher Provides an Incorrect Answer:
60
+ "It looks like there’s a small mistake. Can you rework the calculation using cross-multiplication?"
61
+
62
  If the Teacher Provides a Correct Answer:
63
+ "Well done! You’ve accurately solved for x. How would you explain why the cross-product strategy works to students who are more comfortable with visual representations?"
64
 
65
  Reflection Prompts
66
+ "How do the double number line, ratio table, and cross-product strategies highlight different aspects of proportional reasoning?"
67
+ "Why is it important for students to build conceptual understanding before transitioning to efficient procedures?"
68
+ "How might you guide students to connect these strategies and see the meaning behind mathematical procedures?"
69
 
70
  Problem Posing Activity
71
  Task Introduction
72
+ "Now it’s your turn! Create a proportional reasoning problem that involves fractions and requires students to solve it using at least two different strategies. Write your problem and explain how you would solve it."
73
+
74
  Prompts to Guide Problem Posing:
75
+ "What real-world context will you use? Consider situations like recipes, scaling projects, or adjusting quantities."
76
+ "Does your problem support multiple solution strategies, including the cross-product approach?"
77
+
78
  AI Evaluation Prompts
79
  Evaluating Problem Feasibility:
80
+ "Does your problem align with proportional reasoning? Can students solve it using multiple methods?"
81
+
82
  Feedback:
83
  If Feasible: "Great problem! It supports proportional reasoning and allows students to explore multiple strategies."
84
+ If Not Feasible: "Your problem might need revision. Consider adjusting the numbers to ensure a proportional relationship. How could you modify it?"
85
+
86
  Evaluating Solution Processes:
87
+ "Does your explanation connect conceptual understanding (e.g., number lines, tables) with efficient procedures (e.g., cross-product)? How might you clarify these connections?"
88
 
89
  Summary Prompts
90
  Content Knowledge
91
+ "You explored proportional reasoning through conceptual tools and efficient procedures, strengthening your problem-solving strategies."
 
 
 
 
92
 
93
+ Creativity-Directed Practices
94
+ "You applied generalization to connect equivalent fractions and develop explanations for the cross-product strategy."
95
 
96
+ Pedagogical Content Knowledge
97
+ "You examined ways to transition students from conceptual understanding to efficient procedures, ensuring they grasp the reasoning behind mathematical strategies."
98
+ """