Unggi commited on
Commit
844f5d4
·
verified ·
1 Parent(s): ce5b5d6

Update prompts/initial_prompt.py

Browse files
Files changed (1) hide show
  1. prompts/initial_prompt.py +3 -4
prompts/initial_prompt.py CHANGED
@@ -1,6 +1,5 @@
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 visualization in proportional reasoning! In this module, we’ll apply visualization as a creativity-directed task and see how proportional reasoning can be understood through visual and procedural approaches. Let’s get started with the first problem."
3
+ Problem:
4
+ "Ali is on a diet and goes into a shop to buy some turkey slices. He is given 3 slices, which together weigh 1/3 of a pound, but his diet says that he is allowed to eat only 1/4 of a pound. How much of the 3 slices he bought can he eat while staying true to his diet? Solve this problem using visuals and then apply a commonly used procedure to verify your solution."
 
5
  """