Lesson 18

Lesson 18

45 min
September 7, 2026
Step 1 of 6

Chapter 1

Why Prompting for Education Is Different

Most people use AI to get an answer. But when you prompt for educational content, you are not asking for an answer — you are asking for a learning path. The difference is enormous. A generic prompt like "explain photosynthesis" will give you a Wikipedia-style paragraph: dense, jargon-heavy, and useless for a 10-year-old. The same prompt aimed at a college freshman would be too shallow. The same prompt aimed at a medical student would be dangerously oversimplified.

The real problem is that AI models default to a "one-size-fits-all" register. They assume an average adult reader with average background knowledge. That assumption is almost always wrong in education. A teacher, a parent, a tutor, or a self-learner needs content tuned to a specific age, a specific prior-knowledge level, and a specific learning goal. Without explicit constraints, you get content that is either too hard, too easy, or — worst of all — technically correct but pedagogically useless because it does not build understanding step by step.

This chapter teaches you how to write prompts that produce genuinely instructional output: explanations that respect the learner's current mental model, quizzes that test understanding rather than recall, and tutorials that sequence steps in a way a beginner can actually follow. These are not "nice-to-have" refinements. They are the difference between an AI that regurgitates facts and an AI that teaches.

The Three Pillars of Educational Prompting

Before we look at a full worked example, understand the three structural elements every educational prompt must contain. Missing any one of them will degrade the output.

1. Audience Specification

You must state the learner's age, grade level, or prior knowledge — and you must be specific. "For a 10-year-old" is better than "for a child," but "for a 10-year-old who has never heard of cells but knows that plants need sunlight and water" is far better still. The model uses this to choose vocabulary, sentence length, and the number of analogies it deploys.

2. Output Structure

Do not let the model decide how to organize the explanation. Tell it exactly what sections you want. For an explanation, that might be: (a) a one-sentence plain-language summary, (b) an analogy, (c) the core mechanism broken into 3–5 numbered steps, (d) a common misconception addressed. For a quiz, specify the number of questions, the types (multiple choice, true/false, short answer), and whether you want an answer key with explanations.

3. Constraint on Language and Length

Educational content fails when it is verbose or uses unexplained terms. Set explicit constraints: "maximum 150 words per section," "no word longer than three syllables unless you define it immediately," "use only words a 10-year-old would know from everyday conversation." These constraints force the model to simplify rather than pad.

Worked Example: Explaining Photosynthesis to a 10-Year-Old

Let us build a prompt step by step. We will use ChatGPT (GPT-4 or later) as the reference tool, but the same structure works in Claude, Gemini, or any other capable model. The goal: explain photosynthesis to a 10-year-old and generate a short quiz.

Step 1: Write the Naive Prompt (and See Why It Fails)

Here is what most people type:

Explain photosynthesis.

Run that. You will get something like: "Photosynthesis is the process by which green plants and certain other organisms transform light energy into chemical energy. During photosynthesis in green plants, light energy is captured and used to convert water, carbon dioxide, and minerals into oxygen and energy-rich organic compounds."

That is accurate. It is also useless for a 10-year-old. The sentence structure is complex, the vocabulary ("organic compounds," "transform," "captured") is beyond a typical fourth-grader, and there is no hook, no analogy, no step-by-step logic. The model gave you a dictionary definition because you did not tell it who the reader was.

Step 2: Add the Audience and Structure

Now rewrite the prompt with the three pillars in place:

You are an elementary school science teacher. Explain photosynthesis to a 10-year-old who is in 4th grade and has never studied biology. The child knows that plants need water and sunlight to grow, but does not know what a cell is.

Structure your answer exactly as follows:

1. One-sentence summary: Explain what photosynthesis does, using only words a 4th grader knows.
2. Analogy: Compare photosynthesis to something the child already understands (e.g., cooking, building, charging a battery). Make the analogy explicit — name the part of the process that matches each part of the analogy.
3. The steps: Break the process into exactly 4 numbered steps. Each step must be one or two short sentences. Use the words "sunlight," "water," "air," "sugar," and "oxygen" at least once.
4. A common mistake: Tell the child one thing that many people get wrong about photosynthesis (for example, that plants eat soil). Explain why it is wrong in one sentence.

Rules:
- Maximum 200 words total.
- Do not use the words "cellular," "chloroplast," "chlorophyll," "molecule," or "chemical."
- Use short sentences. No sentence longer than 15 words.
- End with a question that makes the child curious about the next topic.

Notice what we did. We gave the model a role (elementary science teacher), a precise audience (10-year-old, 4th grade, no biology background, but knows plants need water and sunlight), a mandatory structure (four named sections), and hard constraints (word count, banned vocabulary, sentence length). This is not a "trick." It is the difference between asking a stranger to explain something and briefing a substitute teacher who has never met your class.

Step 3: Run It and Evaluate

Here is a representative output from GPT-4 with that prompt:

1. Photosynthesis is how a plant makes its own food using sunlight, water, and air.

2. Think of a plant like a chef in a kitchen. The sunlight is the stove — it provides the heat to cook. The water from the roots is the ingredients you wash and prepare. The air (carbon dioxide) is the spice you add. The finished dish is sugar, which the plant eats for energy. The steam that escapes while cooking is the oxygen the plant lets out for us to breathe.

3. Here are the 4 steps:
   Step 1: The plant's roots drink water from the soil.
   Step 2: The leaves catch sunlight.
   Step 3: The plant takes in air through tiny holes in the leaves.
   Step 4: Using the sunlight as power, the plant mixes the water and air to make sugar. It breathes out oxygen as a leftover.

