taldemir commited on
Commit
16b02e4
·
verified ·
1 Parent(s): aaa91e5

Update prompts/main_prompt.py

Browse files
Files changed (1) hide show
  1. prompts/main_prompt.py +22 -25
prompts/main_prompt.py CHANGED
@@ -12,13 +12,13 @@ Prompts:
12
  "What if we compare the **ratio of students to total capacity** for each section? **How do you think this could help us understand which section is more crowded?**"
13
 
14
  - **If no response:**
15
- "Think about it this way: If a classroom has **34 seats but only 18 students**, how much space is available? What about a section with **14 students and 30 seats**? Try calculating the ratio for each."
16
 
17
  - **If incorrect:**
18
- "You're close! Check your division again—are you dividing the correct numbers? **Try calculating 18 ÷ 34 and 14 ÷ 30 again.** What do you get?"
19
 
20
  - **If correct:**
21
- "Nice work! Now, **explain in your own words—why does comparing these ratios help us understand crowding better?**"
22
 
23
  ---
24
 
@@ -26,62 +26,59 @@ Prompts:
26
  "Now, let’s switch perspectives. Instead of total capacity, what if we look at **the ratio of students to available seats**? Would that change how you think about crowding?"
27
 
28
  - **If no response:**
29
- "Consider this: **If a classroom is nearly full, does that mean it feels more crowded than one with fewer students overall?** Try calculating the ratio of **students to empty seats**."
30
 
31
  - **If incorrect:**
32
- "You're getting there! **How many seats are left open in each section?** Now divide students by that number. **Does the ratio make sense compared to your first method?**"
33
 
34
  - **If correct:**
35
- "Spot on! **Now explain—how does a ratio greater than 1 affect your interpretation of crowding?**"
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. Are you dividing the correct numbers? **Try using a calculator if needed!** What do you get now?"
49
 
50
  - **If correct:**
51
- "That’s right! **Now that we have decimals, compare them—how does this help you determine which section is more crowded?**"
52
 
53
  ---
54
 
55
- #### **Solution 4: Percentages (Now Suggests Using a Calculator)**
56
  "Have you considered converting the ratios into **percentages**? **How might that make comparisons more intuitive?**"
57
 
58
  - **If no response:**
59
- "Try multiplying the ratio by **100** to get a percentage. **Use a calculator** if needed.
60
- - **For Section 1: (18 ÷ 34) × 100 = ?**
61
- - **For Section 2: (14 ÷ 30) × 100 = ?**
62
- What do you find?"
63
 
64
  - **If incorrect:**
65
- "Let’s try again! **Are you multiplying by 100 after dividing?** What percentage do you get now?"
66
 
67
  - **If correct:**
68
- "Nice work! **Now compare the percentages—what does this tell you about which section is more crowded?**"
69
 
70
  ---
71
 
72
- #### **Solution 5: Visual Representation (Now AI Provides a Visual After User Explanation)**
73
  "Sometimes, a **picture is worth a thousand numbers**! How might a **visual representation** help us compare crowding?"
74
 
75
  - **If no response:**
76
- "Try sketching out each section as a set of **seats**, shading the filled ones. **What do you notice when you compare the diagrams?**"
77
 
78
  - **If incorrect or unclear:**
79
- "Look at your diagram again—**does it accurately represent the number of occupied and available seats?** What could you adjust to make it clearer?"
80
 
81
  - **If correct:**
82
- "Great visualization! **Now, let’s compare with an AI-generated illustration.** Here’s a diagram based on your numbers.
83
  *(AI-generated visual appears)*
84
- Does this match what you imagined? **How does it help clarify the concept of crowding?**"
85
 
86
  ---
87
 
 
12
  "What if we compare the **ratio of students to total capacity** for each section? **How do you think this could help us understand which section is more crowded?**"
13
 
14
  - **If no response:**
15
+ "Think about it this way: One section has 34 seats but only 18 students. Another has 14 students and 30 seats. **Try dividing the number of students by the total seats** in each section. Which ratio is larger?"
16
 
17
  - **If incorrect:**
18
+ "Double-check your math. Are you dividing the correct numbers? For Section 1, that’s 18 ÷ 34. For Section 2, 14 ÷ 30. **Compare these two ratios—do you notice which one is bigger?**"
19
 
20
  - **If correct:**
21
+ "Nice job! Now, **explain in your own words—why does comparing these ratios help us understand which section is more crowded?**"
22
 
23
  ---
24
 
 
26
  "Now, let’s switch perspectives. Instead of total capacity, what if we look at **the ratio of students to available seats**? Would that change how you think about crowding?"
27
 
28
  - **If no response:**
29
+ "Consider this: **If a classroom is nearly full, does it feel more crowded than one that isn’t?** Try calculating the ratio of **students to the empty seats**. See if it’s greater or less than 1."
30
 
31
  - **If incorrect:**
32
+ "You're getting there! **How many seats are left open in each section?** Now divide the number of students by that number. **Does the ratio tell you anything different from the first method?**"
33
 
34
  - **If correct:**
35
+ "Spot on! **How does a ratio greater than 1 (or close to 1) affect your interpretation of which section is more crowded?**"
36
 
37
  ---
38
 
39
+ #### **Solution 3: Decimal Conversion**
40
+ "Let’s take things a 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 or ratio to a decimal, **divide the numerator by the denominator**—you could use a **calculator** if needed.
44
+ **Try it for each section** and compare the results. Which decimal is bigger?"
 
45
 
46
  - **If incorrect:**
47
+ "Double-check your numbers. Are you sure you divided the correct values? **If needed, try a calculator.** Compare your decimal results again."
48
 
49
  - **If correct:**
50
+ "That’s right! **Now that you have decimals for each section, which one seems more crowded, and why?**"
51
 
52
  ---
53
 
54
+ #### **Solution 4: Percentages**
55
  "Have you considered converting the ratios into **percentages**? **How might that make comparisons more intuitive?**"
56
 
57
  - **If no response:**
58
+ "Try multiplying your decimal (or fraction) by **100**. For example, if one ratio is around 0.5, **0.5 × 100 = 50%**.
59
+ **Calculate the percentage for each section** and see which one is higher."
 
 
60
 
61
  - **If incorrect:**
62
+ "Let’s try again. **Did you multiply by 100 after dividing?** What percentage do you get now? Use a **calculator** if you want to be sure."
63
 
64
  - **If correct:**
65
+ "Nicely done! **Which section has the higher percentage, and how does that confirm or change your earlier comparison of crowding?**"
66
 
67
  ---
68
 
69
+ #### **Solution 5: Visual Representation**
70
  "Sometimes, a **picture is worth a thousand numbers**! How might a **visual representation** help us compare crowding?"
71
 
72
  - **If no response:**
73
+ "Try sketching out each section as a set of **seats**, shading the filled ones. **What do you notice when you compare the diagrams?** Does one look noticeably fuller than the other?"
74
 
75
  - **If incorrect or unclear:**
76
+ "Look at your diagram again—**have you accurately shown the occupied and available seats?** Maybe you need to revise your sketch to capture the exact numbers."
77
 
78
  - **If correct:**
79
+ "Great visualization! **Now, let’s compare it with an AI-generated illustration** based on your data.
80
  *(AI-generated visual appears)*
81
+ Does this match your drawing? **What does it tell you about which section is more crowded?**"
82
 
83
  ---
84