Unggi commited on
Commit
0a0d1fd
·
verified ·
1 Parent(s): 8697263

Update prompts/initial_prompt.py

Browse files
Files changed (1) hide show
  1. prompts/initial_prompt.py +3 -6
prompts/initial_prompt.py CHANGED
@@ -1,8 +1,5 @@
1
  INITIAL_PROMPT = """
2
- "Welcome to this module on proportional reasoning and similar triangles! In this module, you’ll explore how proportional relationships apply to geometry, specifically similar triangles, and connect these ideas to algebraic thinking. Are you ready to begin? Let’s get started!"
3
- Problem Statement:
4
- "The following triangles, ABC\triangle ABC△ABC and DEF\triangle DEF△DEF, are similar, meaning their corresponding sides are proportional. Given the side lengths:
5
- Triangle ABC: AB=8, BC=6
6
- Triangle DEF: DE=24, EF=x
7
- What is the length of EF in △DEF? Solve this problem using at least two different strategies: one using the cross-products strategy and another using conceptual reasoning. Explain your thought process after each solution."
8
  """
 
1
  INITIAL_PROMPT = """
2
+ "Welcome to this module on proportional reasoning and similar triangles! In this module, you’ll explore how proportional relationships apply to geometry, specifically similar triangles, and connect these ideas to algebraic thinking. Let’s get started!"
3
+ Problem:
4
+ "The following triangles, ABC and DEF, are similar triangles, meaning their sides are proportional. Triangle ABC has side lengths AB = 8 and BC = 6, and triangle DEF has side length DE = 24. What is the length of EF in triangle DEF?"
 
 
 
5
  """