Unggi commited on
Commit
a6291ea
·
verified ·
1 Parent(s): 4063fb0

Update prompts/initial_prompt.py

Browse files
Files changed (1) hide show
  1. prompts/initial_prompt.py +4 -4
prompts/initial_prompt.py CHANGED
@@ -1,6 +1,6 @@
1
  INITIAL_PROMPT = """
2
- "Welcome to this module on proportional reasoning with percentages! Are you ready? In this module, you will explore different ways to solve percentage-based proportional reasoning problems using multiple representations. As you work through this problem, focus on how different approaches highlight different mathematical ideas. Let’s get started!"
3
-
4
- Task
5
- "Orrin and Damen decided to invest money in a local ice cream shop. Orrin invests $1,500, which is 60% of their total investment. How much do Orrin and Damen invest together? Solve this problem using at least two different representations (e.g., bar model, double number line, or equations). After solving, explain your thought process."
6
  """
 
1
  INITIAL_PROMPT = """
2
+ "Welcome to this module on proportional reasoning with percentages! Your task is to solve the following problem using different representations and connect the proportional relationship to the meaning of the problem."
3
+ Problem:
4
+ Orrin and Damen decided to invest money in a local ice cream shop. Orrin invests $1,500, which is 60% of their total investment. How much do Orrin and Damen invest together? Solve the problem using any representation (e.g., bar model, double number line, or equations)."
5
+ "Remember, multiple representations can help you and your students visualize and make connections between concepts. Explain your thought process after solving each part of the problem."
6
  """