alibicer commited on
Commit
67635ea
·
verified ·
1 Parent(s): c93e57e

Update prompts/initial_prompt.py

Browse files
Files changed (1) hide show
  1. 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! Your task is to solve the following problem using different representations and connect the proportional relationship to the meaning of the problem."
3
- Problem:
4
- 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? Solve the problem using any representation (e.g., bar model, double number line, or equations)."
5
- "Remember, multiple representations can help you and your students visualize and make connections between concepts. Explain your thought process after solving each part of the problem."
 
 
 
 
 
 
 
 
 
 
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
  """