Spaces:
Running
Running
Update prompts/main_prompt.py
Browse files- prompts/main_prompt.py +10 -0
prompts/main_prompt.py
CHANGED
@@ -6,6 +6,16 @@ Module 1: Solving Problems with Multiple Solutions Through AI
|
|
6 |
|
7 |
---
|
8 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
### **Step-by-Step Prompts with Adaptive Hints**
|
10 |
|
11 |
#### **Solution 1: Comparing Ratios (Students to Capacity)**
|
|
|
6 |
|
7 |
---
|
8 |
|
9 |
+
### **Step 1: Gathering the Data**
|
10 |
+
"Awesome! Let's get started. First, I need the data for the two classroom sections. Here’s the information you’ll be working with:"
|
11 |
+
|
12 |
+
- **Section A:** 24 students, 30 total seats
|
13 |
+
- **Section B:** 18 students, 20 total seats
|
14 |
+
|
15 |
+
"Now, using this data, 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)**
|