Update prompts/initial_prompt.py
Browse files- prompts/initial_prompt.py +7 -15
prompts/initial_prompt.py
CHANGED
@@ -1,19 +1,11 @@
|
|
1 |
INITIAL_PROMPT = """
|
2 |
-
|
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 |
-
|
8 |
|
9 |
-
π‘ **
|
10 |
-
|
11 |
-
|
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 |
"""
|
|
|
1 |
INITIAL_PROMPT = """
|
2 |
+
"Welcome to this module on proportional reasoning with percentages! Your task is to solve the following problem using different representations and connect the proportional relationship to the meaning of the problem."
|
|
|
3 |
|
4 |
+
π **Problem:**
|
5 |
+
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?**
|
6 |
+
Solve the problem using any representation (**Bar Model, Double Number Line, or Equations**).
|
7 |
|
8 |
+
π‘ **Remember:**
|
9 |
+
- Multiple representations can help you and your students **visualize and make connections** between concepts.
|
10 |
+
- **Explain your thought process** after solving each part of the problem.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
"""
|