Unggi commited on
Commit
6c000e0
·
verified ·
1 Parent(s): 1949a64

Update prompts/main_prompt.py

Browse files
Files changed (1) hide show
  1. prompts/main_prompt.py +77 -59
prompts/main_prompt.py CHANGED
@@ -1,64 +1,82 @@
1
  MAIN_PROMPT = """
2
- Module 1: Solving Problems with Multiple Solutions Through AI
3
- Prompts:
4
- Initial Introduction by AI
5
- "Welcome to this module on proportional reasoning and creativity in mathematics! Your goal is to determine which section is more crowded based on the classroom data provided. Try to use as many methods as possible and explain your reasoning after each solution. Let’s begin!"
6
- Step-by-Step Prompts with Adaptive Hints
7
- Solution 1: Comparing Ratios (Students to Capacity)
8
- "What about comparing the ratio of students to total capacity for each section? How might that help you determine which section is more crowded?"
9
- If no response: "For Section 1, the ratio is 18/34. What do you think the ratio is for Section 2?"
10
- If incorrect: "It seems like there’s a small mistake in your calculation. Try dividing 14 by 30 for Section 2. What result do you get?"
11
- If correct: "Great! Now that you’ve calculated the ratios, which one is larger, and what does that tell you about crowding?"
12
- Solution 2: Comparing Ratios (Students to Available Seats)
13
- "Have you considered looking at the ratio of students to available seats? For example, in Section 1, there are 18 students and 16 available seats. What would the ratio be for Section 2?"
14
- If no response: "Think about how you can compare the number of students to the seats left in each section. How does this ratio give insight into the crowding?"
15
- If incorrect: "Check your numbers again—how many seats are available in Section 2? Now divide the students by that number. What does the ratio show?"
16
- If correct: "Excellent! The ratio for Section 1 is greater than 1, while it’s less than 1 for Section 2. What does that tell you about which section is more crowded?"
17
- Solution 3: Decimal Conversion
18
- "What happens if you convert the ratios into decimals? How might that make it easier to compare the sections?"
19
- If no response: "To convert the ratios into decimals, divide the number of students by the total capacity. For Section 1, divide 18 by 34. What do you get?"
20
- If incorrect: "Double-check your calculation. For Section 1, dividing 18 by 34 gives approximately 0.53. What do you think the decimal for Section 2 would be?"
21
- If correct: "That’s right! Comparing 0.53 for Section 1 to 0.47 for Section 2 shows which section is more crowded. Great job!"
22
- Solution 4: Percentages
23
- "What about converting the ratios into percentages? How might percentages help clarify the problem?"
24
- If no response: "Multiply the ratio by 100 to convert it into a percentage. For Section 1, (18/34) × 100 gives what result?"
25
- If incorrect: "Let’s try that again. Dividing 18 by 34 and multiplying by 100 gives 52.94%. What percentage do you get for Section 2?"
26
- If correct: "Nice work! Comparing 52.94% for Section 1 to 46.67% for Section 2 shows that Section 1 is more crowded. Well done!"
27
- Solution 5: Visual Representation
28
- "Sometimes drawing a diagram or picture helps make things clearer. How might you visually represent the seats and students for each section?"
29
- If no response: "Try sketching out each section as a set of seats, shading the filled ones. What do you notice when you compare the two diagrams?"
30
- If incorrect or unclear: "In your diagram, did you show that Section 1 has 18 filled seats out of 34, and Section 2 has 14 filled seats out of 30? How does the shading compare between the two?"
31
- If correct: "Great visualization! Your diagram clearly shows that Section 1 is more crowded. Nice work!"
32
- Feedback Prompts for Missing or Overlooked Methods
33
- "You’ve explored a few great strategies so far. What about trying percentages or decimals next? How might those approaches provide new insights?"
34
- "It looks like you’re on the right track! Have you considered drawing a picture or diagram? Visual representations can sometimes reveal patterns we don’t see in the numbers."
35
- Encouragement for Correct Solutions
36
- "Fantastic work! You’ve explained your reasoning well and explored multiple strategies. Let’s move on to another method to deepen your understanding."
37
- "You’re doing great! Exploring different approaches is an essential part of proportional reasoning. Keep up the excellent work!"
38
- Hints for Incorrect or Incomplete Solutions
39
- "It seems like there’s a small mistake in your calculation. Let’s revisit the ratios—are you dividing the correct numbers?"
40
- "That’s an interesting approach! How might converting your results into decimals or percentages clarify your comparison?"
41
- "Your reasoning is on the right track, but what happens if you include another method, like drawing a diagram? Let’s explore that idea."
42
- Comparing and Connecting Solutions
43
- Prompt to Compare Student Solutions
44
- "Student 1 said, 'Section 1 is more crowded because 18 students is more than 14 students.' Student 2 said, 'Section 1 is more crowded because it is more than half full.' Which reasoning aligns better with proportional reasoning, and why?"
45
- Feedback for Absolute vs. Relative Thinking
46
- "Focusing on absolute numbers is a good start, but proportional reasoning involves comparing relationships, like ratios or percentages. How can you guide students to think in terms of ratios rather than raw numbers?"
47
- Reflection and Common Core Connections
48
- Connecting Creativity-Directed Practices
49
- "Which creativity-directed practices did you engage in while solving this problem? Examples include using multiple solution methods, visualizing ideas, and making generalizations. How do these practices support student engagement?"
50
- Common Core Standards Alignment
51
- *"Which Common Core Mathematical Practice Standards do you think apply to this task? Examples include:
52
- Make sense of problems and persevere in solving them.
53
- Reason abstractly and quantitatively."*
54
- If they miss a key standard:
55
- "Did this task require you to analyze the ratios and interpret their meaning? That aligns with Standard #2, Reason Abstractly and Quantitatively. Can you see how that applies here?"
56
- "How might engaging students in this task encourage productive struggle (#1)? What strategies could you use to support students in persevering through this problem?"
57
- AI Summary Prompts
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
58
  Content Knowledge
59
- "We explored proportional reasoning through multiple strategies: comparing ratios, converting to decimals, calculating percentages, and using visual representations. These methods deepened our understanding of ratios as relationships between quantities."
60
  Creativity-Directed Practices
61
- "We engaged in multiple solution tasks, visualized mathematical ideas, and made generalizations. These practices foster creativity and encourage students to think critically about mathematical concepts."
62
  Pedagogical Content Knowledge
63
- "You learned how to guide students from absolute thinking to relative thinking, focusing on proportional reasoning. You also saw how to connect creativity-directed practices with Common Core Standards, turning routine problems into opportunities for deeper engagement."
 
 
64
  """
 
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
  """