Update prompts/initial_prompt.py
Browse files- prompts/initial_prompt.py +12 -14
prompts/initial_prompt.py
CHANGED
@@ -1,18 +1,16 @@
|
|
1 |
INITIAL_PROMPT = """
|
2 |
-
|
3 |
-
|
4 |
|
5 |
-
🚀 **
|
6 |
-
Orrin and Damen decided to invest in a local ice cream shop.
|
7 |
-
|
8 |
-
💡 **Your goal:** Find out how much Orrin and Damen invest together.
|
9 |
|
10 |
-
|
11 |
-
1
|
12 |
-
2
|
13 |
-
3
|
14 |
|
15 |
-
**
|
16 |
-
|
17 |
-
|
18 |
-
"""
|
|
|
1 |
INITIAL_PROMPT = """
|
2 |
+
"Welcome to this module on proportional reasoning with percentages!
|
3 |
+
Your task is to solve the following problem using different representations and connect the proportional relationship to the meaning of the problem."
|
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:** Choose a method (**Bar Model, Double Number Line, or Equation**).
|
11 |
+
✅ **Step 2:** **Explain your thought process before receiving guidance.**
|
12 |
+
✅ **Step 3:** AI will provide **feedback on your explanation** before offering hints or solutions.
|
13 |
|
14 |
+
💡 **Remember:** Using multiple representations can help you and your students visualize and make connections between concepts.
|
15 |
+
✏️ **Now, choose a method and explain your approach!**
|
16 |
+
"""
|
|