Unggi commited on
Commit
ef12e7b
·
verified ·
1 Parent(s): 79a5684

Update prompts/initial_prompt.py

Browse files
Files changed (1) hide show
  1. prompts/initial_prompt.py +3 -3
prompts/initial_prompt.py CHANGED
@@ -1,6 +1,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 guide students in developing efficient strategies after building conceptual understanding."
3
- Problem Statement:
4
- "Ali is planning an end-of-semester party for 60 pre-service teachers. He decides to make a fruit punch using 1 and ½ ​ 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
  """
 
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. Youll 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
  """