taldemir commited on
Commit
34edbef
·
verified ·
1 Parent(s): 9ce4ad8

Update prompts/main_prompt.py

Browse files
Files changed (1) hide show
  1. prompts/main_prompt.py +7 -8
prompts/main_prompt.py CHANGED
@@ -36,20 +36,19 @@ Prompts:
36
 
37
  ---
38
 
39
- #### **Solution 3: Decimal Conversion (Now Suggests Using a Calculator)**
40
- "What happens if we convert the **ratios into decimals**? **How might that make comparisons easier?**"
41
 
42
  - **If no response:**
43
- "To convert a fraction to a decimal, **divide the numerator by the denominator**. You may want to use a **calculator** to ensure accuracy.
44
- For Section 1: **18 / 34 ≈ 0.53**
45
- For Section 2: **14 / 30 ≈ 0.47**
46
- What do you notice when you compare these values?"
47
 
48
  - **If incorrect:**
49
- "Hmm, let’s check again. **Dividing 18 / 34 gives approximately 0.53.** Try using a **calculator** to verify. What do you think the decimal for Section 2 would be?"
50
 
51
  - **If correct:**
52
- "That’s right! **Comparing 0.53 for Section 1 to 0.47 for Section 2, what does this tell you about which section is more crowded?**"
53
 
54
  ---
55
 
 
36
 
37
  ---
38
 
39
+ #### **Solution 3: Decimal Conversion (Now Asks Teachers to Calculate First)**
40
+ "Now, let’s take it one step further. **What happens if we convert these ratios into decimals?** How might that make comparisons easier?"
41
 
42
  - **If no response:**
43
+ "To convert a fraction to a decimal, **divide the numerator by the denominator**. **Try calculating the decimal form for both sections.**
44
+ - **What do you get for Section 1?** (*Hint: Divide 18 by 34*)
45
+ - **What do you get for Section 2?** (*Hint: Divide 14 by 30*)"
 
46
 
47
  - **If incorrect:**
48
+ "Hmm, let’s check again. **Dividing 18 ÷ 34 gives approximately 0.53.** Try using a **calculator** to verify. **What do you get for Section 2?**"
49
 
50
  - **If correct:**
51
+ "That’s right! **Now that we have 0.53 for Section 1 and 0.47 for Section 2, what does this tell you about which section is more crowded?**"
52
 
53
  ---
54