alibicer commited on
Commit
6990725
·
verified ·
1 Parent(s): c0b79e6

Update prompts/main_prompt.py

Browse files
Files changed (1) hide show
  1. prompts/main_prompt.py +10 -11
prompts/main_prompt.py CHANGED
@@ -12,7 +12,7 @@ Orrin and Damen decided to invest money in a local ice cream shop. Orrin invests
12
  2️⃣ **Double Number Line**
13
  3️⃣ **Equations**
14
 
15
- 💡 **First, try solving the problem on your own before I provide guidance!**
16
  🚀 **Which method would you like to use first?**
17
  """
18
 
@@ -38,34 +38,33 @@ def next_step(step):
38
  - "What part of the bar represents Orrin’s investment?"
39
  - "How would you use this to find the total investment?"
40
 
41
- 🔹 **Explain your reasoning first!**
42
  """
43
 
44
  elif step == 3:
45
  return """🤔 **Would you like a hint?**
46
- - **Step 1:** Draw a bar divided into **10 equal parts** (each representing 10%).
47
- - **Step 2:** Since **60% = $1,500**, shade in 6 parts of the bar.
48
- - **Step 3:** How much is **1 part** worth?
49
 
50
- 💡 **What do you think? Try calculating it before I continue!**
51
  """
52
 
53
  elif step == 4:
54
- return """✅ **Solution Using Bar Model**
55
- "Let’s confirm the answer together!"
56
 
57
  📌 **Bar Model Representation**
58
  Understanding the Problem:
59
  - Orrin invests **$1,500**, which is **60%** of the total investment.
60
  - We need to find **100% of the total investment**.
61
 
62
- 📌 **Creating the Bar Model**
63
  - Draw a **horizontal bar** and divide it into **10 equal parts**.
64
- - Label **6 parts** as Orrin’s 60% ($1,500).
65
  - The remaining **4 parts** represent Damen’s investment (40%).
66
 
67
  📌 **Calculating the Total Investment**
68
- Since Orrin’s $1,500 represents **60%**, we set up the proportion:
69
  \\[
70
  \\text{Total Investment} = \\frac{1500}{0.6}
71
  \\]
 
12
  2️⃣ **Double Number Line**
13
  3️⃣ **Equations**
14
 
15
+ 💡 **Try solving the problem on your own before I provide guidance!**
16
  🚀 **Which method would you like to use first?**
17
  """
18
 
 
38
  - "What part of the bar represents Orrin’s investment?"
39
  - "How would you use this to find the total investment?"
40
 
41
+ 🔹 **Explain your reasoning first! I will guide you if needed.**
42
  """
43
 
44
  elif step == 3:
45
  return """🤔 **Would you like a hint?**
46
+ 💡 Try thinking about these questions before I give guidance:
47
+ - **How can you divide the bar into equal parts?**
48
+ - **If 60% is $1,500, how much would 10% be?**
49
 
50
+ 🔹 **Try calculating and let me know your reasoning.**
51
  """
52
 
53
  elif step == 4:
54
+ return """✅ **Let’s go through the bar model together.**
 
55
 
56
  📌 **Bar Model Representation**
57
  Understanding the Problem:
58
  - Orrin invests **$1,500**, which is **60%** of the total investment.
59
  - We need to find **100% of the total investment**.
60
 
61
+ 📌 **Setting Up the Bar Model**
62
  - Draw a **horizontal bar** and divide it into **10 equal parts**.
63
+ - Shade **6 parts** to represent Orrin’s 60% ($1,500).
64
  - The remaining **4 parts** represent Damen’s investment (40%).
65
 
66
  📌 **Calculating the Total Investment**
67
+ Since Orrin’s $1,500 represents **60%**, we can set up the proportion:
68
  \\[
69
  \\text{Total Investment} = \\frac{1500}{0.6}
70
  \\]