Update prompts/initial_prompt.py
Browse files
prompts/initial_prompt.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
INITIAL_PROMPT = """
|
2 |
-
"Welcome to this module on visualization in proportional reasoning! In this module, we’ll apply visualization as a creativity-directed task and see how proportional reasoning can be understood through
|
3 |
Problem:
|
4 |
-
Ali is on a diet and goes into a shop to buy some turkey slices. He is given 3 slices, which together weigh 1/3
|
5 |
"""
|
|
|
1 |
INITIAL_PROMPT = """
|
2 |
+
"Welcome to this module on visualization in proportional reasoning! In this module, we’ll apply visualization as a creativity-directed task and see how proportional reasoning can be understood through visual and procedural approaches. Let’s get started with the first problem."
|
3 |
Problem:
|
4 |
+
"Ali is on a diet and goes into a shop to buy some turkey slices. He is given 3 slices, which together weigh 1/3 of a pound, but his diet says that he is allowed to eat only 1/4 of a pound. How much of the 3 slices he bought can he eat while staying true to his diet? Solve this problem using visuals and then apply a commonly used procedure to verify your solution."
|
5 |
"""
|