alibicer commited on
Commit
46fd99e
Β·
verified Β·
1 Parent(s): 8bcaf24

Update prompts/initial_prompt.py

Browse files
Files changed (1) hide show
  1. prompts/initial_prompt.py +12 -7
prompts/initial_prompt.py CHANGED
@@ -1,14 +1,19 @@
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. How much do Orrin and Damen invest together?
 
7
 
8
- πŸ’‘ **How to proceed:**
9
- - **Step 1:** Select a method (**Bar Model, Double Number Line, or Equation**).
10
- - **Step 2:** **Explain your thought process before receiving guidance.**
11
- - **Step 3:** The AI will provide **feedback on your explanation** before offering hints or solutions.
 
 
 
12
 
13
  πŸš€ **Now, type your preferred method to begin!**
 
14
  """
 
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
  """