Unggi commited on
Commit
26f944e
·
verified ·
1 Parent(s): d6d9679

Update prompts/initial_prompt.py

Browse files
Files changed (1) hide show
  1. prompts/initial_prompt.py +2 -2
prompts/initial_prompt.py CHANGED
@@ -1,5 +1,5 @@
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 both 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 ¼ 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 first and then apply a procedural approach to verify your solution.
5
  """
 
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
  """