Update prompts/main_prompt.py
Browse files- prompts/main_prompt.py +4 -0
prompts/main_prompt.py
CHANGED
|
@@ -27,6 +27,7 @@ Follow-up Prompts:
|
|
| 27 |
- What is the total distance Ali travels at 25 mph for 3 hours?
|
| 28 |
- If the distance remains the same, what happens when his speed increases?
|
| 29 |
- How does this affect the relationship between speed and time?
|
|
|
|
| 30 |
"""
|
| 31 |
|
| 32 |
elif problem_number == "2":
|
|
@@ -42,6 +43,8 @@ Follow-up Prompts:
|
|
| 42 |
- How much does Tugce pay for 30 texts?
|
| 43 |
- How would the bill change if she sent 60 texts?
|
| 44 |
- Does the bill start from zero, or does it have a fixed cost?
|
|
|
|
|
|
|
| 45 |
"""
|
| 46 |
|
| 47 |
elif problem_number == "3":
|
|
@@ -58,6 +61,7 @@ Follow-up Prompts:
|
|
| 58 |
- If Ali had run 3 miles while Deniz had run 2 miles, how much more does Ali run compared to Deniz?
|
| 59 |
- Now, when Ali reaches 6 miles, what pattern do you notice in their distances?
|
| 60 |
- Can you explain why this is an additive relationship rather than a proportional one?
|
|
|
|
| 61 |
"""
|
| 62 |
|
| 63 |
return "I didn’t understand your choice. Please select Problem 1, 2, or 3."
|
|
|
|
| 27 |
- What is the total distance Ali travels at 25 mph for 3 hours?
|
| 28 |
- If the distance remains the same, what happens when his speed increases?
|
| 29 |
- How does this affect the relationship between speed and time?
|
| 30 |
+
- Would you like to move on to Problem 2 now, or discuss more about Problem 1?
|
| 31 |
"""
|
| 32 |
|
| 33 |
elif problem_number == "2":
|
|
|
|
| 43 |
- How much does Tugce pay for 30 texts?
|
| 44 |
- How would the bill change if she sent 60 texts?
|
| 45 |
- Does the bill start from zero, or does it have a fixed cost?
|
| 46 |
+
- Do you see why this relationship is non-proportional?
|
| 47 |
+
- Would you like to attempt solving it yourself before I provide guidance?
|
| 48 |
"""
|
| 49 |
|
| 50 |
elif problem_number == "3":
|
|
|
|
| 61 |
- If Ali had run 3 miles while Deniz had run 2 miles, how much more does Ali run compared to Deniz?
|
| 62 |
- Now, when Ali reaches 6 miles, what pattern do you notice in their distances?
|
| 63 |
- Can you explain why this is an additive relationship rather than a proportional one?
|
| 64 |
+
- Would you like to attempt solving it yourself before I provide guidance?
|
| 65 |
"""
|
| 66 |
|
| 67 |
return "I didn’t understand your choice. Please select Problem 1, 2, or 3."
|