alibicer commited on
Commit
6b0b3a5
ยท
verified ยท
1 Parent(s): 55b308a

Update prompts/main_prompt.py

Browse files
Files changed (1) hide show
  1. prompts/main_prompt.py +14 -14
prompts/main_prompt.py CHANGED
@@ -15,24 +15,24 @@ Orrin invests **$1,500**, which is **60%** of their total investment.
15
  ๐Ÿ”น **Equation**
16
 
17
  ๐Ÿ’ก **Which method would you like to use first?**
18
- (*Please select one and explain your approach before AI provides guidance!*)
19
  """
20
 
21
  BAR_MODEL_PROMPT = """
22
  ### ๐Ÿš€ **Solving with a Bar Model**
23
  Great choice! A bar model is a helpful way to visualize proportional relationships.
24
 
25
- ๐Ÿ”น **Before I provide guidance, please explain your approach.**
26
- ๐Ÿ’ก **How do you plan to set up the bar model to solve this problem?**
27
- - How will you represent the total investment?
28
  - How will you show Orrinโ€™s 60% investment?
29
  - What steps will you take to find the total amount?
30
 
31
- ๐Ÿ”น **Try explaining first! Then, if needed, I will guide you.**
32
  """
33
 
34
  BAR_MODEL_HINTS = """
35
- ๐Ÿ”น **If you're unsure, letโ€™s work through it step by step.**
36
 
37
  **Step 1: Setting Up the Bar Model**
38
  - Draw a horizontal bar representing **100% of the total investment**.
@@ -61,16 +61,16 @@ DOUBLE_NUMBER_LINE_PROMPT = """
61
  ### ๐Ÿš€ **Solving with a Double Number Line**
62
  Great choice! A double number line is a great way to compare proportional relationships visually.
63
 
64
- ๐Ÿ”น **Before I provide guidance, please explain your approach.**
65
- ๐Ÿ’ก **How would you set up a double number line to solve this problem?**
66
  - What values will you place on the top and bottom lines?
67
  - How will you determine the missing total investment?
68
 
69
- ๐Ÿ”น **Try explaining first! Then, if needed, I will guide you.**
70
  """
71
 
72
  DOUBLE_NUMBER_LINE_HINTS = """
73
- ๐Ÿ”น **If you're unsure, letโ€™s work through it step by step.**
74
 
75
  **Step 1: Setting Up the Double Number Line**
76
  - Draw two parallel number lines.
@@ -100,16 +100,16 @@ EQUATION_PROMPT = """
100
  ### ๐Ÿš€ **Solving with an Equation**
101
  Great choice! Using an equation is a powerful way to solve proportional problems.
102
 
103
- ๐Ÿ”น **Before I provide guidance, please explain your approach.**
104
- ๐Ÿ’ก **How would you write an equation to represent the relationship between 60% and $1,500?**
105
  - What variable will you use for the total investment?
106
  - How will you set up the proportion?
107
 
108
- ๐Ÿ”น **Try explaining first! Then, if needed, I will guide you.**
109
  """
110
 
111
  EQUATION_HINTS = """
112
- ๐Ÿ”น **If you're unsure, letโ€™s work through it step by step.**
113
 
114
  **Step 1: Set Up the Equation**
115
  - Since 60% of the total investment is $1,500, write the equation:
 
15
  ๐Ÿ”น **Equation**
16
 
17
  ๐Ÿ’ก **Which method would you like to use first?**
18
+ (*Try solving and explaining your reasoning before AI provides hints!*)
19
  """
20
 
21
  BAR_MODEL_PROMPT = """
22
  ### ๐Ÿš€ **Solving with a Bar Model**
23
  Great choice! A bar model is a helpful way to visualize proportional relationships.
24
 
25
+ ๐Ÿ”น **Before I provide guidance, try solving the problem using a bar model.**
26
+ ๐Ÿ’ก **How do you plan to use the bar model to find the total investment?**
27
+ - How will you represent 100% of the investment?
28
  - How will you show Orrinโ€™s 60% investment?
29
  - What steps will you take to find the total amount?
30
 
31
+ ๐Ÿ”น **Explain your reasoning first! If needed, I will guide you.**
32
  """
33
 
34
  BAR_MODEL_HINTS = """
35
+ ๐Ÿ”น **If you're unsure or need help, letโ€™s work through it step by step.**
36
 
37
  **Step 1: Setting Up the Bar Model**
38
  - Draw a horizontal bar representing **100% of the total investment**.
 
61
  ### ๐Ÿš€ **Solving with a Double Number Line**
62
  Great choice! A double number line is a great way to compare proportional relationships visually.
63
 
64
+ ๐Ÿ”น **Before I provide guidance, try setting up a double number line to solve the problem.**
65
+ ๐Ÿ’ก **How would you arrange the number line?**
66
  - What values will you place on the top and bottom lines?
67
  - How will you determine the missing total investment?
68
 
69
+ ๐Ÿ”น **Explain your reasoning first! If needed, I will guide you.**
70
  """
71
 
72
  DOUBLE_NUMBER_LINE_HINTS = """
73
+ ๐Ÿ”น **If you're unsure or need help, letโ€™s work through it step by step.**
74
 
75
  **Step 1: Setting Up the Double Number Line**
76
  - Draw two parallel number lines.
 
100
  ### ๐Ÿš€ **Solving with an Equation**
101
  Great choice! Using an equation is a powerful way to solve proportional problems.
102
 
103
+ ๐Ÿ”น **Before I provide guidance, try setting up an equation to solve the problem.**
104
+ ๐Ÿ’ก **How would you represent the relationship between 60% and $1,500?**
105
  - What variable will you use for the total investment?
106
  - How will you set up the proportion?
107
 
108
+ ๐Ÿ”น **Explain your reasoning first! If needed, I will guide you.**
109
  """
110
 
111
  EQUATION_HINTS = """
112
+ ๐Ÿ”น **If you're unsure or need help, letโ€™s work through it step by step.**
113
 
114
  **Step 1: Set Up the Equation**
115
  - Since 60% of the total investment is $1,500, write the equation: