Update prompts/initial_prompt.py
Browse files- prompts/initial_prompt.py +12 -7
prompts/initial_prompt.py
CHANGED
@@ -1,14 +1,19 @@
|
|
1 |
INITIAL_PROMPT = """
|
2 |
-
|
3 |
-
Your
|
4 |
|
5 |
π **Problem:**
|
6 |
-
Orrin and Damen decided to invest money in a local ice cream shop. Orrin invests
|
|
|
7 |
|
8 |
-
π‘ **How to
|
9 |
-
|
10 |
-
- **
|
11 |
-
- **
|
|
|
|
|
|
|
12 |
|
13 |
π **Now, type your preferred method to begin!**
|
|
|
14 |
"""
|
|
|
1 |
INITIAL_PROMPT = """
|
2 |
+
### **Welcome to the Module on Proportional Reasoning with Percentages!**
|
3 |
+
Your goal is to solve a real-world problem using different representations and connect the proportional relationship to its meaning.
|
4 |
|
5 |
π **Problem:**
|
6 |
+
Orrin and Damen decided to invest money in a local ice cream shop. Orrin invests **$1,500**, which is **60%** of their total investment.
|
7 |
+
π° **How much do Orrin and Damen invest together?**
|
8 |
|
9 |
+
π‘ **How to Proceed:**
|
10 |
+
πΉ **Step 1:** Select a method:
|
11 |
+
- **Bar Model** π
|
12 |
+
- **Double Number Line** π
|
13 |
+
- **Equation-Based Approach** βοΈ
|
14 |
+
πΉ **Step 2:** **Explain your thought process before receiving guidance.**
|
15 |
+
πΉ **Step 3:** The AI will provide **feedback on your explanation** before offering hints or solutions.
|
16 |
|
17 |
π **Now, type your preferred method to begin!**
|
18 |
+
(*Example: "Bar Model" or "Equation"*)
|
19 |
"""
|