alibicer commited on
Commit
436af4a
Β·
verified Β·
1 Parent(s): 308b412

Update prompts/main_prompt.py

Browse files
Files changed (1) hide show
  1. prompts/main_prompt.py +12 -12
prompts/main_prompt.py CHANGED
@@ -18,10 +18,10 @@ BAR_MODEL_PROMPT = """
18
  ### **πŸš€ Bar Model Approach**
19
  "Great choice! The **Bar Model** is a useful visual tool for proportional reasoning.
20
 
21
- πŸ”Ή **Before I provide guidance, please apply the Bar Model and explain your solution.**
22
- - How would you represent the total investment in a bar?
23
- - How would you divide the bar to show 60% and 40%?
24
- - How would you use this model to determine the total investment?
25
 
26
  ✏️ **Type your explanation, and I will provide feedback before moving forward.**
27
  """
@@ -59,10 +59,10 @@ DOUBLE_NUMBER_LINE_PROMPT = """
59
  ### **πŸš€ Double Number Line Approach**
60
  "Great choice! The **Double Number Line** helps visualize proportional relationships step by step.
61
 
62
- πŸ”Ή **Before I provide guidance, please apply the Double Number Line and explain your solution.**
63
- - How would you set up your number line?
64
- - What values would you place for percentages and dollar amounts?
65
- - How would you use the 60% value to determine the total?
66
 
67
  ✏️ **Type your explanation, and I will provide feedback before moving forward.**
68
  """
@@ -100,10 +100,10 @@ EQUATION_PROMPT = """
100
  ### **πŸš€ Equation-Based Approach**
101
  "Great choice! The **Equation Method** provides a direct algebraic approach.
102
 
103
- πŸ”Ή **Before I provide guidance, please apply the Equation Method and explain your solution.**
104
- - How can you express 60% as a fraction or decimal?
105
- - What variable would represent the total investment?
106
- - What equation would you set up to solve for the total?
107
 
108
  ✏️ **Type your explanation, and I will provide feedback before moving forward.**
109
  """
 
18
  ### **πŸš€ Bar Model Approach**
19
  "Great choice! The **Bar Model** is a useful visual tool for proportional reasoning.
20
 
21
+ πŸ”Ή **Before I provide any guidance, please explain how you applied the Bar Model to this problem.**
22
+ - How did you represent the total investment in a bar?
23
+ - How did you divide the bar to show 60% and 40%?
24
+ - How did you use this model to determine the total investment?
25
 
26
  ✏️ **Type your explanation, and I will provide feedback before moving forward.**
27
  """
 
59
  ### **πŸš€ Double Number Line Approach**
60
  "Great choice! The **Double Number Line** helps visualize proportional relationships step by step.
61
 
62
+ πŸ”Ή **Before I provide guidance, please explain how you set up your Double Number Line.**
63
+ - How did you set up your number line?
64
+ - What values did you place for percentages and dollar amounts?
65
+ - How did you use the 60% value to determine the total?
66
 
67
  ✏️ **Type your explanation, and I will provide feedback before moving forward.**
68
  """
 
100
  ### **πŸš€ Equation-Based Approach**
101
  "Great choice! The **Equation Method** provides a direct algebraic approach.
102
 
103
+ πŸ”Ή **Before I provide guidance, please explain how you set up your equation.**
104
+ - How did you express 60% as a fraction or decimal?
105
+ - What variable did you use for the total investment?
106
+ - What equation did you set up to solve for the total?
107
 
108
  ✏️ **Type your explanation, and I will provide feedback before moving forward.**
109
  """