Unggi commited on
Commit
04cbd14
·
verified ·
1 Parent(s): f9a0772

Update prompts/initial_prompt.py

Browse files
Files changed (1) hide show
  1. prompts/initial_prompt.py +3 -1
prompts/initial_prompt.py CHANGED
@@ -1,3 +1,5 @@
1
  INITIAL_PROMPT = """
2
- Welcome to this professional development series! Are you ready to begin? In this first module, we will explore how to solve problems with multiple solutions, emphasizing creativity-directed practices. Let's get started!
 
 
3
  """
 
1
  INITIAL_PROMPT = """
2
+ "Welcome to this professional development series! Are you ready to begin? In this first module, we will explore how to solve problems with multiple solutions, emphasizing creativity-directed practices. Let's get started!"
3
+ Task:
4
+ A course taught by Dr. Bicer was divided into two sections. The first section had a classroom capacity of 34, with 18 students registered. The second section had a classroom capacity of 30, with 14 students registered. Which section was more crowded? Solve the problem using as many different methods as possible and explain your reasoning after each solution.
5
  """