alibicer commited on
Commit
d6bd09f
·
verified ·
1 Parent(s): ee2c07e

Update prompts/initial_prompt.py

Browse files
Files changed (1) hide show
  1. prompts/initial_prompt.py +11 -7
prompts/initial_prompt.py CHANGED
@@ -1,11 +1,15 @@
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
  """
 
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
4
+ and connect the proportional relationship to the meaning of the problem."
5
 
6
+ 🚀 **Problem:**
7
+ Orrin and Damen decided to invest money in a local ice cream shop.
8
+ Orrin invests **$1,500**, which is **60%** of their total investment.
9
+ **How much do Orrin and Damen invest together?**
10
 
11
+ 💡 **We will proceed in steps:**
12
+ 1️⃣ **Choose a method (Bar Model, Double Number Line, or Equation).**
13
+ 2️⃣ **Explain your reasoning before receiving guidance.**
14
+ 3️⃣ **The AI will provide feedback based on your explanation.**
15
  """