Update prompts/initial_prompt.py
Browse files
prompts/initial_prompt.py
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
INITIAL_PROMPT = """
|
2 |
-
"Welcome to this module on proportional reasoning
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
Problem 3: Kim is making paint to use in art class. Yesterday, she mixed white and red paint together. Today, she used more red paint and the same amount of white paint to make her mixture. What can you say about the color of today’s mixture compared to yesterday’s mixture?
|
7 |
"""
|
|
|
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 |
"""
|