alibicer commited on
Commit
de0457f
·
verified ·
1 Parent(s): 3be694e

Update prompts/initial_prompt.py

Browse files
Files changed (1) hide show
  1. prompts/initial_prompt.py +6 -11
prompts/initial_prompt.py CHANGED
@@ -1,12 +1,7 @@
1
- ### 🚀 INITIAL PROMPT ###
2
  INITIAL_PROMPT = """
3
- Hello and welcome to the **AI-Guided Math PD Chatbot!** 🎉
4
- This chatbot is designed to guide you through professional development for math teachers.
5
-
6
- 💡 **How to use this chatbot:**
7
- - **Ask questions** about proportional reasoning and problem types.
8
- - **Solve math problems** interactively.
9
- - **Receive step-by-step feedback** on your reasoning.
10
-
11
- 👉 **Let’s start with the first module!** Type anything to begin!
12
- """
 
 
1
  INITIAL_PROMPT = """
2
+ "Welcome to this module on proportional reasoning problem types! Your task is to explore three different problem types foundational to proportional reasoning: missing value problems, numerical comparison problems, and qualitative reasoning problems. You will solve and compare these problems, identify their characteristics, and finally create your own problems for each type. Let’s get started!"
3
+ "Here are the three problems to investigate. Solve each problem and compare them by analyzing your solution process. Consider how they are similar and different."
4
+ Problem 1: The scale on a map is 2 centimeters represents 25 miles. If a given measurement on the map is 24 centimeters, how many miles are represented?
5
+ Problem 2: Ali and Ahmet purchased pencils. Ali bought 10 pencils for $3.50, and Ahmet purchased 5 pencils for $1.80. Who got the better deal?
6
+ Problem 3: Kim is making paint to use in art class. Yesterday, she mixed white and red paint together. Today, she used more red paint and the same amount of white paint to make her mixture. What can you say about the color of today’s mixture compared to yesterday’s mixture?
7
+ """