Update prompts/initial_prompt.py
Browse files
prompts/initial_prompt.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
INITIAL_PROMPT = """
|
2 |
-
"Welcome to this module on proportional reasoning with percentages!
|
3 |
-
|
4 |
-
|
5 |
-
"
|
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 |
"""
|