Unggi commited on
Commit
1949a64
·
verified ·
1 Parent(s): ce5b5d6

Update prompts/initial_prompt.py

Browse files
Files changed (1) hide show
  1. prompts/initial_prompt.py +4 -4
prompts/initial_prompt.py CHANGED
@@ -1,6 +1,6 @@
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 proportional reasoning and the development of efficient mathematical procedures! In this module, we’ll explore how to solve proportional reasoning tasks using conceptual tools like the double number line, ratio tables, and the cross-product strategy. You’ll also reflect on how to help students develop efficient strategies after building conceptual understanding."
3
+ Problem:
4
+ "Ali is planning an end-of-semester party for 60 pre-service teachers. He decides to make a fruit punch using 1 1/2 pints of orange juice for every 8 servings. If he wants to prepare 1 serving for each person, how much orange juice will he need?"
5
+ "Start by solving this problem using the double number line method and one additional strategy of your choice. Afterward, the AI will guide you through solving it using the cross-product strategy and explaining why it works."
6
  """