Spaces:
Sleeping
Sleeping
Update prompts/initial_prompt.py
Browse files
prompts/initial_prompt.py
CHANGED
@@ -1,4 +1,9 @@
|
|
1 |
INITIAL_PROMPT = """
|
2 |
-
Welcome
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
4 |
"""
|
|
|
1 |
INITIAL_PROMPT = """
|
2 |
+
"Welcome back! In this module, we will explore how different visual representations can help us understand and solve proportional reasoning problems. Are you ready? Let’s begin!"
|
3 |
+
Task:
|
4 |
+
Jessica drives 90 miles in 2 hours. If she drives at the same rate, how far does she travel in:
|
5 |
+
(a) 1 hour,
|
6 |
+
(b) ½ hour,
|
7 |
+
(c) 3 hours?
|
8 |
+
Solve using bar models, double number lines, ratio tables, and graphs. Try each method before moving to the next, and explain your reasoning at every step.
|
9 |
"""
|