{"product_id":"the-lightning-thief-writing-prompts-light-up-literature","title":"The Lightning Thief Writing Prompts | Light Up Literature","description":"\u003cbody\u003e\n\n\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n  \u003ctitle\u003eThe Lightning Thief Chapter-by-Chapter Writing Prompts | Light Up Literature™\u003c\/title\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@700;900\u0026amp;family=Open+Sans:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n  \u003cstyle\u003e\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n    :root {\n      --purple: #BD10E1;\n      --indigo: #25046B;\n      --indigo-dark: #1a0350;\n      --indigo-mid: #3a0d8f;\n      --white: #ffffff;\n      --off-white: #faf8ff;\n      --light-purple: #f3e8ff;\n      --mid-gray: #5a5a72;\n      --text: #1a1a2e;\n      --border: #e2d9f3;\n    }\n\n    body {\n      font-family: 'Open Sans', sans-serif;\n      color: var(--text);\n      background: var(--white);\n      line-height: 1.7;\n    }\n\n    h1, h2, h3 {\n      font-family: 'Playfair Display', serif;\n    }\n\n    \/* ── HERO ─────────────────────────────── *\/\n    .hero {\n      background: linear-gradient(135deg, var(--indigo-dark) 0%, var(--indigo) 50%, var(--indigo-mid) 100%);\n      color: var(--white);\n      padding: 72px 24px 64px;\n      text-align: center;\n      position: relative;\n      overflow: hidden;\n    }\n\n    .hero::before {\n      content: '';\n      position: absolute;\n      top: -60px; right: -60px;\n      width: 300px; height: 300px;\n      border-radius: 50%;\n      background: rgba(189, 16, 225, 0.15);\n      pointer-events: none;\n    }\n\n    .hero::after {\n      content: '';\n      position: absolute;\n      bottom: -80px; left: -40px;\n      width: 250px; height: 250px;\n      border-radius: 50%;\n      background: rgba(189, 16, 225, 0.1);\n      pointer-events: none;\n    }\n\n    .hero-eyebrow {\n      font-family: 'Open Sans', sans-serif;\n      font-size: 0.78rem;\n      font-weight: 700;\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n      color: var(--purple);\n      margin-bottom: 16px;\n    }\n\n    .hero h1 {\n      font-size: clamp(2rem, 5vw, 3.2rem);\n      font-weight: 900;\n      line-height: 1.15;\n      max-width: 800px;\n      margin: 0 auto 20px;\n    }\n\n    .hero h1 span {\n      color: var(--purple);\n    }\n\n    .hero-subtitle {\n      font-size: 1.1rem;\n      color: rgba(255,255,255,0.85);\n      max-width: 620px;\n      margin: 0 auto 36px;\n    }\n\n    .hero-badges {\n      display: flex;\n      flex-wrap: wrap;\n      justify-content: center;\n      gap: 10px;\n      margin-bottom: 40px;\n    }\n\n    .badge {\n      background: rgba(255,255,255,0.12);\n      border: 1px solid rgba(255,255,255,0.25);\n      color: var(--white);\n      font-size: 0.78rem;\n      font-weight: 700;\n      letter-spacing: 0.06em;\n      text-transform: uppercase;\n      padding: 6px 14px;\n      border-radius: 100px;\n    }\n\n    .hero-cta {\n      display: inline-block;\n      background: var(--purple);\n      color: var(--white);\n      font-family: 'Open Sans', sans-serif;\n      font-size: 1rem;\n      font-weight: 700;\n      letter-spacing: 0.04em;\n      text-decoration: none;\n      padding: 16px 40px;\n      border-radius: 6px;\n      transition: background 0.2s ease, transform 0.15s ease;\n    }\n    .hero-cta:hover {\n      background: #a00dc7;\n      transform: translateY(-2px);\n    }\n\n    \/* ── STAT BAR ─────────────────────────── *\/\n    .stat-bar {\n      background: var(--purple);\n      color: var(--white);\n      padding: 20px 24px;\n    }\n\n    .stat-bar-inner {\n      max-width: 900px;\n      margin: 0 auto;\n      display: flex;\n      flex-wrap: wrap;\n      justify-content: center;\n      gap: 0;\n    }\n\n    .stat-item {\n      text-align: center;\n      padding: 8px 32px;\n      border-right: 1px solid rgba(255,255,255,0.3);\n    }\n    .stat-item:last-child { border-right: none; }\n\n    .stat-number {\n      display: block;\n      font-family: 'Playfair Display', serif;\n      font-size: 1.9rem;\n      font-weight: 900;\n      line-height: 1;\n    }\n\n    .stat-label {\n      font-size: 0.72rem;\n      font-weight: 700;\n      letter-spacing: 0.1em;\n      text-transform: uppercase;\n      opacity: 0.9;\n    }\n\n    \/* ── SECTION SHARED ───────────────────── *\/\n    section {\n      padding: 64px 24px;\n    }\n\n    .section-inner {\n      max-width: 860px;\n      margin: 0 auto;\n    }\n\n    .section-eyebrow {\n      font-size: 0.72rem;\n      font-weight: 700;\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n      color: var(--purple);\n      margin-bottom: 10px;\n    }\n\n    .section-inner h2 {\n      font-size: clamp(1.6rem, 3.5vw, 2.2rem);\n      font-weight: 700;\n      color: var(--indigo);\n      margin-bottom: 20px;\n      line-height: 1.25;\n    }\n\n    .section-inner p {\n      font-size: 1rem;\n      color: var(--mid-gray);\n      margin-bottom: 16px;\n    }\n\n    \/* ── WHY IT EXISTS ────────────────────── *\/\n    .why {\n      background: var(--off-white);\n      border-top: 4px solid var(--purple);\n    }\n\n    .why-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n      gap: 24px;\n      margin-top: 36px;\n    }\n\n    .why-card {\n      background: var(--white);\n      border: 1px solid var(--border);\n      border-radius: 10px;\n      padding: 28px 24px;\n    }\n\n    .why-card-icon {\n      font-size: 1.8rem;\n      margin-bottom: 12px;\n    }\n\n    .why-card h3 {\n      font-size: 1rem;\n      font-weight: 700;\n      color: var(--indigo);\n      font-family: 'Open Sans', sans-serif;\n      margin-bottom: 8px;\n    }\n\n    .why-card p {\n      font-size: 0.9rem;\n      color: var(--mid-gray);\n      margin: 0;\n    }\n\n    \/* ── WHAT'S INCLUDED ─────────────────── *\/\n    .included {\n      background: var(--white);\n    }\n\n    .chapter-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));\n      gap: 12px;\n      margin-top: 32px;\n    }\n\n    .chapter-card {\n      background: var(--light-purple);\n      border: 1px solid var(--border);\n      border-left: 4px solid var(--purple);\n      border-radius: 6px;\n      padding: 12px 14px;\n    }\n\n    .chapter-card strong {\n      display: block;\n      font-size: 0.75rem;\n      font-weight: 700;\n      color: var(--indigo);\n      text-transform: uppercase;\n      letter-spacing: 0.06em;\n      margin-bottom: 4px;\n    }\n\n    .chapter-card span {\n      font-size: 0.82rem;\n      color: var(--mid-gray);\n    }\n\n    \/* ── PROMPT TYPES ────────────────────── *\/\n    .prompt-types {\n      background: var(--indigo);\n      color: var(--white);\n    }\n\n    .prompt-types .section-inner h2 {\n      color: var(--white);\n    }\n\n    .prompt-types .section-inner p {\n      color: rgba(255,255,255,0.8);\n    }\n\n    .prompt-types .section-eyebrow {\n      color: var(--purple);\n    }\n\n    .types-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n      gap: 16px;\n      margin-top: 36px;\n    }\n\n    .type-item {\n      background: rgba(255,255,255,0.08);\n      border: 1px solid rgba(255,255,255,0.15);\n      border-radius: 8px;\n      padding: 22px 20px;\n    }\n\n    .type-item h3 {\n      font-size: 0.95rem;\n      font-weight: 700;\n      font-family: 'Open Sans', sans-serif;\n      color: var(--purple);\n      margin-bottom: 8px;\n    }\n\n    .type-item p {\n      font-size: 0.85rem;\n      color: rgba(255,255,255,0.75);\n      margin: 0;\n    }\n\n    \/* ── SUMMARY STRUCTURE ────────────────── *\/\n    .summary-structure {\n      background: var(--off-white);\n    }\n\n    .summary-list {\n      list-style: none;\n      margin-top: 28px;\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n      gap: 12px;\n    }\n\n    .summary-list li {\n      display: flex;\n      align-items: flex-start;\n      gap: 10px;\n      background: var(--white);\n      border: 1px solid var(--border);\n      border-radius: 6px;\n      padding: 14px 16px;\n      font-size: 0.9rem;\n      color: var(--mid-gray);\n      font-weight: 600;\n    }\n\n    .summary-list li::before {\n      content: '✓';\n      color: var(--purple);\n      font-weight: 700;\n      flex-shrink: 0;\n    }\n\n    \/* ── WHO IT'S FOR ─────────────────────── *\/\n    .who {\n      background: var(--white);\n    }\n\n    .who-list {\n      list-style: none;\n      margin-top: 28px;\n      display: flex;\n      flex-direction: column;\n      gap: 14px;\n    }\n\n    .who-list li {\n      display: flex;\n      align-items: flex-start;\n      gap: 14px;\n      padding: 18px 20px;\n      background: var(--off-white);\n      border: 1px solid var(--border);\n      border-radius: 8px;\n      font-size: 0.95rem;\n      color: var(--mid-gray);\n    }\n\n    .who-list li .who-icon {\n      font-size: 1.3rem;\n      flex-shrink: 0;\n      margin-top: 1px;\n    }\n\n    \/* ── WAYS TO USE ──────────────────────── *\/\n    .ways {\n      background: linear-gradient(135deg, var(--indigo-dark) 0%, var(--indigo) 100%);\n      color: var(--white);\n    }\n\n    .ways .section-inner h2 {\n      color: var(--white);\n    }\n\n    .ways .section-inner p {\n      color: rgba(255,255,255,0.8);\n    }\n\n    .ways .section-eyebrow {\n      color: var(--purple);\n    }\n\n    .ways-list {\n      list-style: none;\n      margin-top: 28px;\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n      gap: 14px;\n    }\n\n    .ways-list li {\n      background: rgba(255,255,255,0.08);\n      border: 1px solid rgba(255,255,255,0.15);\n      border-radius: 8px;\n      padding: 18px 20px;\n      font-size: 0.9rem;\n      color: rgba(255,255,255,0.85);\n      display: flex;\n      gap: 12px;\n      align-items: flex-start;\n    }\n\n    .ways-list li .ways-dot {\n      width: 8px;\n      height: 8px;\n      background: var(--purple);\n      border-radius: 50%;\n      flex-shrink: 0;\n      margin-top: 7px;\n    }\n\n    \/* ── SPECS TABLE ──────────────────────── *\/\n    .specs {\n      background: var(--off-white);\n    }\n\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 28px;\n      font-size: 0.9rem;\n    }\n\n    .specs-table tr {\n      border-bottom: 1px solid var(--border);\n    }\n\n    .specs-table tr:last-child {\n      border-bottom: none;\n    }\n\n    .specs-table td {\n      padding: 14px 16px;\n      vertical-align: top;\n    }\n\n    .specs-table td:first-child {\n      font-weight: 700;\n      color: var(--indigo);\n      width: 40%;\n      background: var(--white);\n    }\n\n    .specs-table td:last-child {\n      color: var(--mid-gray);\n      background: var(--off-white);\n    }\n\n    .specs-table tr:nth-child(even) td:last-child {\n      background: #f0ebfa;\n    }\n\n    \/* ── FAQ ──────────────────────────────── *\/\n    .faq {\n      background: var(--white);\n    }\n\n    .faq-list {\n      margin-top: 32px;\n      display: flex;\n      flex-direction: column;\n      gap: 16px;\n    }\n\n    .faq-item {\n      border: 1px solid var(--border);\n      border-radius: 8px;\n      overflow: hidden;\n    }\n\n    .faq-q {\n      background: var(--light-purple);\n      padding: 18px 20px;\n      font-weight: 700;\n      color: var(--indigo);\n      font-size: 0.95rem;\n    }\n\n    .faq-a {\n      padding: 16px 20px;\n      font-size: 0.9rem;\n      color: var(--mid-gray);\n      background: var(--white);\n    }\n\n    \/* ── CTA ──────────────────────────────── *\/\n    .cta-section {\n      background: linear-gradient(135deg, var(--purple) 0%, var(--indigo-mid) 100%);\n      color: var(--white);\n      text-align: center;\n      padding: 72px 24px;\n    }\n\n    .cta-section h2 {\n      color: var(--white);\n      font-size: clamp(1.7rem, 4vw, 2.4rem);\n      margin-bottom: 16px;\n    }\n\n    .cta-section p {\n      color: rgba(255,255,255,0.88);\n      font-size: 1rem;\n      max-width: 520px;\n      margin: 0 auto 36px;\n    }\n\n    .cta-btn {\n      display: inline-block;\n      background: var(--white);\n      color: var(--indigo);\n      font-family: 'Open Sans', sans-serif;\n      font-size: 1rem;\n      font-weight: 700;\n      text-decoration: none;\n      padding: 16px 44px;\n      border-radius: 6px;\n      letter-spacing: 0.03em;\n      transition: background 0.2s ease, transform 0.15s ease;\n    }\n    .cta-btn:hover {\n      background: var(--off-white);\n      transform: translateY(-2px);\n    }\n\n    \/* ── FOOTER NOTE ──────────────────────── *\/\n    .footer-note {\n      background: var(--indigo-dark);\n      color: rgba(255,255,255,0.55);\n      text-align: center;\n      font-size: 0.8rem;\n      padding: 20px 24px;\n    }\n\n    \/* ── RESPONSIVE ───────────────────────── *\/\n    @media (max-width: 600px) {\n      .stat-item {\n        padding: 8px 18px;\n        border-right: none;\n        border-bottom: 1px solid rgba(255,255,255,0.3);\n      }\n      .stat-item:last-child { border-bottom: none; }\n      .stat-bar-inner { flex-direction: column; }\n    }\n  \u003c\/style\u003e\n\n\n\n  \u003c!-- ── HERO ── --\u003e\n  \u003csection class=\"hero\"\u003e\n    \u003cp class=\"hero-eyebrow\"\u003eLight Up Literature™ Curriculum\u003c\/p\u003e\n    \u003ch1\u003eThe Lightning Thief\u003cbr\u003e\u003cspan\u003eChapter-by-Chapter Writing Prompts\u003c\/span\u003e\n\u003c\/h1\u003e\n    \u003cp class=\"hero-subtitle\"\u003e88 structured writing prompts across all 22 chapters — summaries, research, personal connections, mythology, and more. Built for middle school readers who need real writing practice woven through every page of the novel.\u003c\/p\u003e\n    \u003cdiv class=\"hero-badges\"\u003e\n      \u003cspan class=\"badge\"\u003eGrades 6–8\u003c\/span\u003e\n      \u003cspan class=\"badge\"\u003e22 Chapters\u003c\/span\u003e\n      \u003cspan class=\"badge\"\u003e88 Prompts\u003c\/span\u003e\n      \u003cspan class=\"badge\"\u003e7 Writing Genres\u003c\/span\u003e\n      \u003cspan class=\"badge\"\u003eGreek Mythology\u003c\/span\u003e\n      \u003cspan class=\"badge\"\u003ePrintable PDF\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003ca href=\"#purchase\" class=\"hero-cta\"\u003eAdd to Cart\u003c\/a\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ── STAT BAR ── --\u003e\n  \u003cdiv class=\"stat-bar\"\u003e\n    \u003cdiv class=\"stat-bar-inner\"\u003e\n      \u003cdiv class=\"stat-item\"\u003e\n        \u003cspan class=\"stat-number\"\u003e88\u003c\/span\u003e\n        \u003cspan class=\"stat-label\"\u003eWriting Prompts\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stat-item\"\u003e\n        \u003cspan class=\"stat-number\"\u003e22\u003c\/span\u003e\n        \u003cspan class=\"stat-label\"\u003eChapters Covered\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stat-item\"\u003e\n        \u003cspan class=\"stat-number\"\u003e3–7\u003c\/span\u003e\n        \u003cspan class=\"stat-label\"\u003ePrompts Per Chapter\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stat-item\"\u003e\n        \u003cspan class=\"stat-number\"\u003e7\u003c\/span\u003e\n        \u003cspan class=\"stat-label\"\u003eWriting Genres\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── WHY IT EXISTS ── --\u003e\n  \u003csection class=\"why\"\u003e\n    \u003cdiv class=\"section-inner\"\u003e\n      \u003cp class=\"section-eyebrow\"\u003eWhy This Resource Exists\u003c\/p\u003e\n      \u003ch2\u003eReading \u003cem\u003eThe Lightning Thief\u003c\/em\u003e is the fun part. Writing through it is where the real learning happens.\u003c\/h2\u003e\n      \u003cp\u003eMost novel studies hand students a basic comprehension quiz and call it done. This resource goes further — it treats every chapter as an opportunity to practice real writing skills: how to summarize, how to form an opinion and defend it, how to research and report findings, how to make a personal connection and articulate it clearly.\u003c\/p\u003e\n      \u003cp\u003eEach set of chapter prompts includes a structured summary task plus additional prompts drawn from the chapter's specific themes — Greek mythology, ethics, identity, belonging, and more. Students who complete this resource alongside the novel will have practiced seven distinct writing genres by the time they reach Chapter 22.\u003c\/p\u003e\n\n      \u003cdiv class=\"why-grid\"\u003e\n        \u003cdiv class=\"why-card\"\u003e\n          \u003cdiv class=\"why-card-icon\"\u003e📖\u003c\/div\u003e\n          \u003ch3\u003eCovers the whole novel\u003c\/h3\u003e\n          \u003cp\u003eEvery one of the 22 chapters has its own prompt page — no gaps, no skips.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"why-card\"\u003e\n          \u003cdiv class=\"why-card-icon\"\u003e✍️\u003c\/div\u003e\n          \u003ch3\u003eMultiple writing genres\u003c\/h3\u003e\n          \u003cp\u003eStudents practice summarizing, researching, comparing, persuading, and connecting — not just answering questions.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"why-card\"\u003e\n          \u003cdiv class=\"why-card-icon\"\u003e🏛️\u003c\/div\u003e\n          \u003ch3\u003eMythology woven throughout\u003c\/h3\u003e\n          \u003cp\u003eResearch prompts guide students to explore the real mythology behind characters in Chapters 4–22.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"why-card\"\u003e\n          \u003cdiv class=\"why-card-icon\"\u003e🏠\u003c\/div\u003e\n          \u003ch3\u003eFlexible for any setting\u003c\/h3\u003e\n          \u003cp\u003eWorks in a traditional classroom, a co-op, or a one-on-one homeschool environment without modification.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ── WHAT'S INCLUDED ── --\u003e\n  \u003csection class=\"included\"\u003e\n    \u003cdiv class=\"section-inner\"\u003e\n      \u003cp class=\"section-eyebrow\"\u003eWhat's Included\u003c\/p\u003e\n      \u003ch2\u003eOne prompt page for every chapter — all 22 of them.\u003c\/h2\u003e\n      \u003cp\u003eEach chapter page includes a structured summary prompt plus additional writing tasks specific to that chapter's content. Below is the full chapter-by-chapter breakdown of what students will work through.\u003c\/p\u003e\n\n      \u003cdiv class=\"chapter-grid\"\u003e\n        \u003cdiv class=\"chapter-card\"\u003e\n\u003cstrong\u003eChapter 1\u003c\/strong\u003e\u003cspan\u003ePersonal connection, compare \u0026amp; contrast (Venn Diagram), chapter summary\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"chapter-card\"\u003e\n\u003cstrong\u003eChapter 2\u003c\/strong\u003e\u003cspan\u003eResearch (Latin), text evidence, compare \u0026amp; contrast, chapter summary\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"chapter-card\"\u003e\n\u003cstrong\u003eChapter 3\u003c\/strong\u003e\u003cspan\u003eText evidence, personal connection, chapter summary\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"chapter-card\"\u003e\n\u003cstrong\u003eChapter 4\u003c\/strong\u003e\u003cspan\u003eMythology research, personal connection, chapter summary\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"chapter-card\"\u003e\n\u003cstrong\u003eChapter 5\u003c\/strong\u003e\u003cspan\u003eMythology research, compare \u0026amp; contrast (Grover \u0026amp; Chiron), research (Dionysus, pinochle), chapter summary\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"chapter-card\"\u003e\n\u003cstrong\u003eChapter 6\u003c\/strong\u003e\u003cspan\u003eMythology research, research (Theseus \u0026amp; the Minotaur), chapter summary\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"chapter-card\"\u003e\n\u003cstrong\u003eChapter 7\u003c\/strong\u003e\u003cspan\u003eChapter summary, mythology research, personal connection, compare \u0026amp; contrast\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"chapter-card\"\u003e\n\u003cstrong\u003eChapter 8\u003c\/strong\u003e\u003cspan\u003eChapter summary, mythology research, personal connection, mythology connection (Athena \u0026amp; Poseidon)\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"chapter-card\"\u003e\n\u003cstrong\u003eChapter 9\u003c\/strong\u003e\u003cspan\u003eChapter summary, mythology research, compare \u0026amp; contrast, personal connection\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"chapter-card\"\u003e\n\u003cstrong\u003eChapter 10\u003c\/strong\u003e\u003cspan\u003eChapter summary, mythology research, character analysis (Percy \u0026amp; Annabeth)\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"chapter-card\"\u003e\n\u003cstrong\u003eChapter 11\u003c\/strong\u003e\u003cspan\u003eChapter summary, mythology research, opinion writing\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"chapter-card\"\u003e\n\u003cstrong\u003eChapter 12\u003c\/strong\u003e\u003cspan\u003eChapter summary, mythology research, text evidence, research (Pan)\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"chapter-card\"\u003e\n\u003cstrong\u003eChapter 13\u003c\/strong\u003e\u003cspan\u003eChapter summary, mythology research, research (physics of jumping)\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"chapter-card\"\u003e\n\u003cstrong\u003eChapter 14\u003c\/strong\u003e\u003cspan\u003eChapter summary, mythology research, research (St. Louis Arch)\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"chapter-card\"\u003e\n\u003cstrong\u003eChapter 15\u003c\/strong\u003e\u003cspan\u003eChapter summary, mythology research, compare \u0026amp; contrast (Ares in myth vs. novel)\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"chapter-card\"\u003e\n\u003cstrong\u003eChapter 16\u003c\/strong\u003e\u003cspan\u003eChapter summary, mythology research, informational essays (zoos, grief, animal smuggling), personal connection\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"chapter-card\"\u003e\n\u003cstrong\u003eChapter 17\u003c\/strong\u003e\u003cspan\u003eChapter summary, mythology research, expository essay (society \u0026amp; conformity)\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"chapter-card\"\u003e\n\u003cstrong\u003eChapter 18\u003c\/strong\u003e\u003cspan\u003eChapter summary, research (customer service), compare \u0026amp; contrast (Chiron \u0026amp; Charon), personal connection\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"chapter-card\"\u003e\n\u003cstrong\u003eChapter 19\u003c\/strong\u003e\u003cspan\u003eChapter summary, historical research, persuasive essay\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"chapter-card\"\u003e\n\u003cstrong\u003eChapter 20\u003c\/strong\u003e\u003cspan\u003eChapter summary, research (Coast Guard), compare \u0026amp; contrast (Big Three), research \u0026amp; data table (travel)\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"chapter-card\"\u003e\n\u003cstrong\u003eChapter 21\u003c\/strong\u003e\u003cspan\u003eChapter summary, compare \u0026amp; contrast (Underworld vs. Olympus, Poseidon vs. Gabe)\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"chapter-card\"\u003e\n\u003cstrong\u003eChapter 22\u003c\/strong\u003e\u003cspan\u003eChapter summary, character analysis (Luke), opinion writing, text evidence\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ── PROMPT TYPES ── --\u003e\n  \u003csection class=\"prompt-types\"\u003e\n    \u003cdiv class=\"section-inner\"\u003e\n      \u003cp class=\"section-eyebrow\"\u003eWriting Genres Covered\u003c\/p\u003e\n      \u003ch2\u003eSeven types of writing — practiced across the entire novel.\u003c\/h2\u003e\n      \u003cp\u003eEvery prompt is tied to something that happens in that specific chapter, so students are always writing with meaningful context rather than in a vacuum.\u003c\/p\u003e\n\n      \u003cdiv class=\"types-grid\"\u003e\n        \u003cdiv class=\"type-item\"\u003e\n          \u003ch3\u003eSummarization Writing\u003c\/h3\u003e\n          \u003cp\u003eEvery chapter includes a structured summary prompt with required elements: characters, chronological events, main ideas, supporting details, setting, and time of day.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"type-item\"\u003e\n          \u003ch3\u003eResearch Writing\u003c\/h3\u003e\n          \u003cp\u003eStudents research Greek mythology, real historical topics, and real-world subjects connected to the story — then summarize or report their findings in writing.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"type-item\"\u003e\n          \u003ch3\u003eInformational Writing\u003c\/h3\u003e\n          \u003cp\u003eMulti-paragraph informational essays on topics woven into the novel, including grief, zoos and animal treatment, the Coast Guard, and more.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"type-item\"\u003e\n          \u003ch3\u003eOpinion Writing\u003c\/h3\u003e\n          \u003cp\u003eStudents form and defend positions on ethical questions raised by the story, supported with text evidence.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"type-item\"\u003e\n          \u003ch3\u003ePersuasive \/ Expository Writing\u003c\/h3\u003e\n          \u003cp\u003eFull persuasive essays with calls to action, and expository writing tasks that push students to explain and analyze beyond the surface.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"type-item\"\u003e\n          \u003ch3\u003eCompare \u0026amp; Contrast Writing\u003c\/h3\u003e\n          \u003cp\u003eStructured comparisons between characters, myth vs. novel, historical figures, student experiences and story events — many include Venn Diagram organization.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"type-item\"\u003e\n          \u003ch3\u003ePersonal Connection Writing\u003c\/h3\u003e\n          \u003cp\u003eText-to-self prompts that ask students to connect their own experiences to Percy's, building authentic engagement with the story.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ── SUMMARY STRUCTURE ── --\u003e\n  \u003csection class=\"summary-structure\"\u003e\n    \u003cdiv class=\"section-inner\"\u003e\n      \u003cp class=\"section-eyebrow\"\u003eBuilt-In Writing Scaffolding\u003c\/p\u003e\n      \u003ch2\u003eEvery summary prompt requires the same six elements — on purpose.\u003c\/h2\u003e\n      \u003cp\u003eThe structured summary task appears in every chapter and always requires the same elements. That repetition is intentional. By the end of the novel, students will have written 22 structured summaries and have a solid, practiced understanding of what a complete summary actually looks like.\u003c\/p\u003e\n\n      \u003cul class=\"summary-list\"\u003e\n        \u003cli\u003eCharacters present in the chapter\u003c\/li\u003e\n        \u003cli\u003eChronological order of events\u003c\/li\u003e\n        \u003cli\u003eMain ideas\u003c\/li\u003e\n        \u003cli\u003eMinimum two supporting details per main idea\u003c\/li\u003e\n        \u003cli\u003eLocation \/ setting\u003c\/li\u003e\n        \u003cli\u003eTime of day\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ── WHO IT'S FOR ── --\u003e\n  \u003csection class=\"who\"\u003e\n    \u003cdiv class=\"section-inner\"\u003e\n      \u003cp class=\"section-eyebrow\"\u003eWho This Is For\u003c\/p\u003e\n      \u003ch2\u003eDesigned for middle school readers — flexible enough for almost any setting.\u003c\/h2\u003e\n\n      \u003cul class=\"who-list\"\u003e\n        \u003cli\u003e\n          \u003cspan class=\"who-icon\"\u003e🏫\u003c\/span\u003e\n          \u003cdiv\u003e\n\u003cstrong\u003eELA teachers\u003c\/strong\u003e assigning \u003cem\u003eThe Lightning Thief\u003c\/em\u003e as a class novel and wanting structured writing practice to go alongside reading — chapter by chapter, without needing to create anything from scratch.\u003c\/div\u003e\n        \u003c\/li\u003e\n        \u003cli\u003e\n          \u003cspan class=\"who-icon\"\u003e🏠\u003c\/span\u003e\n          \u003cdiv\u003e\n\u003cstrong\u003eHomeschool parents\u003c\/strong\u003e using \u003cem\u003eThe Lightning Thief\u003c\/em\u003e as part of a literature-based curriculum who want writing assignments that don't require them to be writing teachers. The structured summary element makes expectations crystal clear to students working independently.\u003c\/div\u003e\n        \u003c\/li\u003e\n        \u003cli\u003e\n          \u003cspan class=\"who-icon\"\u003e📚\u003c\/span\u003e\n          \u003cdiv\u003e\n\u003cstrong\u003eCo-op instructors\u003c\/strong\u003e running a middle school literature course and needing a complete, ready-to-use writing supplement for a beloved, high-interest novel.\u003c\/div\u003e\n        \u003c\/li\u003e\n        \u003cli\u003e\n          \u003cspan class=\"who-icon\"\u003e🎯\u003c\/span\u003e\n          \u003cdiv\u003e\n\u003cstrong\u003eGrades 6, 7, and 8\u003c\/strong\u003e — the prompts are calibrated for middle school writers, with enough scaffolding for 6th graders and enough depth to challenge 8th graders.\u003c\/div\u003e\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ── WAYS TO USE ── --\u003e\n  \u003csection class=\"ways\"\u003e\n    \u003cdiv class=\"section-inner\"\u003e\n      \u003cp class=\"section-eyebrow\"\u003eWays to Use This Resource\u003c\/p\u003e\n      \u003ch2\u003eFlexible by design — use it the way that fits your student.\u003c\/h2\u003e\n\n      \u003cul class=\"ways-list\"\u003e\n        \u003cli\u003e\n\u003cspan class=\"ways-dot\"\u003e\u003c\/span\u003eAssign the full prompt page after completing each chapter as a reading comprehension + writing checkpoint\u003c\/li\u003e\n        \u003cli\u003e\n\u003cspan class=\"ways-dot\"\u003e\u003c\/span\u003eChoose one or two prompts per chapter and leave the rest as optional enrichment or extra credit\u003c\/li\u003e\n        \u003cli\u003e\n\u003cspan class=\"ways-dot\"\u003e\u003c\/span\u003eUse the summary prompt alone as a daily reading journal — and save the other prompts for a deeper writing unit at the end of each section\u003c\/li\u003e\n        \u003cli\u003e\n\u003cspan class=\"ways-dot\"\u003e\u003c\/span\u003eBuild a mythology research portfolio alongside the novel using the research prompts from Chapters 4–22\u003c\/li\u003e\n        \u003cli\u003e\n\u003cspan class=\"ways-dot\"\u003e\u003c\/span\u003eUse the compare \u0026amp; contrast prompts as models for teaching that writing structure, then have students apply it independently\u003c\/li\u003e\n        \u003cli\u003e\n\u003cspan class=\"ways-dot\"\u003e\u003c\/span\u003eAssign the persuasive essay prompt in Chapter 19 as a formal writing assessment midway through the novel\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ── SPECS ── --\u003e\n  \u003csection class=\"specs\"\u003e\n    \u003cdiv class=\"section-inner\"\u003e\n      \u003cp class=\"section-eyebrow\"\u003eProduct Specifications\u003c\/p\u003e\n      \u003ch2\u003eWhat you're getting.\u003c\/h2\u003e\n\n      \u003ctable class=\"specs-table\"\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eNovel\u003c\/td\u003e\n          \u003ctd\u003e\n\u003cem\u003eThe Lightning Thief\u003c\/em\u003e by Rick Riordan (Percy Jackson and the Olympians, Book 1)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eTotal Writing Prompts\u003c\/td\u003e\n          \u003ctd\u003e88\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eChapters Covered\u003c\/td\u003e\n          \u003ctd\u003eAll 22 chapters (Chapters 1–22)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003ePrompts Per Chapter\u003c\/td\u003e\n          \u003ctd\u003e3–7 prompts per chapter\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eWriting Genres\u003c\/td\u003e\n          \u003ctd\u003eSummarization, research, informational, opinion, persuasive\/expository, compare \u0026amp; contrast, personal connection\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eRecommended Grade Level\u003c\/td\u003e\n          \u003ctd\u003eGrades 6–8\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eFormat\u003c\/td\u003e\n          \u003ctd\u003ePrintable PDF — print individual pages or the full set\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eAnswer Key Included\u003c\/td\u003e\n          \u003ctd\u003eNo — these are open-ended writing prompts with no single correct answer\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eNovel Required\u003c\/td\u003e\n          \u003ctd\u003eYes — students will need access to \u003cem\u003eThe Lightning Thief\u003c\/em\u003e to complete the prompts\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eLicense\u003c\/td\u003e\n          \u003ctd\u003eSingle classroom or homeschool use; additional licenses required for teams, schools, or co-ops\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003ePublisher\u003c\/td\u003e\n          \u003ctd\u003eLight Up Literature™ Curriculum © 2022\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ── FAQ ── --\u003e\n  \u003csection class=\"faq\"\u003e\n    \u003cdiv class=\"section-inner\"\u003e\n      \u003cp class=\"section-eyebrow\"\u003eFrequently Asked Questions\u003c\/p\u003e\n      \u003ch2\u003eQuestions parents and teachers ask before buying.\u003c\/h2\u003e\n\n      \u003cdiv class=\"faq-list\"\u003e\n        \u003cdiv class=\"faq-item\"\u003e\n          \u003cdiv class=\"faq-q\"\u003eDo I need to buy the novel separately?\u003c\/div\u003e\n          \u003cdiv class=\"faq-a\"\u003eYes. This resource is a writing supplement — students will need their own copy of \u003cem\u003eThe Lightning Thief\u003c\/em\u003e by Rick Riordan to complete the prompts. The novel is widely available in print and digital formats.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq-item\"\u003e\n          \u003cdiv class=\"faq-q\"\u003eIs there a teacher answer key?\u003c\/div\u003e\n          \u003cdiv class=\"faq-a\"\u003eNo, and that's intentional. These are open-ended writing prompts with no single correct answer. Students are asked to form opinions, make personal connections, conduct research, and write from their own experience. There is no answer key to provide — evaluation is based on effort, completeness, and the quality of the student's reasoning.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq-item\"\u003e\n          \u003cdiv class=\"faq-q\"\u003eWhat grade level is this best suited for?\u003c\/div\u003e\n          \u003cdiv class=\"faq-a\"\u003eThe prompts are designed for grades 6–8. Sixth graders will find the structured summary prompts especially helpful as a scaffold. Seventh and eighth graders will be challenged more by the research writing, persuasive essay, and mythology comparison prompts.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq-item\"\u003e\n          \u003cdiv class=\"faq-q\"\u003eDo I need to assign all 88 prompts?\u003c\/div\u003e\n          \u003cdiv class=\"faq-a\"\u003eAbsolutely not. You choose what fits your student and your timeline. You might assign every prompt in every chapter, or you might use only the summary prompt each week and pick one additional prompt that connects to your current writing focus. The resource is designed to be flexible.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq-item\"\u003e\n          \u003cdiv class=\"faq-q\"\u003eCan I use this in a homeschool co-op with multiple students?\u003c\/div\u003e\n          \u003cdiv class=\"faq-a\"\u003eOne license covers a single classroom or homeschool household. If you're using this in a co-op where multiple families are being served, additional licenses are required — one per household. Reach out at debra@lightupliteraturecurriculum.com for group licensing options.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq-item\"\u003e\n          \u003cdiv class=\"faq-q\"\u003eDoes this work if we're not reading the novel from start to finish?\u003c\/div\u003e\n          \u003cdiv class=\"faq-a\"\u003eEach chapter prompt page is self-contained, so yes — if your student is working through the novel non-linearly or focusing on select chapters, you can use just those pages without needing the rest of the set.\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ── CTA ── --\u003e\n  \u003csection class=\"cta-section\" id=\"purchase\"\u003e\n    \u003cdiv class=\"section-inner\" style=\"text-align:center;\"\u003e\n      \u003ch2\u003eReady to light up your Lightning Thief unit?\u003c\/h2\u003e\n      \u003cp\u003e88 writing prompts. 22 chapters. Seven writing genres. Download it once and use it every time you read the novel.\u003c\/p\u003e\n      \u003ca href=\"#\" class=\"cta-btn\"\u003eAdd to Cart\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"footer-note\"\u003e\n    © 2022 Light Up Literature™ Curriculum · lightupliterature.com · For classroom and homeschool use only.\n  \u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"Light Up Literature™ Curriculum","offers":[{"title":"Default Title","offer_id":49285980192991,"sku":null,"price":3.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0810\/3038\/1791\/files\/TheLightningThiefWritingPrompts.png?v=1779326441","url":"https:\/\/shop.lightupliterature.com\/products\/the-lightning-thief-writing-prompts-light-up-literature","provider":"Light Up Literature™ Curriculum","version":"1.0","type":"link"}