alibicer commited on
Commit
8514b43
Β·
verified Β·
1 Parent(s): 46431bd

Update prompts/initial_prompt.py

Browse files
Files changed (1) hide show
  1. prompts/initial_prompt.py +7 -15
prompts/initial_prompt.py CHANGED
@@ -1,19 +1,11 @@
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
  """
 
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
  """