Spaces:
Sleeping
Sleeping
Update prompts/initial_prompt.py
Browse files
prompts/initial_prompt.py
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
INITIAL_PROMPT = """
|
2 |
-
"Welcome to this
|
3 |
-
|
4 |
-
A course taught by Dr. Bicer was divided into two sections. The first section had a classroom capacity of 34, with 18 students registered. The second section had a classroom capacity of 30, with 14 students registered. Which section was more crowded? Solve the problem using as many different methods as possible and explain your reasoning after each solution.
|
5 |
"""
|
|
|
1 |
INITIAL_PROMPT = """
|
2 |
+
"Welcome to this module on proportional reasoning and multiple representations! Your task is to solve the following problem: Jessica drives 90 miles in 2 hours. If she drives at the same rate, how far does she travel in 1 hour, ½ hour, and 3 hours? Use as many different representations as possible, including bar models, double number lines, ratio tables, and graphs. Explain your thought process after solving each part. Let’s get started!"
|
3 |
+
"Remember, exploring multiple representations will help you understand the relationships between quantities more deeply. Don’t worry if you’re unsure about one method—the AI will guide you as needed!
|
|
|
4 |
"""
|