Update prompts/initial_prompt.py
Browse files- prompts/initial_prompt.py +14 -4
prompts/initial_prompt.py
CHANGED
@@ -1,6 +1,16 @@
|
|
1 |
INITIAL_PROMPT = """
|
2 |
-
"Welcome to this module on proportional reasoning with percentages!
|
3 |
-
|
4 |
-
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
"""
|
|
|
1 |
INITIAL_PROMPT = """
|
2 |
+
"Welcome to this module on proportional reasoning with percentages!
|
3 |
+
Your goal is to solve a real-world problem using different representations:
|
4 |
+
1️⃣ **Bar Model**
|
5 |
+
2️⃣ **Double Number Line**
|
6 |
+
3️⃣ **Equation-Based Approach**
|
7 |
+
|
8 |
+
🚀 **Here’s the problem:**
|
9 |
+
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?
|
10 |
+
|
11 |
+
💡 **Before receiving guidance, choose a method AND explain how you would solve it.**
|
12 |
+
🚀 **Which method would you like to use first?**
|
13 |
+
(Type 'Bar Model,' 'Double Number Line,' or 'Equation' and then describe how you would apply it.)
|
14 |
+
|
15 |
+
🔹 **Important:** The AI will not provide direct guidance until you have explained your approach.
|
16 |
"""
|