Update prompts/initial_prompt.py
Browse files
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
|
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
|
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. 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 |
"""
|