4. A common mistake: Many people think plants eat soil. They do not. The soil holds the plant up and gives it water and minerals, but the plant makes its own food from sunlight, water, and air.

Question for you: If a plant is kept in a dark closet, what do you think happens to its food-making? Why?

This is genuinely teachable. The analogy is concrete and maps cleanly (stove = sunlight, ingredients = water, spice = air, dish = sugar, steam = oxygen). The steps are sequential and short. The misconception is addressed. The closing question invites the child to predict, which is a far better learning technique than passive reading.

Step 4: Generate the Quiz

Now, in a separate prompt (or the same conversation), ask for the quiz. Do not ask for "some questions." Specify the format, the number, the difficulty, and whether you want explanations for the answers.

Using the same 10-year-old audience, create a 5-question quiz about photosynthesis. Use this format:

- Question 1: Multiple choice with 4 options (A, B, C, D). One correct answer.
- Question 2: True or false, with a one-sentence explanation of why.
- Question 3: Fill in the blank. Provide the exact word expected.
- Question 4: Short answer (1–2 sentences). Provide a model answer.
- Question 5: Multiple choice, but this one should test a common misconception (e.g., that plants get food from soil).

After the 5 questions, provide an answer key. For each answer, write one sentence explaining the reasoning in language a 4th grader understands.

Rules:
- Do not reuse the exact wording from the explanation above.
- Questions must be answerable from the explanation alone — no outside knowledge required.
- Maximum 300 words total.

This prompt forces the model to test understanding, not recall. Question 5, the misconception question, is the most valuable because it checks whether the child has actually updated their mental model rather than just memorized the word "photosynthesis."

Building a Step-by-Step Tutorial Prompt

The same principles apply when you want a tutorial — for example, teaching a beginner how to create a chart in Microsoft Excel. The key difference is that tutorials require exact procedural steps, and the model must not skip or merge steps that a beginner would need separated.

You are a patient software trainer. Write a tutorial for a complete beginner (someone who has opened Excel but never created a chart) on how to make a column chart from data in Excel for Microsoft 365 on Windows.

Requirements:
- Assume the user has a table with two columns: "Month" (January to June) and "Sales" (numbers).
- Number every step. Do not combine two actions into one step.
- For every step that involves clicking a ribbon tab or button, name the exact tab (e.g., "Insert") and the exact button or group (e.g., "Charts group").
- If a step involves a dialog box, name the dialog box and the specific field or button inside it.
- After the main steps, add a "What to check" section: list 3 signs that the chart was created correctly (e.g., the chart appears on the sheet, the months appear on the horizontal axis, the sales numbers appear on the vertical axis).
- Maximum 400 words.

Run this and you will get a genuinely followable sequence. The "What to check" section is critical — it gives the learner a way to self-verify, which is exactly what a good tutorial does. Without it, a beginner who makes a mistake has no way to know they made one.

Expert Tip

Do not ask the model to "explain" and "quiz" in the same prompt. Generate the explanation first, read it, and then write the quiz prompt referencing the explanation you actually received — not the one you hoped for. If the model's explanation used an analogy you dislike, your quiz prompt should say "based on the explanation above, but do not use the cooking analogy." This two-pass approach gives you control over the pedagogical consistency. A single mega-prompt often produces a quiz that tests facts the explanation never covered, because the model plans both parts from its own internal knowledge rather than from the text it generated. By splitting the task, you force the quiz to align with the actual teaching content.

Common Mistakes

Common Mistakes to Avoid

  • Vague audience labels. "For kids" or "for beginners" is not enough. Specify age, grade, or a concrete description of prior knowledge. "For a 10-year-old" and "for a 10-year-old who has never seen a chemical formula" produce very different outputs.
  • No structure. If you do not specify sections, the model will write a single block of prose. Educational content needs visible structure: numbered steps, headings, or bullet lists. Demand it.
  • Ignoring vocabulary constraints. The model will default to its training vocabulary, which is adult-level. You must explicitly ban jargon or require definitions. "Do not use the word X" is a powerful constraint — use it.
  • Asking for too many questions. A 20-question quiz from a single prompt will have repetitive or trivial questions. Five well-designed questions are worth more than twenty shallow ones. If you need more, generate them in separate prompts with different angles.
  • No answer explanations. A quiz without explanations is a test, not a learning tool. Always require a one-sentence rationale for each answer.

Practice Task

Complete this in under 15 minutes. Choose a scientific concept you know well — for example, the water cycle, gravity, electricity, or the food chain. Do not choose photosynthesis; we have already used it.

  1. Write a prompt that explains your chosen concept to a 10-year-old. Use the structure from Step 2 above: one-sentence summary, analogy, 4 numbered steps, and a common misconception. Include at least two vocabulary bans and a maximum word count.
  2. Run the prompt in any AI chat tool.
  3. Read the output. Check: Does the analogy actually map to the process? Are the steps in the correct logical order? Is any sentence longer than 15 words?
  4. If the output fails any check, revise your prompt — do not accept the output. Add a constraint like "make step 2 shorter" or "use a different analogy."
  5. Once satisfied, write a second prompt for a 5-question quiz based on the explanation you actually received. Include one misconception question and require answer explanations.

Self-verification: You are done when (a) a 10-year-old could read the explanation aloud without stumbling on vocabulary, (b) the quiz questions are all answerable from the explanation text alone, and (c) you did not need to edit the model's output by more than one or two words. If you had to rewrite whole sentences, your prompt was missing a constraint. Go back and find it.

Loading ratings...