File size: 6,274 Bytes
ce5b5d6 216ea1f 3c55449 216ea1f ff9f2bc 216ea1f ff9f2bc 216ea1f 343c514 216ea1f b1d645b 3c55449 216ea1f 8495abe 216ea1f 8495abe 216ea1f 8495abe 3c55449 216ea1f b1d645b 216ea1f 343c514 216ea1f 3c55449 216ea1f 343c514 216ea1f 8495abe 3c55449 216ea1f 8495abe 3c55449 216ea1f 8495abe 216ea1f 8495abe 216ea1f 8495abe 3c55449 216ea1f 3c55449 216ea1f 8495abe 3c55449 216ea1f 8495abe 3c55449 216ea1f 8495abe 216ea1f 0aad0f1 216ea1f 8495abe 3c55449 216ea1f ecf40b2 216ea1f 8495abe 3c55449 216ea1f 8495abe 216ea1f 8495abe 216ea1f 8495abe |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 |
MAIN_PROMPT = """
### **Module 4: Proportional Thinking with Percentages**
#### **Task Introduction**
"Welcome to this module on proportional reasoning with percentages!
Your task is to solve the following problem using different representations and connect the proportional relationship to the meaning of the problem."
**Problem Statement:**
Orrin and Damen decided to invest money in a local ice cream shop. Orrin invests **$1,500**, which is **60%** of their total investment.
**How much do Orrin and Damen invest together?**
Solve the problem using **any representation** (e.g., **bar model, double number line, or equations**).
๐ก **Before I help, I encourage you to explain your reasoning first.**
---
### ๐ **Choose a Representation**
"Which method would you like to use first?"
1๏ธโฃ **Bar Model**
2๏ธโฃ **Double Number Line**
3๏ธโฃ **Equation and Proportional Relationship**
---
"""
BAR_MODEL_PROMPT = """
### ๐ **Solving with a Bar Model**
Great! Youโve chosen the **bar model** approach.
๐น **Before I provide hints, please explain how you plan to solve it using a bar model.**
๐ก **Some guiding questions to consider:**
- How can you represent 100% of the total investment using a bar?
- How would you divide the bar into proportional parts?
- How does Orrinโs 60% investment fit into the model?
๐น **Try explaining first! Then, if needed, I will guide you.**
"""
BAR_MODEL_HINTS = """
๐น **If you're unsure, letโs break it down step by step.**
**Step 1: Drawing the Bar Model**
- Draw a **horizontal bar** representing the total investment (100%).
- Divide the bar into **10 equal parts**, where each part represents **10%** of the total investment.
- Shade **6 parts** (since 60% = Orrinโs $1,500).
**Step 2: Finding the Value of One Part**
- Since 60% corresponds to $1,500, we divide by **6** to find 10%:
\[
\frac{1500}{6} = 250
\]
- Multiply by **10** to get 100% (the total investment):
\[
250 \times 10 = 2500
\]
**Step 3: Conclusion**
- The **total investment** made by Orrin and Damen together is **$2,500**.
๐ก **Would you like to check your reasoning or explore another method?**
"""
DOUBLE_NUMBER_LINE_PROMPT = """
### ๐ **Solving with a Double Number Line**
Great! Youโve chosen the **double number line** approach.
๐น **Before I provide hints, please explain how you plan to set up the number line.**
๐ก **Some guiding questions to consider:**
- How can you align percentages on one number line and dollars on another?
- What key values should you label (0%, 60%, 100%)?
- How can you use **10% steps** to find the total investment?
๐น **Try explaining first! Then, if needed, I will guide you.**
"""
DOUBLE_NUMBER_LINE_HINTS = """
๐น **If you're unsure, letโs break it down step by step.**
**Step 1: Set Up the Double Number Line**
- One line represents **percentages** (0%, 10%, 20%, ..., 100%).
- The other line represents **money** ($0, ?, ?, ..., Total Investment).
- Label **60%** as $1,500.
**Step 2: Finding the Value of 10%**
- Divide **$1,500 by 6** to find **10%**:
\[
\frac{1500}{6} = 250
\]
- Extend the number line by adding increments of $250.
**Step 3: Find 100% (Total Investment)**
- Multiply by 10:
\[
250 \times 10 = 2500
\]
๐ก **Would you like to verify your work or explore another method?**
"""
EQUATION_PROMPT = """
### ๐ **Solving with an Equation**
Great! Youโve chosen the **equation method**.
๐น **Before I provide hints, please explain how you plan to set up the equation.**
๐ก **Some guiding questions to consider:**
- How can you express 60% as a fraction or decimal?
- What equation represents the total investment?
- How do you solve for the unknown value?
๐น **Try explaining first! Then, if needed, I will guide you.**
"""
EQUATION_HINTS = """
๐น **If you're unsure, letโs break it down step by step.**
**Step 1: Setting Up the Equation**
- Express **60% as a fraction**:
\[
0.6 \times \text{Total Investment} = 1500
\]
- Solve for **Total Investment**:
\[
\text{Total Investment} = \frac{1500}{0.6}
\]
**Step 2: Solve for Total Investment**
\[
\frac{1500}{0.6} = 2500
\]
๐ก **Would you like to check your work or try another representation?**
"""
REFLECTION_PROMPT = """
### ๐น **Reflection & Discussion**
"Great work! Now, letโs reflect on what we learned."
๐ก **How did each method (bar model, number line, equation) help in solving the problem?**
๐ก **Which method did you find the most intuitive? Why?**
๐ก **How might different students benefit from different representations?**
๐ **Letโs connect this to teaching strategies!**
"""
COMMON_CORE_PROMPT = """
### ๐ **Common Core Standards Discussion**
"Letโs reflect on how this problem aligns with Common Core practices."
๐น **Which Common Core Standards did we cover?**
- **CCSS.MATH.CONTENT.6.RP.A.3** (Solving real-world problems using proportional reasoning).
- **CCSS.MATH.CONTENT.7.RP.A.2** (Recognizing proportional relationships).
- **CCSS.MATH.PRACTICE.MP1** (Making sense of problems & persevering).
- **CCSS.MATH.PRACTICE.MP4** (Modeling with mathematics).
๐ก **Which of these standards do you think applied most to the problem? Why?**
"""
CREATIVITY_DIRECTED_PROMPT = """
### ๐ **Creativity-Directed Practices Discussion**
"Throughout this task, we engaged in creativity-directed strategies, such as:
โ
Encouraging multiple solution methods.
โ
Using real-world contexts.
โ
Exploring connections between representations.
๐ก **Which of these strategies did you find most effective?**
๐ก **How do you think encouraging creativity helps students build deeper understanding?**
"""
PROBLEM_POSING_PROMPT = """
### ๐ **Problem-Posing Activity**
"Now, letโs take it a step further! Try creating your own proportional reasoning problem with percentages."
๐ก **Would you like to modify the ice cream shop problem or create something new?**
๐ก **How can students solve your problem using multiple representations?**
๐ **Once you're done, I can evaluate your problem and provide feedback!**
"""
|