Spaces:
Sleeping
Sleeping
Update prompts/main_prompt.py
Browse files- prompts/main_prompt.py +2 -5
prompts/main_prompt.py
CHANGED
@@ -149,7 +149,7 @@ So, **Ali got the better deal!**"
|
|
149 |
"""
|
150 |
|
151 |
elif step == 15:
|
152 |
-
return """
|
153 |
"Before we wrap up, letโs reflect!"
|
154 |
|
155 |
- "Which problem type was the most challenging? Why?"
|
@@ -158,11 +158,8 @@ So, **Ali got the better deal!**"
|
|
158 |
"""
|
159 |
|
160 |
elif step == 16:
|
161 |
-
return """
|
162 |
"Great job today! Would you like to explore additional examples or discuss how to use these strategies in the classroom?"
|
163 |
"""
|
164 |
|
165 |
-
elif step == 20:
|
166 |
-
return """๐ **You've completed the module! Would you like to review anything again?**"""
|
167 |
-
|
168 |
return "๐ **End of module! Thanks for participating.**"
|
|
|
149 |
"""
|
150 |
|
151 |
elif step == 15:
|
152 |
+
return """๐ฏ **Final Reflection**
|
153 |
"Before we wrap up, letโs reflect!"
|
154 |
|
155 |
- "Which problem type was the most challenging? Why?"
|
|
|
158 |
"""
|
159 |
|
160 |
elif step == 16:
|
161 |
+
return """๐ **Final Encouragement**
|
162 |
"Great job today! Would you like to explore additional examples or discuss how to use these strategies in the classroom?"
|
163 |
"""
|
164 |
|
|
|
|
|
|
|
165 |
return "๐ **End of module! Thanks for participating.**"
|