Unggi commited on
Commit
9af43d0
·
verified ·
1 Parent(s): ce5b5d6

Update prompts/initial_prompt.py

Browse files
Files changed (1) hide show
  1. prompts/initial_prompt.py +5 -4
prompts/initial_prompt.py CHANGED
@@ -1,6 +1,7 @@
1
  INITIAL_PROMPT = """
2
- Welcome to this module on proportional reasoning and creativity in mathematics! \
3
- Your goal is to determine which section is more crowded based on the classroom data provided. \
4
- Try to use as many methods as possible and explain your reasoning after each solution. \
5
- Let’s begin!
 
6
  """
 
1
  INITIAL_PROMPT = """
2
+ "Welcome to this module on understanding non-proportional relationships! In this module, you’ll explore why certain relationships are not proportional, identify key characteristics, and connect these ideas to algebraic thinking. Let’s dive into some problems to analyze!"
3
+ Problems:
4
+ Problem 1: Ali drives at an average rate of 25 miles per hour for 3 hours to get to his house from work. How long will it take him if he is able to average 50 miles per hour?
5
+ Problem 2: Tugce’s cell phone service charges her $22.50 per month for phone service, plus $0.35 for each text she sends or receives. Last month, she sent or received 30 texts, and her bill was $33. How much will she pay if she sends or receives 60 texts this month?
6
+ Problem 3: Ali and Deniz both go for a run. When they run, both run at the same rate. Today, they started at different times. Ali had run 3 miles when Deniz had run 2 miles. How many miles had Deniz run when Ali had run 6 miles?
7
  """