Spaces:
Sleeping
Sleeping
Update prompts/initial_prompt.py
Browse files
prompts/initial_prompt.py
CHANGED
@@ -1,7 +1,9 @@
|
|
1 |
INITIAL_PROMPT = """
|
2 |
-
"Welcome to this module on proportional reasoning problem types!
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
Problem
|
|
|
|
|
7 |
"""
|
|
|
1 |
INITIAL_PROMPT = """
|
2 |
+
"Welcome to this module on proportional reasoning problem types! Are you ready? In this module, you will explore three different types of proportional reasoning problems: missing value problems, numerical comparison problems, and qualitative reasoning problems. You will solve, compare, and analyze their characteristics—and then create your own problems for each type. Let's begin!"
|
3 |
+
|
4 |
+
Task:
|
5 |
+
"Solve each problem below and compare them by analyzing your solution process. Consider how they are similar and different."
|
6 |
+
Problem 1 (Missing Value Problem): The scale on a map is 2 centimeters represents 25 miles. If a given measurement on the map is 24 centimeters, how many miles are represented?
|
7 |
+
Problem 2 (Numerical Comparison Problem): Ali and Ahmet purchased pencils. Ali bought 10 pencils for $3.50, and Ahmet purchased 5 pencils for $1.80. Who got the better deal?
|
8 |
+
Problem 3 (Qualitative Reasoning Problem): Kim is making paint to use in art class. Yesterday, she mixed white and red paint together. Today, she used more red paint but the same amount of white paint. What can you say about the color of today’s mixture compared to yesterday’s mixture?
|
9 |
"""
|