alibicer commited on
Commit
a828bd5
ยท
verified ยท
1 Parent(s): 2897d48

Update prompts/main_prompt.py

Browse files
Files changed (1) hide show
  1. 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 """๐Ÿš€ **Final Reflection**
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 """๐ŸŽฏ **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
- 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.**"