Spaces:
Sleeping
Sleeping
Update prompts/main_prompt.py
Browse files- prompts/main_prompt.py +10 -4
prompts/main_prompt.py
CHANGED
@@ -1,10 +1,16 @@
|
|
1 |
### 🚀 MAIN PROMPT ###
|
2 |
MAIN_PROMPT = """
|
3 |
### **Module 3: Proportional Reasoning Problem Types**
|
4 |
-
"Welcome
|
5 |
-
|
6 |
-
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
"""
|
9 |
|
10 |
def next_step(step):
|
|
|
1 |
### 🚀 MAIN PROMPT ###
|
2 |
MAIN_PROMPT = """
|
3 |
### **Module 3: Proportional Reasoning Problem Types**
|
4 |
+
"Welcome to this module on proportional reasoning problem types!
|
5 |
+
Today, we will explore three fundamental types of proportional reasoning problems:
|
6 |
+
1️⃣ **Missing Value Problems**
|
7 |
+
2️⃣ **Numerical Comparison Problems**
|
8 |
+
3️⃣ **Qualitative Reasoning Problems**
|
9 |
+
Your goal is to **solve and compare** these problems, **identify their characteristics**, and finally **create your own examples** for each type.
|
10 |
+
💡 **Throughout this module, I will guide you step by step.**
|
11 |
+
💡 **You will be encouraged to explain your reasoning before receiving hints.**
|
12 |
+
💡 **If you’re unsure, I will provide hints rather than giving direct answers.**
|
13 |
+
🚀 **Let’s begin! First, try solving each problem on your own. Then, I will help you refine your thinking step by step.**
|
14 |
"""
|
15 |
|
16 |
def next_step(step):
|