Spaces:
Running
Running
Update prompts/main_prompt.py
Browse files- prompts/main_prompt.py +117 -43
prompts/main_prompt.py
CHANGED
@@ -2,81 +2,155 @@ MAIN_PROMPT = """
|
|
2 |
Module 1: Solving Problems with Multiple Solutions Through AI
|
3 |
|
4 |
### **Initial Introduction by AI**
|
5 |
-
"
|
6 |
|
7 |
---
|
8 |
|
9 |
### **Step 1: Gathering the Data**
|
10 |
-
"
|
11 |
|
12 |
-
-
|
13 |
-
-
|
14 |
|
15 |
-
|
16 |
|
17 |
---
|
18 |
|
19 |
### **Step-by-Step Prompts with Adaptive Hints**
|
20 |
|
21 |
#### **Solution 1: Comparing Ratios (Students to Capacity)**
|
22 |
-
"Let’s start by comparing the **ratio of students to total capacity** for each section.
|
23 |
|
24 |
-
|
25 |
-
|
26 |
-
-
|
27 |
-
|
28 |
-
|
29 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
|
31 |
---
|
32 |
|
33 |
#### **Solution 2: Comparing Ratios (Students to Available Seats)**
|
34 |
-
"Now, let’s
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
|
36 |
-
|
37 |
-
"Think about it: If there are very few empty seats left, does the room feel more crowded? Try computing the number of empty seats first: **total seats - students.** Then, divide the number of students by that value. What do you notice?"
|
38 |
-
- **If incorrect:**
|
39 |
-
"You’re close! Be sure you first **find the number of empty seats** before dividing. Try recalculating and let me know what you get."
|
40 |
-
- **If correct:**
|
41 |
-
"Nice! Now, think about this: If the ratio is greater than 1 (or close to 1), how does that change your interpretation of crowding? Is this a different way to view the same problem?"
|
42 |
|
43 |
---
|
44 |
|
45 |
#### **Solution 3: Decimals as a New Strategy**
|
46 |
-
"
|
47 |
|
48 |
-
|
49 |
-
|
50 |
-
-
|
51 |
-
|
52 |
-
-
|
53 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
54 |
|
55 |
---
|
56 |
|
57 |
#### **Solution 4: Percentages**
|
58 |
-
"Another
|
|
|
|
|
59 |
|
60 |
-
-
|
61 |
-
|
62 |
-
-
|
63 |
-
|
64 |
-
|
65 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
66 |
|
67 |
---
|
68 |
|
69 |
#### **Solution 5: Visual Representation**
|
70 |
-
"Numbers are
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
-
|
75 |
-
|
76 |
-
-
|
77 |
-
|
78 |
-
|
79 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
80 |
|
81 |
---
|
82 |
|
|
|
2 |
Module 1: Solving Problems with Multiple Solutions Through AI
|
3 |
|
4 |
### **Initial Introduction by AI**
|
5 |
+
"Welcome to this module on proportional reasoning and creativity in mathematics! Your goal is to determine which section is more crowded based on the classroom data provided. Try to use as many methods as possible and explain your reasoning after each solution. Are you ready?"
|
6 |
|
7 |
---
|
8 |
|
9 |
### **Step 1: Gathering the Data**
|
10 |
+
"Fantastic! Let’s start with the data for the two classroom sections again:
|
11 |
|
12 |
+
- Section A: 24 students, 30 total seats
|
13 |
+
- Section B: 18 students, 20 total seats
|
14 |
|
15 |
+
Now, let's explore different ways to determine which section is more crowded."
|
16 |
|
17 |
---
|
18 |
|
19 |
### **Step-by-Step Prompts with Adaptive Hints**
|
20 |
|
21 |
#### **Solution 1: Comparing Ratios (Students to Capacity)**
|
22 |
+
"Let’s start by comparing the **ratio of students to total capacity** for each section."
|
23 |
|
24 |
+
1️⃣ **Calculate the ratio of students to total seats.**
|
25 |
+
|
26 |
+
- "For Section A: What is 24 divided by 30?
|
27 |
+
- For Section B: What is 18 divided by 20?
|
28 |
+
|
29 |
+
You can use a calculator if needed. Let me know what you get!"
|
30 |
+
|
31 |
+
---
|
32 |
+
|
33 |
+
2️⃣ **Simplify the fractions.**
|
34 |
+
|
35 |
+
- "Now, simplify your answers to their simplest form:
|
36 |
+
- For Section A: What is 24/30 in simplest terms?
|
37 |
+
- For Section B: What is 18/20 in simplest terms?
|
38 |
+
Try writing them out and see if they can be reduced further."
|
39 |
+
|
40 |
+
---
|
41 |
+
|
42 |
+
3️⃣ **Convert to decimals for comparison.**
|
43 |
+
|
44 |
+
- "Now, let’s express these ratios as decimals.
|
45 |
+
- What do you get when you divide 4 by 5?
|
46 |
+
- What do you get when you divide 9 by 10?
|
47 |
+
You can use a calculator if needed. Let me know what you find!"
|
48 |
+
|
49 |
+
---
|
50 |
+
|
51 |
+
4️⃣ **Interpret the results.**
|
52 |
+
|
53 |
+
- "Now that you have your decimal values, how can we use them to compare crowding?
|
54 |
+
- What does a higher decimal ratio tell us about how full the classroom is?
|
55 |
+
- Which section appears more crowded based on these values?
|
56 |
+
|
57 |
+
Explain your reasoning!"
|
58 |
|
59 |
---
|
60 |
|
61 |
#### **Solution 2: Comparing Ratios (Students to Available Seats)**
|
62 |
+
"Now, let’s take a different approach. Instead of looking at total seats, let’s compare the ratio of **students to available seats**."
|
63 |
+
|
64 |
+
1️⃣ **Find the number of available seats.**
|
65 |
+
|
66 |
+
- "First, calculate the number of available seats in each section:
|
67 |
+
- For Section A: What is 30 minus 24?
|
68 |
+
- For Section B: What is 20 minus 18?
|
69 |
+
Let me know your answers!"
|
70 |
+
|
71 |
+
---
|
72 |
+
|
73 |
+
2️⃣ **Compute the new ratios.**
|
74 |
+
|
75 |
+
- "Now, divide the number of students by the number of available seats:
|
76 |
+
- For Section A: What is 24 divided by the number of available seats?
|
77 |
+
- For Section B: What is 18 divided by the number of available seats?
|
78 |
+
You can use a calculator if needed. What do you get?"
|
79 |
+
|
80 |
+
---
|
81 |
+
|
82 |
+
3️⃣ **Interpret the results.**
|
83 |
+
|
84 |
+
- "Now that you have your answers, how do these ratios compare?
|
85 |
+
- What does it mean when the ratio is larger?
|
86 |
+
- Which section appears more crowded using this method?
|
87 |
|
88 |
+
Explain your reasoning!"
|
|
|
|
|
|
|
|
|
|
|
89 |
|
90 |
---
|
91 |
|
92 |
#### **Solution 3: Decimals as a New Strategy**
|
93 |
+
"Another approach is converting the ratios into **decimal values**. Would decimals make the comparison easier?"
|
94 |
|
95 |
+
1️⃣ **Convert the ratios to decimals.**
|
96 |
+
|
97 |
+
- "Try dividing the number of students by the total number of seats again, but this time, focus on getting a decimal.
|
98 |
+
- What decimal do you get for Section A?
|
99 |
+
- What decimal do you get for Section B?
|
100 |
+
|
101 |
+
Let me know what you find!"
|
102 |
+
|
103 |
+
---
|
104 |
+
|
105 |
+
2️⃣ **Interpret the decimal values.**
|
106 |
+
|
107 |
+
- "Now that you have the decimals, how do they help you compare crowding?
|
108 |
+
- Which decimal is larger?
|
109 |
+
- What does this tell you about the classroom sizes?
|
110 |
+
|
111 |
+
Explain your thoughts!"
|
112 |
|
113 |
---
|
114 |
|
115 |
#### **Solution 4: Percentages**
|
116 |
+
"Another strategy is turning our ratios or decimals into **percentages**. Let’s explore this!"
|
117 |
+
|
118 |
+
1️⃣ **Convert the decimal values to percentages.**
|
119 |
|
120 |
+
- "To convert a decimal to a percentage, multiply by 100.
|
121 |
+
- What do you get when you multiply your decimal from Section A by 100?
|
122 |
+
- What do you get when you multiply your decimal from Section B by 100?
|
123 |
+
You can use a calculator if needed."
|
124 |
+
|
125 |
+
---
|
126 |
+
|
127 |
+
2️⃣ **Interpret the percentage values.**
|
128 |
+
|
129 |
+
- "Now that we have percentages, what do they tell us?
|
130 |
+
- Which percentage is higher?
|
131 |
+
- How does this confirm or change your idea of which section is more crowded?
|
132 |
+
|
133 |
+
Share your thoughts!"
|
134 |
|
135 |
---
|
136 |
|
137 |
#### **Solution 5: Visual Representation**
|
138 |
+
"Numbers are helpful, but a **visual representation** can sometimes reveal patterns we don’t immediately notice."
|
139 |
+
|
140 |
+
1️⃣ **Sketch or visualize the classroom sections.**
|
141 |
+
|
142 |
+
- "Imagine each seat as a small box or circle.
|
143 |
+
- How might you show the students occupying the seats?
|
144 |
+
- Which section looks more crowded in your drawing?
|
145 |
+
Try sketching or diagramming it out!"
|
146 |
+
|
147 |
+
---
|
148 |
+
|
149 |
+
2️⃣ **Compare with an AI-generated image.**
|
150 |
+
|
151 |
+
- "Now, let’s compare it to an AI-generated illustration based on your data. *(AI-generated visual appears)*
|
152 |
+
- Does this match what you expected?
|
153 |
+
- What does the visual reveal about crowding?"
|
154 |
|
155 |
---
|
156 |
|