{"title":"Novel Studies \u0026 Chapter-Based Resources","description":"\u003cp\u003eThis collection brings together no-prep novel study units and chapter-based resources designed for 6th grade, 7th grade, and 8th grade ELA classrooms. Every resource is aligned to Common Core Reading Literature standards — including character analysis, theme, point of view, text structure, and evidence-based response — so students are building the close reading and literary analysis skills that middle school standards require, one chapter at a time.\u003c\/p\u003e\n\n\u003cp\u003eWhether you need a complete novel study unit with pre-reading activities, chapter-by-chapter comprehension and analysis questions, vocabulary practice, and a culminating assessment, or targeted chapter resources to supplement a novel you're already teaching, you'll find materials here built for real middle school readers working through complex literary texts. Every resource is designed to keep students accountable to the text and push them toward the kind of evidence-based thinking that strong literary analysis demands.\u003c\/p\u003e\n\n\u003cp\u003eThese resources work for whole-class novel studies, literature circles, independent reading, and assessment. Answer keys are included with every product, and everything is ready to use without additional prep — so you can spend your time on the discussion and the thinking, not the photocopying and the planning.\u003c\/p\u003e\n\n\u003cp\u003ePerfect for ELA teachers and homeschool educators who want rigorous, standards-aligned novel study resources that take the literature seriously and give students a genuine reading experience — not just a comprehension quiz stapled to a book.\u003c\/p\u003e","products":[{"product_id":"digital-product-5","title":"The Hobbit Chapter-by-Chapter Reading Quizzes | 19 Printable Comprehension Assessments | No Prep Middle School ELA","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 Hobbit Chapter-by-Chapter Reading Quizzes | 19 Printable Comprehension Assessments | No Prep Middle School ELA | Light Up Literature\u003c\/title\u003e\n\u003cmeta name=\"description\" content=\"19 chapter-by-chapter reading quizzes for The Hobbit covering all 19 chapters. 37 student pages. Multiple-choice and short answer covering plot, inference, symbolism, author's purpose, and character development. Answer key included. No prep, grades 6–9.\"\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026amp;family=Playfair+Display:wght@700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  :root {\n    --purple: #BD10E1;\n    --indigo: #25046B;\n    --indigo-light: #3a0999;\n    --indigo-faint: #f3effb;\n    --indigo-mid: #e8e0f8;\n    --white: #ffffff;\n    --text-body: #2d2d2d;\n    --text-muted: #5a5a7a;\n    --border: #e2daf0;\n    --green: #1a7f4b;\n    --green-bg: #edf7f2;\n  }\n\n  * { box-sizing: border-box; margin: 0; padding: 0; }\n\n  body {\n    font-family: 'Open Sans', sans-serif;\n    font-size: 14px;\n    line-height: 1.85;\n    color: var(--text-body);\n    background: var(--white);\n  }\n\n  \/* ── HERO ── *\/\n  .hero {\n    background: var(--indigo);\n    padding: 4rem 2rem 3.5rem;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: '';\n    position: absolute;\n    top: -60px; right: -60px;\n    width: 280px; height: 280px;\n    border-radius: 50%;\n    background: rgba(189,16,225,0.12);\n    pointer-events: none;\n  }\n  .hero::after {\n    content: '';\n    position: absolute;\n    bottom: -80px; left: -40px;\n    width: 220px; height: 220px;\n    border-radius: 50%;\n    background: rgba(189,16,225,0.08);\n    pointer-events: none;\n  }\n  .hero-inner { position: relative; z-index: 1; max-width: 760px; margin: 0 auto; }\n\n  .hero-badge {\n    display: inline-block;\n    background: rgba(189,16,225,0.25);\n    border: 1px solid rgba(189,16,225,0.5);\n    color: #e89df5;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    padding: 0.35rem 1rem;\n    border-radius: 20px;\n    margin-bottom: 1.4rem;\n  }\n\n  .hero h1 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(24px, 4vw, 38px);\n    font-weight: 700;\n    color: var(--white);\n    line-height: 1.25;\n    margin-bottom: 1.2rem;\n  }\n  .hero h1 span { color: #d97df5; }\n\n  .hero-sub {\n    font-size: 15px;\n    color: rgba(255,255,255,0.8);\n    max-width: 620px;\n    margin: 0 auto 2rem;\n    line-height: 1.8;\n  }\n\n  .hero-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 0.5rem;\n    justify-content: center;\n    margin-bottom: 2rem;\n  }\n  .hero-tag {\n    background: rgba(255,255,255,0.1);\n    border: 1px solid rgba(255,255,255,0.2);\n    color: rgba(255,255,255,0.85);\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n    padding: 0.3rem 0.8rem;\n    border-radius: 4px;\n  }\n\n  .hero-stats {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 1.5rem;\n    justify-content: center;\n  }\n  .stat { text-align: center; }\n  .stat-number {\n    display: block;\n    font-family: 'Playfair Display', serif;\n    font-size: 28px;\n    font-weight: 700;\n    color: #d97df5;\n    line-height: 1;\n  }\n  .stat-label {\n    font-size: 11px;\n    font-weight: 600;\n    color: rgba(255,255,255,0.65);\n    letter-spacing: 0.05em;\n    text-transform: uppercase;\n    margin-top: 0.25rem;\n  }\n\n  \/* ── LAYOUT ── *\/\n  .content { max-width: 780px; margin: 0 auto; padding: 0 1.5rem; }\n  .section { padding: 3rem 0 2.5rem; border-bottom: 1px solid var(--border); }\n  .section:last-child { border-bottom: none; }\n\n  .section-label {\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: var(--purple);\n    margin-bottom: 0.5rem;\n  }\n\n  h2 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(20px, 3vw, 26px);\n    font-weight: 700;\n    color: var(--indigo);\n    line-height: 1.35;\n    margin-bottom: 1rem;\n  }\n\n  h3 { font-size: 14px; font-weight: 700; color: var(--indigo); margin: 1.6rem 0 0.4rem; }\n  p { margin-bottom: 1rem; color: var(--text-body); }\n\n  \/* ── CHAPTER GRID ── *\/\n  .chapter-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));\n    gap: 0.6rem;\n    margin-top: 1.5rem;\n  }\n  .chapter-pill {\n    background: var(--indigo-faint);\n    border: 1px solid var(--border);\n    border-radius: 5px;\n    padding: 0.55rem 0.7rem;\n    font-size: 12px;\n    text-align: center;\n  }\n  .chapter-pill strong {\n    display: block;\n    color: var(--indigo);\n    font-size: 12px;\n    margin-bottom: 0.1rem;\n  }\n  .chapter-pill span { color: var(--text-muted); font-size: 11px; }\n\n  \/* ── QUESTION EXAMPLES ── *\/\n  .example-box {\n    background: var(--indigo-faint);\n    border: 1px solid var(--border);\n    border-left: 4px solid var(--purple);\n    border-radius: 0 6px 6px 0;\n    padding: 1.2rem 1.5rem;\n    margin-top: 1.2rem;\n  }\n  .example-label {\n    font-size: 10.5px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    color: var(--purple);\n    margin-bottom: 0.75rem;\n  }\n  .example-q {\n    font-size: 13px;\n    color: var(--text-body);\n    line-height: 1.6;\n    padding: 0.5rem 0;\n    border-bottom: 1px dashed var(--border);\n  }\n  .example-q:last-child { border-bottom: none; padding-bottom: 0; }\n  .example-q em { color: var(--text-muted); font-size: 12px; font-style: normal; }\n\n  \/* ── WHAT'S INSIDE ── *\/\n  .contents-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n    gap: 1rem;\n    margin-top: 1.5rem;\n  }\n  .content-card {\n    background: var(--indigo-faint);\n    border: 1px solid var(--border);\n    border-left: 4px solid var(--purple);\n    border-radius: 6px;\n    padding: 1.1rem 1.2rem;\n  }\n  .content-card-title { font-weight: 700; color: var(--indigo); font-size: 13px; margin-bottom: 0.35rem; }\n  .content-card-detail { font-size: 12.5px; color: var(--text-muted); line-height: 1.6; }\n\n  \/* ── EXTRAS ── *\/\n  .extras-list {\n    list-style: none;\n    margin-top: 1.2rem;\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n    gap: 0.6rem;\n  }\n  .extras-list li {\n    display: flex;\n    align-items: flex-start;\n    gap: 0.6rem;\n    font-size: 13.5px;\n    color: var(--text-body);\n    background: var(--green-bg);\n    border: 1px solid #c3e8d5;\n    border-radius: 5px;\n    padding: 0.6rem 0.85rem;\n  }\n  .extras-list li::before { content: '✓'; color: var(--green); font-weight: 700; flex-shrink: 0; margin-top: 1px; }\n\n  \/* ── WHY BOX ── *\/\n  .why-box {\n    background: var(--indigo);\n    border-radius: 8px;\n    padding: 2rem 2rem 1.5rem;\n    margin-top: 1.5rem;\n  }\n  .why-box h3 { color: #d97df5; margin-top: 0; font-family: 'Playfair Display', serif; font-size: 17px; margin-bottom: 1rem; }\n  .why-list { list-style: none; display: flex; flex-direction: column; gap: 0.65rem; }\n  .why-list li {\n    display: flex;\n    align-items: flex-start;\n    gap: 0.75rem;\n    font-size: 13.5px;\n    line-height: 1.6;\n    color: rgba(255,255,255,0.88);\n  }\n  .why-list li::before { content: '★'; color: #d97df5; flex-shrink: 0; margin-top: 2px; }\n\n  \/* ── USE CASES ── *\/\n  .use-cases {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n    gap: 0.85rem;\n    margin-top: 1.2rem;\n  }\n  .use-case {\n    background: var(--white);\n    border: 1px solid var(--border);\n    border-radius: 6px;\n    padding: 1rem 1.1rem;\n    font-size: 13px;\n    color: var(--text-body);\n    line-height: 1.55;\n  }\n  .use-case strong { display: block; color: var(--indigo); font-size: 12.5px; margin-bottom: 0.2rem; text-transform: uppercase; letter-spacing: 0.05em; }\n\n  \/* ── PRODUCT DETAILS ── *\/\n  .details-table { width: 100%; border-collapse: collapse; margin-top: 1.2rem; font-size: 13.5px; }\n  .details-table tr { border-bottom: 1px solid var(--border); }\n  .details-table tr:last-child { border-bottom: none; }\n  .details-table td { padding: 0.65rem 0.5rem; vertical-align: top; }\n  .details-table td:first-child { font-weight: 700; color: var(--indigo); white-space: nowrap; width: 40%; padding-right: 1rem; }\n\n  \/* ── COLLECTION ── *\/\n  .collection-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n    gap: 0.85rem;\n    margin-top: 1.2rem;\n  }\n  .collection-card {\n    border: 1px solid var(--border);\n    border-radius: 6px;\n    padding: 1rem 1.1rem;\n    font-size: 13px;\n    line-height: 1.5;\n    text-decoration: none;\n    color: var(--text-body);\n    display: block;\n    transition: border-color 0.2s, box-shadow 0.2s;\n  }\n  .collection-card:hover { border-color: var(--purple); box-shadow: 0 2px 10px rgba(189,16,225,0.1); }\n  .collection-card.anchor { border-color: var(--purple); border-width: 2px; background: var(--indigo-faint); }\n  .collection-card .card-label { font-size: 10.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--purple); margin-bottom: 0.3rem; }\n  .collection-card strong { display: block; color: var(--indigo); font-size: 13px; line-height: 1.4; }\n\n  \/* ── FOOTER ── *\/\n  .page-footer { background: var(--indigo-faint); border-top: 1px solid var(--border); padding: 2rem 1.5rem; text-align: center; font-size: 12px; color: var(--text-muted); margin-top: 2rem; }\n  .page-footer strong { color: var(--indigo); }\n\n  @media (max-width: 520px) {\n    .hero { padding: 3rem 1.25rem 2.5rem; }\n    .hero-stats { gap: 1.2rem; }\n    .contents-grid, .use-cases, .collection-grid, .chapter-grid { grid-template-columns: 1fr 1fr; }\n  }\n\u003c\/style\u003e\n\n\n\n\u003c!-- ═══════════ HERO ═══════════ --\u003e\n\u003cdiv class=\"hero\"\u003e\n  \u003cdiv class=\"hero-inner\"\u003e\n    \u003cdiv class=\"hero-badge\"\u003eNo Prep · Printable PDF · All 19 Chapters · Grades 6–9\u003c\/div\u003e\n    \u003ch1\u003eThe Hobbit\u003cbr\u003e\u003cspan\u003eChapter-by-Chapter Reading Quizzes\u003c\/span\u003e\n\u003c\/h1\u003e\n    \u003cp class=\"hero-sub\"\u003e19 ready-to-print quizzes covering every chapter of The Hobbit — from Bilbo's green door to Bag End on the other side of the adventure. Plot comprehension, literary analysis, character development, and more. Print once. Use all unit long.\u003c\/p\u003e\n    \u003cdiv class=\"hero-tags\"\u003e\n      \u003cspan class=\"hero-tag\"\u003eAll 19 Chapters\u003c\/span\u003e\n      \u003cspan class=\"hero-tag\"\u003ePlot Comprehension\u003c\/span\u003e\n      \u003cspan class=\"hero-tag\"\u003eSymbolism\u003c\/span\u003e\n      \u003cspan class=\"hero-tag\"\u003eAuthor's Purpose\u003c\/span\u003e\n      \u003cspan class=\"hero-tag\"\u003eCharacter Analysis\u003c\/span\u003e\n      \u003cspan class=\"hero-tag\"\u003eForeshadowing\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hero-stats\"\u003e\n      \u003cdiv class=\"stat\"\u003e\n        \u003cspan class=\"stat-number\"\u003e19\u003c\/span\u003e\n        \u003cspan class=\"stat-label\"\u003eChapter Quizzes\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stat\"\u003e\n        \u003cspan class=\"stat-number\"\u003e37\u003c\/span\u003e\n        \u003cspan class=\"stat-label\"\u003eStudent Pages\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stat\"\u003e\n        \u003cspan class=\"stat-number\"\u003e6–9\u003c\/span\u003e\n        \u003cspan class=\"stat-label\"\u003eGrade Band\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stat\"\u003e\n        \u003cspan class=\"stat-number\"\u003e0\u003c\/span\u003e\n        \u003cspan class=\"stat-label\"\u003ePrep Required\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"content\"\u003e\n\n  \u003c!-- ═══════════ THE PITCH ═══════════ --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eWhat This Is\u003c\/div\u003e\n    \u003ch2\u003eA Quiz for Every Chapter. From the Green Door to the Long Road Home.\u003c\/h2\u003e\n    \u003cp\u003eEvery chapter of The Hobbit gets its own dedicated quiz — no skipping, no combining, no gaps. Whether you're teaching the full novel in a traditional classroom, managing independent reading in a homeschool setting, or running a co-op unit, this pack gives you a ready accountability check for every single reading assignment.\u003c\/p\u003e\n    \u003cp\u003eBut these aren't just \"what happened\" quizzes. Looking at the actual questions, Chapter II asks students why Tolkien uses words like \"evil, gloomy, dreary, and dark.\" Chapter IV asks students to identify foreshadowing in Bilbo's dream. Chapter VIII asks about author's purpose in a quoted passage and what Mirkwood's darkness symbolizes. Chapter XII asks students to analyze how Bilbo has changed from the beginning of the novel.\u003c\/p\u003e\n    \u003cp\u003eThese are literature quizzes, not reading logs.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══════════ ALL CHAPTERS ═══════════ --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eComplete Coverage\u003c\/div\u003e\n    \u003ch2\u003eAll 19 Chapters. Nothing Missing.\u003c\/h2\u003e\n    \u003cp\u003eEach quiz is sized to the chapter — shorter chapters get focused quizzes, longer chapters like VII and VIII get expanded question sets. Every quiz fits on two pages, keeping the format manageable for students and consistent across your whole unit.\u003c\/p\u003e\n\n    \u003cdiv class=\"chapter-grid\"\u003e\n      \u003cdiv class=\"chapter-pill\"\u003e\n\u003cstrong\u003eChapter I\u003c\/strong\u003e\u003cspan\u003e10 questions\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"chapter-pill\"\u003e\n\u003cstrong\u003eChapter II\u003c\/strong\u003e\u003cspan\u003e10 questions\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"chapter-pill\"\u003e\n\u003cstrong\u003eChapter III\u003c\/strong\u003e\u003cspan\u003e10 questions\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"chapter-pill\"\u003e\n\u003cstrong\u003eChapter IV\u003c\/strong\u003e\u003cspan\u003e10 questions\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"chapter-pill\"\u003e\n\u003cstrong\u003eChapter V\u003c\/strong\u003e\u003cspan\u003e12 questions\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"chapter-pill\"\u003e\n\u003cstrong\u003eChapter VI\u003c\/strong\u003e\u003cspan\u003e10 questions\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"chapter-pill\"\u003e\n\u003cstrong\u003eChapter VII\u003c\/strong\u003e\u003cspan\u003e14 questions\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"chapter-pill\"\u003e\n\u003cstrong\u003eChapter VIII\u003c\/strong\u003e\u003cspan\u003e14 questions\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"chapter-pill\"\u003e\n\u003cstrong\u003eChapter IX\u003c\/strong\u003e\u003cspan\u003e8 questions\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"chapter-pill\"\u003e\n\u003cstrong\u003eChapter X\u003c\/strong\u003e\u003cspan\u003e10 questions\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"chapter-pill\"\u003e\n\u003cstrong\u003eChapter XI\u003c\/strong\u003e\u003cspan\u003e10 questions\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"chapter-pill\"\u003e\n\u003cstrong\u003eChapter XII\u003c\/strong\u003e\u003cspan\u003e10 questions\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"chapter-pill\"\u003e\n\u003cstrong\u003eChapter XIII\u003c\/strong\u003e\u003cspan\u003e10 questions\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"chapter-pill\"\u003e\n\u003cstrong\u003eChapter XIV\u003c\/strong\u003e\u003cspan\u003e10 questions\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"chapter-pill\"\u003e\n\u003cstrong\u003eChapter XV\u003c\/strong\u003e\u003cspan\u003e10 questions\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"chapter-pill\"\u003e\n\u003cstrong\u003eChapter XVI\u003c\/strong\u003e\u003cspan\u003e7 questions\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"chapter-pill\"\u003e\n\u003cstrong\u003eChapter XVII\u003c\/strong\u003e\u003cspan\u003e12 questions\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"chapter-pill\"\u003e\n\u003cstrong\u003eChapter XVIII\u003c\/strong\u003e\u003cspan\u003e10 questions\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"chapter-pill\"\u003e\n\u003cstrong\u003eChapter XIX\u003c\/strong\u003e\u003cspan\u003e10 questions\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══════════ QUESTION QUALITY ═══════════ --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eQuestion Quality\u003c\/div\u003e\n    \u003ch2\u003eBeyond Plot Recall — These Questions Teach While They Assess\u003c\/h2\u003e\n    \u003cp\u003eMost chapter quiz packs ask students to remember what happened. This one asks students to think about why it matters. Here's a sample of what that looks like across different chapters:\u003c\/p\u003e\n\n    \u003cdiv class=\"example-box\"\u003e\n      \u003cdiv class=\"example-label\"\u003eSample Questions from the Actual Resource\u003c\/div\u003e\n      \u003cdiv class=\"example-q\"\u003e\n\u003cstrong\u003eCh. II:\u003c\/strong\u003e Why did the author use words such as \"evil, gloomy, dreary, and dark\"? \u003cem\u003e— Author's purpose \/ tone\u003c\/em\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"example-q\"\u003e\n\u003cstrong\u003eCh. IV:\u003c\/strong\u003e Bilbo's dream can be described as ___. [Symbolism \/ Foreshadowing \/ Simile \/ Metaphor \/ Onomatopoeia] \u003cem\u003e— Literary devices\u003c\/em\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"example-q\"\u003e\n\u003cstrong\u003eCh. VIII:\u003c\/strong\u003e When authors use dark colors to describe an area, it's usually a negative situation. Just by using the author's description of Mirkwood, what can you conclude? \u003cem\u003e— Inference \/ symbolism\u003c\/em\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"example-q\"\u003e\n\u003cstrong\u003eCh. X:\u003c\/strong\u003e What is the author's purpose for using this description? [quoted passage] \u003cem\u003e— Author's craft with text evidence\u003c\/em\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"example-q\"\u003e\n\u003cstrong\u003eCh. XI:\u003c\/strong\u003e What is the symbolism of the \"black and ominous crow\"? \u003cem\u003e— Symbolism \/ foreshadowing\u003c\/em\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"example-q\"\u003e\n\u003cstrong\u003eCh. XII:\u003c\/strong\u003e What does it mean, \"He fought the real battle in the tunnel alone before he ever saw the vast danger that lay in wait\"? \u003cem\u003e— Character analysis \/ internal conflict\u003c\/em\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"example-q\"\u003e\n\u003cstrong\u003eCh. XVI:\u003c\/strong\u003e What word best describes Bilbo in this chapter? [Foolish \/ Sick \/ Honorable \/ Dangerous \/ Haughty] \u003cem\u003e— Character development across the novel\u003c\/em\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"margin-top:1.2rem; font-size:13px; color:var(--text-muted);\"\u003eQuestions like these don't just check reading compliance — they build the close-reading habits students need for any literature unit, any standardized assessment, and any subsequent novel they encounter.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══════════ WHAT'S INCLUDED ═══════════ --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eWhat's Included\u003c\/div\u003e\n    \u003ch2\u003eEverything You Need to Run Accountability Checks All Unit Long\u003c\/h2\u003e\n\n    \u003cdiv class=\"contents-grid\"\u003e\n      \u003cdiv class=\"content-card\"\u003e\n        \u003cdiv class=\"content-card-title\"\u003e📋 19 Chapter Quizzes\u003c\/div\u003e\n        \u003cdiv class=\"content-card-detail\"\u003eOne quiz per chapter, covering all 19 chapters of The Hobbit. Question count varies by chapter length — from 7 to 14 questions. Multiple choice format throughout, with some true\/false and short fill-in included.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"content-card\"\u003e\n        \u003cdiv class=\"content-card-title\"\u003e📄 37 Student Pages\u003c\/div\u003e\n        \u003cdiv class=\"content-card-detail\"\u003eClean, student-ready layout with name and date lines. Consistent format across all quizzes so students always know what to expect. Print the whole pack at the start of your unit or chapter by chapter as you go.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"content-card\"\u003e\n        \u003cdiv class=\"content-card-title\"\u003e🗝️ Complete Answer Key\u003c\/div\u003e\n        \u003cdiv class=\"content-card-detail\"\u003eAll 19 chapter answer keys included on dedicated key pages — organized clearly by chapter for fast grading. Keys are formatted for quick scanning, not hunting.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"content-card\"\u003e\n        \u003cdiv class=\"content-card-title\"\u003e📚 Literary Analysis Built In\u003c\/div\u003e\n        \u003cdiv class=\"content-card-detail\"\u003eBeyond plot recall — questions address symbolism, foreshadowing, author's purpose, character development, tone, mood, inference, and theme. Common Core aligned throughout.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cul class=\"extras-list\"\u003e\n      \u003cli\u003ePrint ahead for the whole unit — sub folders, literature circles, or homeschool binders\u003c\/li\u003e\n      \u003cli\u003eNo tech required — fully independent, self-contained student work\u003c\/li\u003e\n      \u003cli\u003eWorks alongside any pacing guide, fast or slow\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══════════ WHY IT WORKS ═══════════ --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eWhy It Works\u003c\/div\u003e\n    \u003ch2\u003eThe Problem with Most Chapter Quiz Packs\u003c\/h2\u003e\n\n    \u003cdiv class=\"why-box\"\u003e\n      \u003ch3\u003eWhat Makes This Different from a Generic Hobbit Quiz Pack\u003c\/h3\u003e\n      \u003cul class=\"why-list\"\u003e\n        \u003cli\u003eQuestions are calibrated to chapter length and complexity — shorter chapters get focused quizzes, pivotal chapters like V (Riddles in the Dark) and XII (Smaug) get expanded question sets because those chapters demand more attention.\u003c\/li\u003e\n        \u003cli\u003eLiterary analysis questions appear throughout every chapter — not just in a separate \"theme\" unit at the end. Students are practicing inference, symbolism, and author's purpose from Chapter I onward.\u003c\/li\u003e\n        \u003cli\u003eThe question format mirrors what students see on ELA assessments — 5-choice multiple choice, \"select all that apply,\" true\/false with reasoning — so the quizzes are simultaneously comprehension checks and test prep.\u003c\/li\u003e\n        \u003cli\u003eThe answer key is clean and organized by chapter, not buried in a wall of text. Grading 30 papers takes minutes, not a planning period.\u003c\/li\u003e\n        \u003cli\u003eConsistent two-page format per chapter means no quiz is a surprise — students who need predictability (ADHD students especially) know exactly what each assessment will look like before it's in their hands.\u003c\/li\u003e\n        \u003cli\u003eWorks equally well for independent reading and read-aloud — questions target what's in the text, not the experience of reading it silently.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══════════ HOW TO USE ═══════════ --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eHow to Use It\u003c\/div\u003e\n    \u003ch2\u003eFlexible Enough for Every Classroom and Every Pace\u003c\/h2\u003e\n\n    \u003cdiv class=\"use-cases\"\u003e\n      \u003cdiv class=\"use-case\"\u003e\n        \u003cstrong\u003eDaily Reading Check\u003c\/strong\u003e\n        Hand out each quiz the day after students finish a chapter. 10 minutes of class time, instant accountability, no grading prep needed.\n      \u003c\/div\u003e\n      \u003cdiv class=\"use-case\"\u003e\n        \u003cstrong\u003eHomework Accountability\u003c\/strong\u003e\n        Assign reading for homework, open with a quick quiz the next day. Students who read are protected; students who didn't learn that there's a consequence.\n      \u003c\/div\u003e\n      \u003cdiv class=\"use-case\"\u003e\n        \u003cstrong\u003eLiterature Circles\u003c\/strong\u003e\n        Groups quiz themselves after each chapter discussion — the literary analysis questions become starting points for conversation, not just graded items.\n      \u003c\/div\u003e\n      \u003cdiv class=\"use-case\"\u003e\n        \u003cstrong\u003eSub Plans\u003c\/strong\u003e\n        Print the next chapter quiz, leave it in the sub folder with the instructions. Runs itself. The answer key is right there if the sub wants to review answers with students.\n      \u003c\/div\u003e\n      \u003cdiv class=\"use-case\"\u003e\n        \u003cstrong\u003eHomeschool Unit\u003c\/strong\u003e\n        Work chapter by chapter at your own pace — quiz after each reading session to confirm retention before moving on. The whole pack in a binder is a complete unit record.\n      \u003c\/div\u003e\n      \u003cdiv class=\"use-case\"\u003e\n        \u003cstrong\u003eCo-op Classes\u003c\/strong\u003e\n        Assign reading between sessions, open each class with the chapter quiz. Keeps everyone on the same page across the time between meetings.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══════════ PRODUCT DETAILS ═══════════ --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eProduct Details\u003c\/div\u003e\n    \u003ch2\u003eEverything You Need to Know Before You Buy\u003c\/h2\u003e\n\n    \u003ctable class=\"details-table\"\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eFormat\u003c\/td\u003e\n        \u003ctd\u003ePrintable PDF — not editable\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eGrade Level\u003c\/td\u003e\n        \u003ctd\u003eGrades 6–9 (adaptable for advanced 5th or remedial high school)\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eChapter Coverage\u003c\/td\u003e\n        \u003ctd\u003eAll 19 chapters — Chapters I through XIX\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eStudent Pages\u003c\/td\u003e\n        \u003ctd\u003e37 pages (answer keys not included in this count)\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eQuestion Format\u003c\/td\u003e\n        \u003ctd\u003eMultiple choice (5 options), true\/false, select all that apply, short fill-in\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eQuestion Types\u003c\/td\u003e\n        \u003ctd\u003ePlot comprehension, inference, character analysis, symbolism, foreshadowing, author's purpose, tone and mood, literary devices\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eAnswer Key\u003c\/td\u003e\n        \u003ctd\u003eIncluded — all 19 chapters, organized by chapter for fast grading\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eStandards\u003c\/td\u003e\n        \u003ctd\u003eCommon Core RL.6–9 — reading literature, literary analysis, close reading\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003ePrep Required\u003c\/td\u003e\n        \u003ctd\u003eNone — print and go\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══════════ COLLECTION ═══════════ --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eThe Hobbit Collection\u003c\/div\u003e\n    \u003ch2\u003ePair These Quizzes with the Full Hobbit Resource Library\u003c\/h2\u003e\n    \u003cp\u003eThe chapter quizzes are the accountability backbone of your unit. These companion resources build the vocabulary, context, writing, and extension work that turn a quiz-and-read unit into a complete literature experience.\u003c\/p\u003e\n\n    \u003cdiv class=\"collection-grid\"\u003e\n      \u003ca class=\"collection-card\" href=\"https:\/\/www.teacherspayteachers.com\/Product\/The-Hobbit-Three-Pre-Reading-Activities-WebQuest-8958778\" target=\"_blank\" rel=\"noopener\"\u003e\n        \u003cdiv class=\"card-label\"\u003eStart Here\u003c\/div\u003e\n        \u003cstrong\u003eWebQuest \u0026amp; Pre-Reading Activities — Tolkien Biography \u0026amp; WWI Context\u003c\/strong\u003e\n      \u003c\/a\u003e\n      \u003ca class=\"collection-card\" href=\"https:\/\/www.teacherspayteachers.com\/Product\/No-Prep-The-Hobbit-Vocabulary-Chapter-by-Chapter-Google-Slides--8600885\" target=\"_blank\" rel=\"noopener\"\u003e\n        \u003cdiv class=\"card-label\"\u003eVocabulary · Digital\u003c\/div\u003e\n        \u003cstrong\u003eChapter-by-Chapter Vocabulary — Google Slides, No Prep\u003c\/strong\u003e\n      \u003c\/a\u003e\n      \u003ca class=\"collection-card\" href=\"https:\/\/www.teacherspayteachers.com\/Product\/No-Prep-The-Hobbit-Vocabulary-Development-to-print-8600914\" target=\"_blank\" rel=\"noopener\"\u003e\n        \u003cdiv class=\"card-label\"\u003eVocabulary · Print\u003c\/div\u003e\n        \u003cstrong\u003eChapter-by-Chapter Vocabulary Development — Printable\u003c\/strong\u003e\n      \u003c\/a\u003e\n      \u003cdiv class=\"collection-card anchor\"\u003e\n        \u003cdiv class=\"card-label\"\u003eYou Are Here\u003c\/div\u003e\n        \u003cstrong\u003eChapter-by-Chapter Reading Quizzes — All 19 Chapters, No Prep\u003c\/strong\u003e\n      \u003c\/div\u003e\n      \u003ca class=\"collection-card\" href=\"https:\/\/www.teacherspayteachers.com\/Product\/The-Hobbit-Autograded-Vocabulary-Quizzes-Google-Forms-8600979\" target=\"_blank\" rel=\"noopener\"\u003e\n        \u003cdiv class=\"card-label\"\u003eDigital Assessment\u003c\/div\u003e\n        \u003cstrong\u003eAutograded Vocabulary Quizzes — Google Forms\u003c\/strong\u003e\n      \u003c\/a\u003e\n      \u003ca class=\"collection-card\" href=\"https:\/\/www.teacherspayteachers.com\/Product\/The-Hobbit-No-Prep-Chapter-by-Chapter-Writing-Prompts-8685545\" target=\"_blank\" rel=\"noopener\"\u003e\n        \u003cdiv class=\"card-label\"\u003eWriting\u003c\/div\u003e\n        \u003cstrong\u003eChapter-by-Chapter Writing Prompts — Reflective \u0026amp; Text-Based\u003c\/strong\u003e\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- ═══════════ FOOTER ═══════════ --\u003e\n\u003cdiv class=\"page-footer\"\u003e\n  \u003cp\u003eIf these quizzes kept your students accountable and your grading manageable, a review makes a real difference — it helps other teachers find exactly what you found.\u003c\/p\u003e\n  \u003cp style=\"margin-top:0.5rem;\"\u003eQuestions? \u003ca href=\"mailto:debra@lightupliteraturecurriculum.com\" style=\"color:var(--purple);\"\u003edebra@lightupliteraturecurriculum.com\u003c\/a\u003e\u003c\/p\u003e\n  \u003cp style=\"margin-top:0.6rem;\"\u003e\u003cstrong\u003e© 2025 Light Up Literature, LLC.\u003c\/strong\u003e All rights reserved. For classroom use only. May not be distributed or uploaded to public or shared drives.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"Light Up Literature™ Curriculum","offers":[{"title":"Default Title","offer_id":49235471958239,"sku":null,"price":6.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0810\/3038\/1791\/files\/TheHobbitChapterQuiz-2.png?v=1779151555"},{"product_id":"the-hobbit-pre-reading-activities-webquest-no-prep-middle-school-ela-novel-study","title":"The Hobbit Pre-Reading Activities \u0026 WebQuest | No-Prep Middle School ELA Novel Study","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 Hobbit Pre-Reading Activities \u0026amp; WebQuest | No-Prep Middle School ELA Novel Study\u003c\/title\u003e\n\u003cmeta name=\"description\" content=\"Engage middle school students before reading The Hobbit with 3 no-prep pre-reading activities and an interactive WebQuest. Build background knowledge, explore Tolkien's world, themes, and characters. Print-and-go ELA novel study resource.\"\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026amp;family=Playfair+Display:wght@700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  :root {\n    --purple: #BD10E1;\n    --indigo: #25046B;\n    --indigo-light: #3a0999;\n    --indigo-faint: #f3effb;\n    --indigo-mid: #e8e0f8;\n    --white: #ffffff;\n    --text-body: #2d2d2d;\n    --text-muted: #5a5a7a;\n    --border: #e2daf0;\n  }\n  * { box-sizing: border-box; margin: 0; padding: 0; }\n  body {\n    font-family: 'Open Sans', sans-serif;\n    font-size: 14px;\n    line-height: 1.85;\n    color: var(--text-body);\n    background: var(--white);\n  }\n\n  \/* HERO *\/\n  .hero {\n    background: var(--indigo);\n    padding: 4rem 2rem 3.5rem;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: '';\n    position: absolute;\n    top: -60px; right: -60px;\n    width: 280px; height: 280px;\n    border-radius: 50%;\n    background: rgba(189,16,225,0.12);\n  }\n  .hero::after {\n    content: '';\n    position: absolute;\n    bottom: -80px; left: -40px;\n    width: 220px; height: 220px;\n    border-radius: 50%;\n    background: rgba(189,16,225,0.08);\n  }\n  .hero-eyebrow {\n    display: inline-block;\n    background: var(--purple);\n    color: #fff;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    padding: 4px 14px;\n    border-radius: 20px;\n    margin-bottom: 1.2rem;\n  }\n  .hero h1 {\n    font-family: 'Playfair Display', serif;\n    color: #fff;\n    font-size: clamp(1.6rem, 4vw, 2.6rem);\n    line-height: 1.25;\n    max-width: 720px;\n    margin: 0 auto 1rem;\n  }\n  .hero-sub {\n    color: rgba(255,255,255,0.82);\n    font-size: 15px;\n    max-width: 580px;\n    margin: 0 auto 2rem;\n  }\n  .hero-meta {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 10px;\n    margin-top: 0.5rem;\n  }\n  .hero-tag {\n    background: rgba(255,255,255,0.12);\n    color: rgba(255,255,255,0.9);\n    font-size: 11.5px;\n    font-weight: 600;\n    padding: 5px 13px;\n    border-radius: 20px;\n    letter-spacing: 0.04em;\n  }\n\n  \/* WRAPPER *\/\n  .page-wrap {\n    max-width: 760px;\n    margin: 0 auto;\n    padding: 0 1.5rem;\n  }\n\n  \/* SECTION SPACING *\/\n  .section { padding: 3rem 0; border-bottom: 1px solid var(--border); }\n  .section:last-child { border-bottom: none; }\n\n  \/* SECTION LABEL *\/\n  .section-label {\n    display: inline-block;\n    color: var(--purple);\n    font-size: 10.5px;\n    font-weight: 700;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    margin-bottom: 0.6rem;\n  }\n\n  \/* HEADINGS *\/\n  h2 {\n    font-family: 'Playfair Display', serif;\n    color: var(--indigo);\n    font-size: clamp(1.3rem, 3vw, 1.75rem);\n    line-height: 1.3;\n    margin-bottom: 1rem;\n  }\n  h3 {\n    font-family: 'Open Sans', sans-serif;\n    color: var(--indigo);\n    font-size: 1rem;\n    font-weight: 700;\n    margin-bottom: 0.4rem;\n  }\n\n  \/* INTRO *\/\n  .intro-text {\n    font-size: 15px;\n    line-height: 1.9;\n    color: var(--text-body);\n  }\n  .intro-text p + p { margin-top: 1rem; }\n\n  \/* HIGHLIGHT CALLOUT *\/\n  .callout {\n    border-left: 4px solid var(--purple);\n    background: var(--indigo-faint);\n    padding: 1.25rem 1.5rem;\n    border-radius: 0 8px 8px 0;\n    margin: 1.75rem 0;\n    font-size: 14.5px;\n    color: var(--indigo);\n    font-weight: 600;\n    line-height: 1.7;\n  }\n\n  \/* WHAT'S INCLUDED *\/\n  .included-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 1rem;\n    margin-top: 1.5rem;\n  }\n  @media (max-width: 560px) {\n    .included-grid { grid-template-columns: 1fr; }\n  }\n  .included-card {\n    background: var(--indigo-faint);\n    border: 1px solid var(--border);\n    border-radius: 10px;\n    padding: 1.25rem 1.25rem 1.25rem 1rem;\n    position: relative;\n  }\n  .included-card::before {\n    content: '✓';\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 22px;\n    height: 22px;\n    background: var(--purple);\n    color: #fff;\n    font-size: 12px;\n    font-weight: 700;\n    border-radius: 50%;\n    margin-bottom: 0.6rem;\n  }\n  .included-card h3 { font-size: 13.5px; margin-bottom: 0.3rem; }\n  .included-card p { font-size: 13px; color: var(--text-muted); line-height: 1.6; }\n\n  \/* SKILLS LIST *\/\n  .skills-list {\n    list-style: none;\n    margin-top: 1.25rem;\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 0.6rem 1.5rem;\n  }\n  @media (max-width: 560px) {\n    .skills-list { grid-template-columns: 1fr; }\n  }\n  .skills-list li {\n    display: flex;\n    align-items: flex-start;\n    gap: 0.5rem;\n    font-size: 13.5px;\n    color: var(--text-body);\n    line-height: 1.55;\n  }\n  .skills-list li::before {\n    content: '◆';\n    color: var(--purple);\n    font-size: 9px;\n    margin-top: 5px;\n    flex-shrink: 0;\n  }\n\n  \/* USE CASES *\/\n  .use-cases {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 0.65rem;\n    margin-top: 1.25rem;\n  }\n  .use-tag {\n    background: var(--indigo-mid);\n    color: var(--indigo);\n    font-size: 13px;\n    font-weight: 600;\n    padding: 6px 14px;\n    border-radius: 20px;\n  }\n\n  \/* RELATED RESOURCES *\/\n  .related-list {\n    list-style: none;\n    margin-top: 1.25rem;\n    display: flex;\n    flex-direction: column;\n    gap: 0.75rem;\n  }\n  .related-list li {\n    display: flex;\n    align-items: flex-start;\n    gap: 0.75rem;\n    padding: 0.9rem 1rem;\n    background: var(--indigo-faint);\n    border-radius: 8px;\n    border: 1px solid var(--border);\n  }\n  .related-list li::before {\n    content: '📖';\n    font-size: 18px;\n    flex-shrink: 0;\n    margin-top: 1px;\n  }\n  .related-list a {\n    color: var(--indigo);\n    font-weight: 600;\n    font-size: 13.5px;\n    text-decoration: none;\n    line-height: 1.5;\n  }\n  .related-list a:hover { color: var(--purple); text-decoration: underline; }\n  .related-list span {\n    display: block;\n    font-size: 12.5px;\n    color: var(--text-muted);\n    margin-top: 1px;\n  }\n\n  \/* FAQ *\/\n  .faq-list {\n    display: flex;\n    flex-direction: column;\n    gap: 1.25rem;\n    margin-top: 1.25rem;\n  }\n  .faq-item {\n    padding: 1.1rem 1.25rem;\n    border: 1px solid var(--border);\n    border-radius: 8px;\n    background: #fff;\n  }\n  .faq-q {\n    font-weight: 700;\n    color: var(--indigo);\n    font-size: 13.5px;\n    margin-bottom: 0.5rem;\n  }\n  .faq-a { font-size: 13.5px; color: var(--text-body); line-height: 1.75; }\n\n  \/* CTA BLOCK *\/\n  .cta-block {\n    background: var(--indigo);\n    padding: 3.5rem 2rem;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .cta-block::before {\n    content: '';\n    position: absolute;\n    top: -50px; left: -50px;\n    width: 220px; height: 220px;\n    border-radius: 50%;\n    background: rgba(189,16,225,0.1);\n  }\n  .cta-block h2 {\n    color: #fff;\n    margin-bottom: 1rem;\n    font-size: clamp(1.3rem, 3vw, 1.8rem);\n  }\n  .cta-block p {\n    color: rgba(255,255,255,0.82);\n    font-size: 14.5px;\n    max-width: 540px;\n    margin: 0 auto 2rem;\n    line-height: 1.85;\n  }\n  .cta-btn {\n    display: inline-block;\n    background: var(--purple);\n    color: #fff;\n    font-size: 15px;\n    font-weight: 700;\n    padding: 14px 38px;\n    border-radius: 6px;\n    text-decoration: none;\n    letter-spacing: 0.02em;\n    transition: background 0.2s, transform 0.15s;\n  }\n  .cta-btn:hover { background: #a00cc4; transform: translateY(-1px); }\n  .cta-meta {\n    margin-top: 1.2rem;\n    color: rgba(255,255,255,0.55);\n    font-size: 12px;\n    letter-spacing: 0.04em;\n  }\n\n  \/* FOOTER NOTE *\/\n  .footer-note {\n    text-align: center;\n    padding: 2rem 1.5rem;\n    font-size: 12.5px;\n    color: var(--text-muted);\n  }\n  .footer-note a { color: var(--purple); text-decoration: none; }\n  .footer-note a:hover { text-decoration: underline; }\n\u003c\/style\u003e\n\n\n\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"hero\"\u003e\n  \u003cdiv class=\"hero-eyebrow\"\u003eMiddle School ELA · Novel Study\u003c\/div\u003e\n  \u003ch1\u003eSet the Stage Before Page One:\u003cbr\u003eThe Hobbit Pre-Reading Activities \u0026amp; WebQuest\u003c\/h1\u003e\n  \u003cp class=\"hero-sub\"\u003eThree no-prep matching activities — Thorin's Map, WWI History, and Roman Numerals — plus an interactive WebQuest that connects Tolkien's real life to the novel before students read a single chapter.\u003c\/p\u003e\n  \u003cdiv class=\"hero-meta\"\u003e\n    \u003cspan class=\"hero-tag\"\u003eGrades 6–8\u003c\/span\u003e\n    \u003cspan class=\"hero-tag\"\u003eNo Prep · Print \u0026amp; Go\u003c\/span\u003e\n    \u003cspan class=\"hero-tag\"\u003e3 Activities + WebQuest\u003c\/span\u003e\n    \u003cspan class=\"hero-tag\"\u003eNovel Introduction\u003c\/span\u003e\n    \u003cspan class=\"hero-tag\"\u003eSub-Plan Ready\u003c\/span\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"page-wrap\"\u003e\n\n  \u003c!-- INTRO --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cspan class=\"section-label\"\u003eWhy This Resource Exists\u003c\/span\u003e\n    \u003ch2\u003eStudents Who Know the World Before They Enter It Read Better\u003c\/h2\u003e\n    \u003cdiv class=\"intro-text\"\u003e\n      \u003cp\u003eDropping students into Middle-earth cold is a recipe for confusion. J.R.R. Tolkien built an entire mythology — a hand-drawn map with locations students will need to track, chapter titles written in Roman numerals, and a story shaped by his own experience fighting in the trenches of WWI. Without some scaffolding, even strong readers get lost before Bilbo ever leaves the Shire.\u003c\/p\u003e\n      \u003cp\u003eThis pre-reading pack makes those connections visible before students read. When they know the world — the map, the history behind the story, how to read the chapter numbers — they arrive at Chapter I ready to actually comprehend what they're reading, not just decode the words.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"callout\"\u003e\n      Tolkien fought in the Battle of the Somme. The trenches, the no-man's-land, the loyalty of soldiers — all of it shaped Middle-earth. Your students will see the novel differently once they know that.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- WHAT'S INCLUDED --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cspan class=\"section-label\"\u003eWhat's Included\u003c\/span\u003e\n    \u003ch2\u003eEverything You Need to Launch Your Hobbit Unit Right\u003c\/h2\u003e\n    \u003cp\u003eFour ready-to-use print-and-go activities — no cutting, laminating, or teacher prep required. Answer key included.\u003c\/p\u003e\n    \u003cdiv class=\"included-grid\"\u003e\n      \u003cdiv class=\"included-card\"\u003e\n        \u003ch3\u003eActivity 1: Thorin's Map\u003c\/h3\u003e\n        \u003cp\u003eA matching activity built around Tolkien's hand-drawn map. Students identify locations, compass directions, chapter count, publication year, and key map phrases — grounding them in the geography of Middle-earth before they read.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"included-card\"\u003e\n        \u003ch3\u003eActivity 2: WWI History\u003c\/h3\u003e\n        \u003cp\u003eA matching activity on World War I — the Battle of the Somme, Allied vs. Central Powers, trench warfare, no-man's-land — connecting Tolkien's real wartime experience directly to the themes he embedded in the novel.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"included-card\"\u003e\n        \u003ch3\u003eActivity 3: Roman Numerals\u003c\/h3\u003e\n        \u003cp\u003eAn introduction to reading Roman numerals with fill-in practice — because The Hobbit numbers its chapters in Roman numerals, and students who can't read them stumble on page one.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"included-card\"\u003e\n        \u003ch3\u003eInteractive WebQuest\u003c\/h3\u003e\n        \u003cp\u003eA guided research activity using credible sources (tolkiensociety.org, history.com) to explore Tolkien's biography, creative inspiration, and the historical context of the novel. Builds research skills alongside background knowledge.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SKILLS COVERED --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cspan class=\"section-label\"\u003eSkills Covered\u003c\/span\u003e\n    \u003ch2\u003eStandards-Aligned Practice Built Into Every Activity\u003c\/h2\u003e\n    \u003cul class=\"skills-list\"\u003e\n      \u003cli\u003eMap reading \u0026amp; geographic literacy\u003c\/li\u003e\n      \u003cli\u003eHistorical context \u0026amp; background knowledge\u003c\/li\u003e\n      \u003cli\u003eRoman numeral reading \u0026amp; conversion\u003c\/li\u003e\n      \u003cli\u003eResearch skills \u0026amp; credible source use\u003c\/li\u003e\n      \u003cli\u003eActivating prior knowledge\u003c\/li\u003e\n      \u003cli\u003eMaking connections: author to text\u003c\/li\u003e\n      \u003cli\u003eClose reading preparation\u003c\/li\u003e\n      \u003cli\u003eIndependent \u0026amp; group work skills\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PERFECT FOR --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cspan class=\"section-label\"\u003ePerfect For\u003c\/span\u003e\n    \u003ch2\u003eFlexible Enough to Fit Wherever You Need It\u003c\/h2\u003e\n    \u003cp\u003eThis pack was designed to work across a variety of classroom contexts — not just the first day of the unit.\u003c\/p\u003e\n    \u003cdiv class=\"use-cases\"\u003e\n      \u003cspan class=\"use-tag\"\u003eNovel unit launch\u003c\/span\u003e\n      \u003cspan class=\"use-tag\"\u003eIndependent work stations\u003c\/span\u003e\n      \u003cspan class=\"use-tag\"\u003eLiterature circles\u003c\/span\u003e\n      \u003cspan class=\"use-tag\"\u003eSub plans\u003c\/span\u003e\n      \u003cspan class=\"use-tag\"\u003eEarly finisher activities\u003c\/span\u003e\n      \u003cspan class=\"use-tag\"\u003eGroup discussion starters\u003c\/span\u003e\n      \u003cspan class=\"use-tag\"\u003eMiddle school ELA (Grades 6–8)\u003c\/span\u003e\n      \u003cspan class=\"use-tag\"\u003eHomeschool novel study\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cspan class=\"section-label\"\u003eYour Questions, Answered\u003c\/span\u003e\n    \u003ch2\u003eBefore You Download\u003c\/h2\u003e\n    \u003cdiv class=\"faq-list\"\u003e\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003cp class=\"faq-q\"\u003eDoes this require any prep before I hand it out?\u003c\/p\u003e\n        \u003cp class=\"faq-a\"\u003eNothing at all. Download, print, and hand it to students. The activities are self-explanatory, the answer key is included, and there's no cutting, laminating, or setup involved.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003cp class=\"faq-q\"\u003eWhy is WWI history part of a pre-reading pack for The Hobbit?\u003c\/p\u003e\n        \u003cp class=\"faq-a\"\u003eBecause Tolkien was a WWI veteran who fought in the Battle of the Somme. That experience — the trenches, the no-man's-land, the loss of close friends — shaped the themes and mood of The Hobbit in ways students will notice when they read. Understanding that history makes the novel richer, not harder.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003cp class=\"faq-q\"\u003eWhy is there a Roman numerals activity in here?\u003c\/p\u003e\n        \u003cp class=\"faq-a\"\u003eThe Hobbit numbers its chapters in Roman numerals. Students who can't read Roman numerals stumble on the very first chapter heading — a small friction point that this activity eliminates quickly and practically.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003cp class=\"faq-q\"\u003eCan I use this as a sub plan or for independent work?\u003c\/p\u003e\n        \u003cp class=\"faq-a\"\u003eYes — each activity is self-directed and clearly formatted for students to work through independently. The matching format and the WebQuest both work well without teacher facilitation, making this genuinely sub-plan-ready.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c!-- \/page-wrap --\u003e\n\n\u003c!-- CTA --\u003e\n\u003cdiv class=\"cta-block\"\u003e\n  \u003ch2\u003eGive Your Students the Context That Makes The Hobbit Click\u003c\/h2\u003e\n  \u003cp\u003eThe map, the history, the chapter numbering system — students who arrive at Chapter I with that foundation understand the novel. Students who don't spend the first few chapters just trying to catch up. This pack closes that gap in four print-and-go activities.\u003c\/p\u003e\n  \u003ca class=\"cta-btn\" href=\"#\"\u003eAdd to Cart\u003c\/a\u003e\n  \u003cp class=\"cta-meta\"\u003eGrades 6–8 · Middle School ELA · 3 Matching Activities + WebQuest · Answer Key Included · PDF · Print-and-Go · No Prep Required\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"footer-note\"\u003e\n  Questions? Email \u003ca href=\"mailto:debra@lightupliteraturecurriculum.com\"\u003edebra@lightupliteraturecurriculum.com\u003c\/a\u003e\u003cbr\u003e\n  Also available on \u003ca href=\"https:\/\/www.teacherspayteachers.com\/store\/light-up-literature-curriculum\" target=\"_blank\"\u003eTeachers Pay Teachers\u003c\/a\u003e · © Light Up Literature™ Curriculum. All rights reserved.\n\u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"Light Up Literature™ Curriculum","offers":[{"title":"Default Title","offer_id":49284175003871,"sku":null,"price":3.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0810\/3038\/1791\/files\/Screenshot2026-05-20at9.42.37AM.png?v=1779288166"},{"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"},{"product_id":"the-outsiders-vocabulary-quizzes-word-lists","title":"The Outsiders Vocabulary Quizzes \u0026 Word Lists | 6-Week No-Prep Novel Unit | Grades 7–9","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 Outsiders Vocabulary Quizzes \u0026amp; Word Lists | 6-Week No-Prep Novel Unit | Grades 7–9\u003c\/title\u003e\n  \u003cmeta name=\"description\" content=\"6-week vocabulary unit for The Outsiders: 120 context-based words, weekly MC and Pre-AP matching quizzes, and detailed answer keys. Grades 7–9. No prep. Light Up Literature.\"\u003e\n  \u003cmeta name=\"keywords\" content=\"The Outsiders vocabulary quiz, The Outsiders word lists, Outsiders novel study vocabulary, S.E. Hinton vocabulary activities, 7th grade novel vocabulary, The Outsiders vocabulary worksheets, Outsiders ELA unit grades 7 8 9, The Outsiders context clues, Outsiders chapter vocabulary, no prep novel study vocabulary\"\u003e\n  \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n  \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\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    :root {\n      --purple: #BD10E1;\n      --indigo: #25046B;\n      --indigo-mid: #3a0a8f;\n      --white: #ffffff;\n      --off-white: #faf8ff;\n      --light-purple: #f5e8fc;\n      --text-dark: #1a0040;\n      --text-mid: #3d2070;\n      --text-body: #2d1060;\n      --border-light: #e0cff5;\n    }\n\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n    body {\n      font-family: 'Open Sans', sans-serif;\n      background-color: var(--off-white);\n      color: var(--text-body);\n      line-height: 1.7;\n      font-size: 16px;\n    }\n\n    h1, h2, h3, h4 { font-family: 'Playfair Display', serif; line-height: 1.2; }\n    a { color: var(--purple); text-decoration: none; }\n\n    \/* ─── HERO ─── *\/\n    .hero {\n      background: linear-gradient(135deg, var(--indigo) 0%, var(--indigo-mid) 55%, #5c1aad 100%);\n      color: var(--white); padding: 64px 24px 72px;\n      text-align: center; position: relative; overflow: hidden;\n    }\n    .hero::before {\n      content: ''; position: absolute; top: -80px; right: -80px;\n      width: 320px; height: 320px; border-radius: 50%;\n      background: rgba(189,16,225,0.18); pointer-events: none;\n    }\n    .hero::after {\n      content: ''; position: absolute; bottom: -60px; left: -60px;\n      width: 240px; height: 240px; border-radius: 50%;\n      background: rgba(189,16,225,0.12); pointer-events: none;\n    }\n    .hero-inner { max-width: 820px; margin: 0 auto; position: relative; z-index: 1; }\n    .hero-badge {\n      display: inline-block;\n      background: rgba(189,16,225,0.25);\n      border: 1px solid rgba(189,16,225,0.5);\n      color: #e9b5f9; font-family: 'Open Sans', sans-serif;\n      font-size: 12px; font-weight: 700;\n      letter-spacing: 2px; text-transform: uppercase;\n      padding: 6px 18px; border-radius: 30px; margin-bottom: 22px;\n    }\n    .hero h1 { font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 900; color: var(--white); margin-bottom: 18px; }\n    .hero h1 span { color: #e07ef8; }\n    .hero-sub { font-size: 1.15rem; color: #d4b8f0; max-width: 660px; margin: 0 auto 32px; }\n    .hero-stats { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-bottom: 36px; }\n    .stat-pill {\n      background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.2);\n      color: var(--white); font-size: 0.85rem; font-weight: 600;\n      padding: 7px 16px; border-radius: 30px;\n    }\n    .stat-pill.highlight { background: rgba(189,16,225,0.35); border-color: rgba(189,16,225,0.6); }\n    .btn-primary {\n      display: inline-block; background: var(--purple); color: var(--white);\n      font-family: 'Open Sans', sans-serif; font-size: 1rem; font-weight: 700;\n      padding: 16px 40px; border-radius: 6px; letter-spacing: 0.5px;\n      text-transform: uppercase;\n    }\n    .btn-primary:hover { background: #a50cc8; }\n\n    \/* ─── NOTICE BAR ─── *\/\n    .notice-bar {\n      background: #3a0a8f; color: #e9b5f9;\n      text-align: center; padding: 14px 24px;\n      font-size: 0.9rem; font-weight: 600;\n      border-bottom: 2px solid rgba(189,16,225,0.4);\n    }\n    .notice-bar strong { color: var(--white); }\n\n    \/* ─── TRUST BAR ─── *\/\n    .trust-bar {\n      background: var(--purple); color: var(--white);\n      text-align: center; padding: 14px 24px;\n      font-size: 0.9rem; font-weight: 600;\n    }\n\n    \/* ─── SECTIONS ─── *\/\n    .section { max-width: 880px; margin: 0 auto; padding: 60px 24px; }\n    .section-label { font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--purple); margin-bottom: 10px; }\n    .section h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); color: var(--indigo); margin-bottom: 20px; }\n    .section p { font-size: 1rem; color: var(--text-body); margin-bottom: 16px; max-width: 700px; }\n    .divider { border: none; border-top: 2px solid var(--border-light); max-width: 880px; margin: 0 auto; }\n\n    \/* ─── WHY BAND ─── *\/\n    .why-band { background: var(--light-purple); border-top: 3px solid var(--border-light); border-bottom: 3px solid var(--border-light); }\n    .why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; margin-top: 30px; }\n    .why-card {\n      background: var(--white); border: 1px solid var(--border-light);\n      border-left: 4px solid var(--purple); border-radius: 8px; padding: 20px 22px;\n    }\n    .why-card .w-icon { font-size: 1.5rem; margin-bottom: 8px; }\n    .why-card h3 { font-family: 'Open Sans', sans-serif; font-size: 0.93rem; font-weight: 700; color: var(--indigo); margin-bottom: 6px; }\n    .why-card p { font-size: 0.88rem; color: var(--text-body); margin: 0; }\n\n    \/* ─── DARK BAND ─── *\/\n    .dark-band { background: var(--indigo); color: var(--white); }\n    .dark-band .section-label { color: #e07ef8; }\n    .dark-band h2 { color: var(--white); }\n    .dark-band p { color: #d4b8f0; }\n\n    \/* ─── COMPONENT CARDS ─── *\/\n    .component-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 28px; }\n    .component-card {\n      background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15);\n      border-radius: 12px; padding: 24px;\n    }\n    .component-icon { font-size: 1.6rem; margin-bottom: 12px; }\n    .component-card h3 { font-family: 'Open Sans', sans-serif; font-size: 1rem; font-weight: 700; color: var(--white); margin-bottom: 8px; }\n    .component-card p { font-size: 0.85rem; color: #c0a0e0; margin: 0; line-height: 1.6; }\n    .component-tag {\n      display: inline-block; margin-top: 12px;\n      background: rgba(189,16,225,0.3); border: 1px solid rgba(189,16,225,0.5);\n      color: #e9b5f9; font-size: 0.75rem; font-weight: 700;\n      padding: 3px 10px; border-radius: 20px;\n    }\n\n    \/* ─── WEEK TABLE ─── *\/\n    .week-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; margin-top: 28px; }\n    .week-card {\n      background: var(--white); border: 1px solid var(--border-light);\n      border-radius: 10px; overflow: hidden;\n    }\n    .week-header {\n      background: var(--purple); color: var(--white);\n      padding: 10px 16px;\n      font-family: 'Open Sans', sans-serif; font-size: 0.88rem; font-weight: 700;\n      display: flex; justify-content: space-between; align-items: center;\n    }\n    .week-header span { font-size: 0.75rem; opacity: 0.85; font-weight: 400; }\n    .week-body { padding: 14px 16px; }\n    .week-words { font-size: 0.82rem; color: var(--text-body); line-height: 1.6; }\n    .week-words strong { color: var(--indigo); }\n\n    \/* ─── SKILLS ─── *\/\n    .skills-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 16px; margin-top: 28px; }\n    .skill-card {\n      background: var(--white); border: 1px solid var(--border-light);\n      border-top: 3px solid var(--purple); border-radius: 10px; padding: 18px 20px;\n    }\n    .skill-card .s-icon { font-size: 1.3rem; margin-bottom: 6px; }\n    .skill-card h3 { font-family: 'Open Sans', sans-serif; font-size: 0.88rem; font-weight: 700; color: var(--indigo); margin-bottom: 4px; }\n    .skill-card p { font-size: 0.8rem; color: var(--text-mid); margin: 0; }\n\n    \/* ─── WHO ─── *\/\n    .who-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 18px; margin-top: 28px; }\n    .who-card { text-align: center; background: var(--white); border: 1px solid var(--border-light); border-radius: 10px; padding: 24px 18px; }\n    .who-icon { font-size: 2rem; margin-bottom: 10px; }\n    .who-card h3 { font-family: 'Open Sans', sans-serif; font-size: 0.9rem; font-weight: 700; color: var(--indigo); margin-bottom: 6px; }\n    .who-card p { font-size: 0.83rem; color: var(--text-mid); margin: 0; }\n\n    \/* ─── WAYS ─── *\/\n    .ways-list {\n      list-style: none; display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n      gap: 16px; margin-top: 28px;\n    }\n    .ways-list li {\n      display: flex; align-items: flex-start; gap: 12px;\n      background: var(--white); border: 1px solid var(--border-light);\n      border-radius: 8px; padding: 16px 18px;\n      font-size: 0.93rem; color: var(--text-body); font-weight: 600;\n    }\n    .ways-list li span.icon { font-size: 1.2rem; flex-shrink: 0; margin-top: 1px; }\n\n    \/* ─── SPECS ─── *\/\n    .specs-wrap { border: 1px solid var(--border-light); border-radius: 10px; overflow: hidden; margin-top: 28px; }\n    .specs-table { width: 100%; border-collapse: collapse; font-size: 0.93rem; }\n    .specs-table tr { border-bottom: 1px solid var(--border-light); }\n    .specs-table tr:last-child { border-bottom: none; }\n    .specs-table td { padding: 13px 16px; vertical-align: top; }\n    .specs-table td:first-child { font-weight: 700; color: var(--indigo); width: 38%; background: var(--light-purple); }\n    .specs-table td:last-child { color: var(--text-body); background: var(--white); }\n\n    \/* ─── FAQ ─── *\/\n    .faq-list { display: flex; flex-direction: column; gap: 18px; margin-top: 28px; }\n    .faq-item { border: 1px solid var(--border-light); border-radius: 10px; overflow: hidden; }\n    .faq-q {\n      background: var(--white); padding: 18px 22px;\n      font-weight: 700; color: var(--indigo); font-size: 0.97rem;\n      display: flex; align-items: flex-start; gap: 12px;\n    }\n    .faq-q::before {\n      content: 'Q'; background: var(--purple); color: var(--white);\n      font-size: 0.75rem; font-weight: 700; width: 22px; height: 22px; min-width: 22px;\n      border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; margin-top: 1px;\n    }\n    .faq-a { background: var(--light-purple); padding: 16px 22px 18px 56px; font-size: 0.93rem; color: var(--text-body); border-top: 1px solid var(--border-light); }\n\n    \/* ─── CTA ─── *\/\n    .cta-band {\n      background: linear-gradient(135deg, var(--indigo) 0%, var(--indigo-mid) 55%, #5c1aad 100%);\n      color: var(--white); text-align: center; padding: 64px 24px;\n      position: relative; overflow: hidden;\n    }\n    .cta-band::before { content: ''; position: absolute; top: -100px; right: -100px; width: 350px; height: 350px; border-radius: 50%; background: rgba(189,16,225,0.15); pointer-events: none; }\n    .cta-inner { max-width: 620px; margin: 0 auto; position: relative; z-index: 1; }\n    .cta-band h2 { color: var(--white); font-size: clamp(1.7rem, 3.5vw, 2.4rem); margin-bottom: 16px; }\n    .cta-band p { color: #d4b8f0; font-size: 1.05rem; margin-bottom: 32px; max-width: 520px; margin-left: auto; margin-right: auto; }\n    .cta-reassure { margin-top: 20px; font-size: 0.82rem; color: #b89fd4; }\n\n    \/* ─── FOOTER ─── *\/\n    .footer { background: var(--text-dark); color: #9980c0; text-align: center; padding: 28px 24px; font-size: 0.82rem; }\n    .footer a { color: #c99ee0; }\n  \u003c\/style\u003e\n\n\n\n\u003c!-- ══════════════════════════════════════════\n     HERO\n══════════════════════════════════════════ --\u003e\n\u003csection class=\"hero\"\u003e\n  \u003cdiv class=\"hero-inner\"\u003e\n    \u003cdiv class=\"hero-badge\"\u003eGrades 7–9 · The Outsiders · S.E. Hinton · Novel Vocabulary · No Prep\u003c\/div\u003e\n    \u003ch1\u003e\n      Six Weeks of \u003cspan\u003e\u003cem\u003eOutsiders\u003c\/em\u003e Vocabulary\u003c\/span\u003e\u003cbr\u003eThat Actually Sticks.\n    \u003c\/h1\u003e\n    \u003cp class=\"hero-sub\"\u003eContext-based word lists, two quiz formats per week, and detailed answer keys — organized chapter by chapter across all twelve chapters of S.E. Hinton's classic. 120 words. Zero prep. One complete vocabulary unit.\u003c\/p\u003e\n    \u003cdiv class=\"hero-stats\"\u003e\n      \u003cspan class=\"stat-pill highlight\"\u003e120 Context-Based Vocabulary Words\u003c\/span\u003e\n      \u003cspan class=\"stat-pill highlight\"\u003e2 Quiz Formats Every Week\u003c\/span\u003e\n      \u003cspan class=\"stat-pill highlight\"\u003ePre-AP Matching Quiz Included\u003c\/span\u003e\n      \u003cspan class=\"stat-pill\"\u003eDetailed Answer Keys — Not Just Letters\u003c\/span\u003e\n      \u003cspan class=\"stat-pill\"\u003eChapters 1–12 · All Six Weeks\u003c\/span\u003e\n      \u003cspan class=\"stat-pill\"\u003ePrint-and-Go · No Prep Required\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003ca href=\"#buy\" class=\"btn-primary\"\u003eGet This Unit\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"notice-bar\"\u003e\n  \u003cstrong\u003ePairs perfectly with:\u003c\/strong\u003e The Outsiders Pre-Reading Activities \u0026amp; Teacher Guide and the full Outsiders Novel Study — available separately in the Light Up Literature store.\n\u003c\/div\u003e\n\n\u003cdiv class=\"trust-bar\"\u003e\n  Grades 7–9 · Novel Vocabulary · CCSS L.7.4 · Context Clues · Differentiated Assessment · On-Level \u0026amp; Pre-AP Formats\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     WHY THIS EXISTS\n══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"why-band\"\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cp class=\"section-label\"\u003eWhy This Resource\u003c\/p\u003e\n    \u003ch2\u003eMost Novel Vocabulary Lists Give Students Words. This One Gives Them the Story Behind Every Word.\u003c\/h2\u003e\n    \u003cp\u003eThe difference between a word list and a vocabulary unit is whether students actually remember the words after the quiz. Context-based learning is why they do. Every definition in this unit is written using the word's meaning as it appears in \u003cem\u003eThe Outsiders\u003c\/em\u003e — not a dictionary definition stripped from the story. When a student sees \"nonchalantly,\" they don't just remember \"casually\" — they remember Ponyboy shrugging nonchalantly while trying not to show how scared he was. That connection is what makes vocabulary stick.\u003c\/p\u003e\n    \u003cp\u003eThe second differentiator is assessment structure. Each week includes two complete quiz formats: a 20-question multiple choice quiz for on-level classes, and a 20-item matching quiz designed for Pre-AP rigor. The matching format scrambles all definitions so students can't guess from partial recall — they need to know the words. Teachers get built-in differentiation without building a second quiz from scratch.\u003c\/p\u003e\n    \u003cdiv class=\"why-grid\"\u003e\n      \u003cdiv class=\"why-card\"\u003e\n        \u003cdiv class=\"w-icon\"\u003e📖\u003c\/div\u003e\n        \u003ch3\u003eDefinitions tied to the novel — not the dictionary\u003c\/h3\u003e\n        \u003cp\u003eEvery word is defined in context. \"Madras\" isn't just \"a plaid cotton fabric\" — it's the plaid shirt that marks someone as a Soc. \"Aloof\" isn't just \"emotionally distant\" — it's the emotional armor the boys wear. Context-based definitions build comprehension, not just vocabulary recognition.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"why-card\"\u003e\n        \u003cdiv class=\"w-icon\"\u003e📝\u003c\/div\u003e\n        \u003ch3\u003eTwo quiz formats — one unit, built-in differentiation\u003c\/h3\u003e\n        \u003cp\u003eThe multiple choice quiz works for on-level instruction. The matching quiz — labeled Pre-AP — scrambles all 20 definitions so students must know each word precisely, not approximate it. Use one format, both formats, or assign them to different student groups. The differentiation is built in.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"why-card\"\u003e\n        \u003cdiv class=\"w-icon\"\u003e✅\u003c\/div\u003e\n        \u003ch3\u003eAnswer keys that explain — not just correct\u003c\/h3\u003e\n        \u003cp\u003eEvery answer key is formatted as a three-column table: word, correct answer, and a full explanation of why — including its connection to the novel. For the matching key, the explanation ties each definition back to a specific scene or character. Grading takes minutes. Feedback takes seconds.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"why-card\"\u003e\n        \u003cdiv class=\"w-icon\"\u003e📅\u003c\/div\u003e\n        \u003ch3\u003eChapter-by-chapter structure follows your reading schedule\u003c\/h3\u003e\n        \u003cp\u003eEach week covers two chapters — Chapters 1–2, 3–4, 5–6, 7–8, 9–10, 11–12 — so the vocabulary words arrive exactly when students encounter them in the text. Use the word list as a daily warm-up, assign the quiz on Friday, and move into the next two chapters on Monday. The pacing is done.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     WHAT'S INCLUDED — DARK BAND\n══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"dark-band\"\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cp class=\"section-label\"\u003eWhat's Included\u003c\/p\u003e\n    \u003ch2\u003eThree Components. Six Weeks. Every Chapter Covered.\u003c\/h2\u003e\n    \u003cp\u003eEach week contains the same three elements — word list, multiple choice quiz, and Pre-AP matching quiz — so the routine stays consistent and students always know what to expect. The answer keys follow immediately after each assessment.\u003c\/p\u003e\n\n    \u003cdiv class=\"component-grid\"\u003e\n      \u003cdiv class=\"component-card\"\u003e\n        \u003cdiv class=\"component-icon\"\u003e📋\u003c\/div\u003e\n        \u003ch3\u003eSix Context-Based Word Lists\u003c\/h3\u003e\n        \u003cp\u003eEach weekly word list presents 20 vocabulary words in a two-column table — the word on the left, a blank definition space on the right. Students write context-based definitions as they read, building the connection between word and story in real time. A complete teacher answer key follows each list, with definitions written to the novel's context rather than a generic dictionary entry. Use as bell ringers, guided reading support, or a pre-quiz study tool.\u003c\/p\u003e\n        \u003cspan class=\"component-tag\"\u003e20 words per week · 120 total\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"component-card\"\u003e\n        \u003cdiv class=\"component-icon\"\u003e✅\u003c\/div\u003e\n        \u003ch3\u003eSix Multiple Choice Quizzes — 20 Questions Each\u003c\/h3\u003e\n        \u003cp\u003eEach MC quiz includes 20 questions in three rotating formats: \"Which word means...\" (definition recall), fill-in-the-blank using a novel scene, and \"Which word BEST describes...\" (application). Questions draw directly from the story — wrong answers are plausible but incorrect, not obvious. Designed for on-level 7th–9th grade use. Complete answer key with explanation for every item included immediately following each quiz.\u003c\/p\u003e\n        \u003cspan class=\"component-tag\"\u003e120 MC questions total · Full answer keys\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"component-card\"\u003e\n        \u003cdiv class=\"component-icon\"\u003e🎯\u003c\/div\u003e\n        \u003ch3\u003eSix Pre-AP Matching Quizzes — 20 Items Each\u003c\/h3\u003e\n        \u003cp\u003eEach matching quiz presents all 20 words numbered on the left and all 20 definitions lettered A–T on the right — scrambled so no order pattern assists guessing. This format demands precise word knowledge and is labeled Pre-AP because it requires a higher level of recall than multiple choice. Works as a standalone honors assessment, a differentiation tool alongside the MC quiz, or a final review before the end-of-novel vocabulary test. Complete answer key with novel-context explanations included.\u003c\/p\u003e\n        \u003cspan class=\"component-tag\"\u003ePre-AP rigor · Scrambled definitions\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.15); border-left: 4px solid #e07ef8; border-radius: 10px; padding: 22px 26px; margin-top: 24px;\"\u003e\n      \u003cp style=\"color: #d4b8f0; font-size: 0.9rem; margin-bottom: 0;\"\u003e\u003cstrong style=\"color: var(--white);\"\u003eTotal: approximately 56 pages\u003c\/strong\u003e — 6 blank word lists, 6 word list answer keys, 6 MC quizzes, 6 MC answer keys, 6 matching quizzes, 6 matching answer keys. Everything is organized in weekly order so you can print one week at a time or the full unit at once.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     WEEK BY WEEK\n══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"section\"\u003e\n  \u003cp class=\"section-label\"\u003eWeek by Week\u003c\/p\u003e\n  \u003ch2\u003eAll Twelve Chapters. Every Word in Order.\u003c\/h2\u003e\n  \u003cp\u003eVocabulary words are drawn from the chapters students are actively reading — so when the word appears in the story, students already have the definition. The chapter breakdown aligns with a standard six-week reading schedule, but each week's materials work independently if your class moves faster or slower.\u003c\/p\u003e\n  \u003cdiv class=\"week-grid\"\u003e\n    \u003cdiv class=\"week-card\"\u003e\n      \u003cdiv class=\"week-header\"\u003eWeek 1 \u003cspan\u003eChapters 1–2\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"week-body\"\u003e\n        \u003cdiv class=\"week-words\"\u003e\n\u003cstrong\u003eSample words:\u003c\/strong\u003e asset, madras, sympathetic, quiver, disgrace, incredulous, roguish, aloof, nonchalantly, dumbfounded — and 10 more\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"week-card\"\u003e\n      \u003cdiv class=\"week-header\"\u003eWeek 2 \u003cspan\u003eChapters 3–4\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"week-body\"\u003e\n        \u003cdiv class=\"week-words\"\u003e\n\u003cstrong\u003eSample words:\u003c\/strong\u003e defiance, contemptuous, premonition, reformatory, apprehensive, bleak, reeling, self-preservation — and 12 more\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"week-card\"\u003e\n      \u003cdiv class=\"week-header\"\u003eWeek 3 \u003cspan\u003eChapters 5–6\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"week-body\"\u003e\n        \u003cdiv class=\"week-words\"\u003e\n\u003cstrong\u003eSample words:\u003c\/strong\u003e reluctant, wistful, doggedly, detached, indignant, conviction, implore, hysterics, radiate, admiringly — and 10 more\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"week-card\"\u003e\n      \u003cdiv class=\"week-header\"\u003eWeek 4 \u003cspan\u003eChapters 7–8\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"week-body\"\u003e\n        \u003cdiv class=\"week-words\"\u003e\n\u003cstrong\u003eSample words:\u003c\/strong\u003e drawled, aghast, outcast, faltered, brawn, composure, resemblance, grim, leery, aimlessly — and 10 more\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"week-card\"\u003e\n      \u003cdiv class=\"week-header\"\u003eWeek 5 \u003cspan\u003eChapters 9–10\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"week-body\"\u003e\n        \u003cdiv class=\"week-words\"\u003e\n\u003cstrong\u003eSample words:\u003c\/strong\u003e stupor, stricken, conformity, delirious, reckless, exhaustion, guardian, flinch, triumph, underprivileged — and 10 more\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"week-card\"\u003e\n      \u003cdiv class=\"week-header\"\u003eWeek 6 \u003cspan\u003eChapters 11–12\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"week-body\"\u003e\n        \u003cdiv class=\"week-words\"\u003e\n\u003cstrong\u003eSample words:\u003c\/strong\u003e acquitted, composition, circumstance, idolized, liable, bluff, sluggish, towheaded, hazy, veered — and 10 more\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     SKILLS COVERED\n══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"why-band\"\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cp class=\"section-label\"\u003eStandards \u0026amp; Skills\u003c\/p\u003e\n    \u003ch2\u003eVocabulary Acquisition the Way the Standards Intend It.\u003c\/h2\u003e\n    \u003cp\u003eCCSS L.7.4 requires students to determine the meaning of unknown words using context clues, word relationships, and nuance. Every element of this unit is designed around that standard — not as an add-on, but as the core method.\u003c\/p\u003e\n    \u003cdiv class=\"skills-grid\"\u003e\n      \u003cdiv class=\"skill-card\"\u003e\n        \u003cdiv class=\"s-icon\"\u003e🔍\u003c\/div\u003e\n        \u003ch3\u003eContext Clues (L.7.4a)\u003c\/h3\u003e\n        \u003cp\u003eWord lists are completed during reading so students use the surrounding text as their primary definition source. The fill-in-the-blank quiz questions reinforce context-based meaning over rote memorization.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"skill-card\"\u003e\n        \u003cdiv class=\"s-icon\"\u003e📚\u003c\/div\u003e\n        \u003ch3\u003eVocabulary Acquisition (L.7.4)\u003c\/h3\u003e\n        \u003cp\u003e120 words drawn directly from the novel — general academic vocabulary and domain-specific literary terms. Students encounter each word in the story, define it in context, and then demonstrate understanding on two different assessments.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"skill-card\"\u003e\n        \u003cdiv class=\"s-icon\"\u003e🎯\u003c\/div\u003e\n        \u003ch3\u003eWord Nuance \u0026amp; Precision (L.7.5c)\u003c\/h3\u003e\n        \u003cp\u003eThe Pre-AP matching quiz requires students to distinguish between similar-sounding or overlapping words — \"aloof\" vs. \"detached,\" \"doggedly\" vs. \"stubbornly.\" Precise discrimination of meaning is built into the assessment format.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"skill-card\"\u003e\n        \u003cdiv class=\"s-icon\"\u003e📖\u003c\/div\u003e\n        \u003ch3\u003eReading Comprehension Support (RL.7.1–7.3)\u003c\/h3\u003e\n        \u003cp\u003eWhen students know what words like \"premonition,\" \"contemptuous,\" and \"self-preservation\" mean before they're tested on the story, reading comprehension scores go up. Vocabulary instruction is comprehension instruction.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     WHO IT'S FOR\n══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"dark-band\"\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cp class=\"section-label\"\u003eWho This Works For\u003c\/p\u003e\n    \u003ch2\u003eOne Unit. Every Classroom.\u003c\/h2\u003e\n    \u003cdiv class=\"who-grid\"\u003e\n      \u003cdiv class=\"who-card\"\u003e\n        \u003cdiv class=\"who-icon\"\u003e🏫\u003c\/div\u003e\n        \u003ch3\u003e7th–9th Grade ELA Teachers\u003c\/h3\u003e\n        \u003cp\u003eRun the MC quiz for your on-level classes and the matching quiz for honors or Pre-AP. Or assign both to the same class — the MC quiz as a formative check and the matching quiz as the summative grade. The differentiation is already built in.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"who-card\"\u003e\n        \u003cdiv class=\"who-icon\"\u003e🏠\u003c\/div\u003e\n        \u003ch3\u003eHomeschool Parents\u003c\/h3\u003e\n        \u003cp\u003eThe word lists work as daily vocabulary warm-ups. Use the MC quiz as a weekly check-in and the matching quiz as a more rigorous option when your student is ready. The answer keys explain every correct response so you can discuss answers without an ELA background.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"who-card\"\u003e\n        \u003cdiv class=\"who-icon\"\u003e📚\u003c\/div\u003e\n        \u003ch3\u003eTutors \u0026amp; Reading Specialists\u003c\/h3\u003e\n        \u003cp\u003eThe chapter-by-chapter structure makes it easy to work on vocabulary alongside whatever chapter a student is currently reading. Individual quiz formats work well for one-on-one assessment. The answer key explanations support meaningful post-quiz discussion.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"who-card\"\u003e\n        \u003cdiv class=\"who-icon\"\u003e🔄\u003c\/div\u003e\n        \u003ch3\u003eSubstitute-Ready\u003c\/h3\u003e\n        \u003cp\u003eThe word list and MC quiz are completely self-contained — students can complete them independently while their teacher is out. No instruction required. Print and go.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     WHEN TO USE\n══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"why-band\"\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cp class=\"section-label\"\u003eWays to Use It\u003c\/p\u003e\n    \u003ch2\u003eFits Into Your Schedule — However You Run Novel Studies.\u003c\/h2\u003e\n    \u003cul class=\"ways-list\"\u003e\n      \u003cli\u003e\n\u003cspan class=\"icon\"\u003e🔔\u003c\/span\u003eBell ringer — use 2–3 words from the week's list as a daily warm-up before reading\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"icon\"\u003e📅\u003c\/span\u003eFriday assessment — assign the MC quiz at the end of each reading week\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"icon\"\u003e🎯\u003c\/span\u003eHonors differentiation — use the matching quiz as the Pre-AP grade while on-level students take the MC version\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"icon\"\u003e📖\u003c\/span\u003eStudy guide — the word list with answer key doubles as a study tool before a final novel test\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"icon\"\u003e✍️\u003c\/span\u003eWriting integration — use weekly vocabulary words as required inclusions in reader response journal entries\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"icon\"\u003e🔄\u003c\/span\u003eSpiral review — revisit earlier week's words in later matching quizzes to build long-term retention\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     SPECS\n══════════════════════════════════════════ --\u003e\n\u003chr class=\"divider\"\u003e\n\u003cdiv class=\"section\"\u003e\n  \u003cp class=\"section-label\"\u003eProduct Details\u003c\/p\u003e\n  \u003ch2\u003eWhat You're Getting\u003c\/h2\u003e\n  \u003cdiv class=\"specs-wrap\"\u003e\n    \u003ctable class=\"specs-table\"\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eGrade Level\u003c\/td\u003e\n        \u003ctd\u003e7th–9th Grade (on-level and Pre-AP\/honors use)\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eNovel Required\u003c\/td\u003e\n        \u003ctd\u003e\n\u003cem\u003eThe Outsiders\u003c\/em\u003e by S.E. Hinton — not included. This pack contains vocabulary materials to teach alongside the novel. The novel is widely available in school libraries, district-licensed digital resources, and most 7th–8th grade ELA anthologies.\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eVocabulary Words\u003c\/td\u003e\n        \u003ctd\u003e120 words total — 20 per week across 6 weeks. All definitions are context-based, written to the word's meaning and usage in the novel rather than generic dictionary definitions.\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eWord Lists\u003c\/td\u003e\n        \u003ctd\u003e6 student-facing blank word lists (one per week) + 6 teacher answer keys. Each list covers 20 words in a two-column table format. Answer keys include full context-based definitions for all 120 words.\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eMultiple Choice Quizzes\u003c\/td\u003e\n        \u003ctd\u003e6 quizzes — 20 questions each (120 MC questions total). Three question formats: definition recall, fill-in-the-blank using novel scenes, and application. Full answer key with explanation for every item included after each quiz.\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003ePre-AP Matching Quizzes\u003c\/td\u003e\n        \u003ctd\u003e6 matching quizzes — 20 items each (120 matching items total). All definitions scrambled A–T. Designed for honors or Pre-AP assessment rigor. Full answer key with novel-context explanations included after each quiz.\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eChapter Coverage\u003c\/td\u003e\n        \u003ctd\u003eWeek 1: Chapters 1–2 · Week 2: Chapters 3–4 · Week 3: Chapters 5–6 · Week 4: Chapters 7–8 · Week 5: Chapters 9–10 · Week 6: Chapters 11–12\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eTotal Pages\u003c\/td\u003e\n        \u003ctd\u003eApproximately 56 pages — word lists, quizzes, and answer keys organized in weekly order\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eStandards Alignment\u003c\/td\u003e\n        \u003ctd\u003eCCSS L.7.4 (vocabulary acquisition and use); L.7.4a (context clues); L.7.5c (word nuance and precision). Supports RL.7.1–RL.7.3 comprehension standards.\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eFormat\u003c\/td\u003e\n        \u003ctd\u003ePDF — printable and digital upload ready (Google Classroom, Canvas, Schoology, etc.)\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eLicense\u003c\/td\u003e\n        \u003ctd\u003eSingle classroom or personal homeschool use. Additional licenses required for teams, co-ops, schools, or districts.\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     FAQ\n══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"section\" style=\"padding-top: 0;\"\u003e\n  \u003cp class=\"section-label\"\u003eCommon Questions\u003c\/p\u003e\n  \u003ch2\u003eBefore You Buy\u003c\/h2\u003e\n  \u003cdiv class=\"faq-list\"\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eDoes this include a copy of \u003cem\u003eThe Outsiders\u003c\/em\u003e?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eNo — \u003cem\u003eThe Outsiders\u003c\/em\u003e is under copyright and is not included. This pack contains the vocabulary materials to teach alongside the novel. The novel is widely available in school libraries, district-licensed digital databases, and most 7th–8th grade ELA anthologies. Check your school library or district resources first.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eWhat's the difference between the multiple choice quiz and the matching quiz?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eThe multiple choice quiz presents one word per question with four answer choices — it works well for on-level assessment because students can use partial knowledge to eliminate wrong answers. The matching quiz presents all 20 words and all 20 definitions at once, with definitions scrambled in a random letter order. Students must match each word to its exact definition without the process-of-elimination advantage. This is why it's labeled Pre-AP — it requires more precise vocabulary knowledge. You can use one format, both formats, or assign them to different groups for differentiation.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eDo all the answer keys include explanations, or just letters?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eAll answer keys include explanations — not just the correct letter. The multiple choice answer keys are formatted as a three-column table: question number, correct answer, and a full explanation of why. The matching answer keys follow the same format, with explanations that connect each definition back to its use in the novel. This makes post-quiz discussion straightforward and gives students meaningful feedback rather than just a score.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eCan I use this for homeschool use?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes — this works very well for homeschool instruction. The word lists function as daily vocabulary activities, and the weekly quizzes provide structured assessment. The detailed answer keys explain every word in its novel context, so you can have a meaningful discussion about each answer without an ELA background. Many homeschool families use the MC quiz as the standard weekly assessment and save the matching quiz as a pre-test review before moving to the next section of the novel.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eDoes this pair with your other Outsiders resources?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes. This vocabulary unit pairs with the Outsiders Pre-Reading Activities \u0026amp; Teacher Guide (S.E. Hinton biography, historical context, and pre-reading activities) and the full Outsiders novel study, both available separately in the Light Up Literature store. Together they form a complete novel unit covering pre-reading, reading comprehension, vocabulary, and literary analysis.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     CTA\n══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"cta-band\" id=\"buy\"\u003e\n  \u003cdiv class=\"cta-inner\"\u003e\n    \u003ch2\u003eSix Weeks of Vocabulary.\u003cbr\u003eZero Prep. Built In Differentiation.\u003c\/h2\u003e\n    \u003cp\u003e120 context-based words. Six word lists with answer keys. Six multiple choice quizzes. Six Pre-AP matching quizzes. All twelve chapters of \u003cem\u003eThe Outsiders\u003c\/em\u003e — covered, organized, and ready to print.\u003c\/p\u003e\n    \u003ca href=\"#\" class=\"btn-primary\"\u003eAdd to Cart\u003c\/a\u003e\n    \u003cp class=\"cta-reassure\"\u003ePDF delivered instantly · ~56 pages · Grades 7–9 · On-level \u0026amp; Pre-AP formats · Single classroom or homeschool license\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     FOOTER\n══════════════════════════════════════════ --\u003e\n\u003cfooter class=\"footer\"\u003e\n  \u003cp\u003e© 2025 Light Up Literature™ Curriculum, LLC. All rights reserved. | \u003ca href=\"https:\/\/lightupliterature.com\"\u003elightupliterature.com\u003c\/a\u003e\u003c\/p\u003e\n  \u003cp style=\"margin-top: 6px;\"\u003eQuestions? \u003ca href=\"mailto:Debra@lightupliteraturecurriculum.com\"\u003eDebra@lightupliteraturecurriculum.com\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/footer\u003e\n\n\n\u003c\/body\u003e","brand":"Light Up Literature™ Curriculum","offers":[{"title":"Default Title","offer_id":49517680820447,"sku":null,"price":9.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0810\/3038\/1791\/files\/TheOutsidersVocabulary.png?v=1779719817"},{"product_id":"the-outsiders-pre-reading-activities-s-e-hinton-biography-1960s-music-culture-grades-7-9","title":"The Outsiders Pre-Reading Activities | S.E. Hinton Biography + 1960s Music \u0026 Culture | Grades 7–9","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 Outsiders Pre-Reading Activities | S.E. Hinton Biography + 1960s Music \u0026amp; Culture | Grades 7–9\u003c\/title\u003e\n  \u003cmeta name=\"description\" content=\"Pre-reading pack for The Outsiders: S.E. Hinton biography, 1960s music \u0026amp; culture article, 20 comprehension questions, answer keys with video links, and a 2–3 day teacher guide. Grades 7–9. No prep.\"\u003e\n  \u003cmeta name=\"keywords\" content=\"The Outsiders pre-reading activities, S.E. Hinton biography worksheet, Outsiders 1960s culture lesson, The Outsiders background knowledge, S.E. Hinton biography quiz, The Outsiders historical context, Outsiders novel study pre-reading, 7th grade novel study pre-reading, Outsiders identity belonging lesson, From Motown to Woodstock ELA\"\u003e\n  \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n  \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\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    :root {\n      --purple: #BD10E1;\n      --indigo: #25046B;\n      --indigo-mid: #3a0a8f;\n      --white: #ffffff;\n      --off-white: #faf8ff;\n      --light-purple: #f5e8fc;\n      --text-dark: #1a0040;\n      --text-mid: #3d2070;\n      --text-body: #2d1060;\n      --border-light: #e0cff5;\n    }\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n    body { font-family: 'Open Sans', sans-serif; background-color: var(--off-white); color: var(--text-body); line-height: 1.7; font-size: 16px; }\n    h1, h2, h3, h4 { font-family: 'Playfair Display', serif; line-height: 1.2; }\n    a { color: var(--purple); text-decoration: none; }\n\n    .hero { background: linear-gradient(135deg, var(--indigo) 0%, var(--indigo-mid) 55%, #5c1aad 100%); color: var(--white); padding: 64px 24px 72px; text-align: center; position: relative; overflow: hidden; }\n    .hero::before { content: ''; position: absolute; top: -80px; right: -80px; width: 320px; height: 320px; border-radius: 50%; background: rgba(189,16,225,0.18); pointer-events: none; }\n    .hero::after { content: ''; position: absolute; bottom: -60px; left: -60px; width: 240px; height: 240px; border-radius: 50%; background: rgba(189,16,225,0.12); pointer-events: none; }\n    .hero-inner { max-width: 820px; margin: 0 auto; position: relative; z-index: 1; }\n    .hero-badge { display: inline-block; background: rgba(189,16,225,0.25); border: 1px solid rgba(189,16,225,0.5); color: #e9b5f9; font-family: 'Open Sans', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; padding: 6px 18px; border-radius: 30px; margin-bottom: 22px; }\n    .hero h1 { font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 900; color: var(--white); margin-bottom: 18px; }\n    .hero h1 span { color: #e07ef8; }\n    .hero-sub { font-size: 1.15rem; color: #d4b8f0; max-width: 660px; margin: 0 auto 32px; }\n    .hero-stats { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-bottom: 36px; }\n    .stat-pill { background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.2); color: var(--white); font-size: 0.85rem; font-weight: 600; padding: 7px 16px; border-radius: 30px; }\n    .stat-pill.highlight { background: rgba(189,16,225,0.35); border-color: rgba(189,16,225,0.6); }\n    .btn-primary { display: inline-block; background: var(--purple); color: var(--white); font-family: 'Open Sans', sans-serif; font-size: 1rem; font-weight: 700; padding: 16px 40px; border-radius: 6px; letter-spacing: 0.5px; text-transform: uppercase; }\n    .btn-primary:hover { background: #a50cc8; }\n\n    .notice-bar { background: #3a0a8f; color: #e9b5f9; text-align: center; padding: 14px 24px; font-size: 0.9rem; font-weight: 600; border-bottom: 2px solid rgba(189,16,225,0.4); }\n    .notice-bar strong { color: var(--white); }\n    .trust-bar { background: var(--purple); color: var(--white); text-align: center; padding: 14px 24px; font-size: 0.9rem; font-weight: 600; }\n\n    .section { max-width: 880px; margin: 0 auto; padding: 60px 24px; }\n    .section-label { font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--purple); margin-bottom: 10px; }\n    .section h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); color: var(--indigo); margin-bottom: 20px; }\n    .section p { font-size: 1rem; color: var(--text-body); margin-bottom: 16px; max-width: 700px; }\n    .divider { border: none; border-top: 2px solid var(--border-light); max-width: 880px; margin: 0 auto; }\n\n    .why-band { background: var(--light-purple); border-top: 3px solid var(--border-light); border-bottom: 3px solid var(--border-light); }\n    .why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; margin-top: 30px; }\n    .why-card { background: var(--white); border: 1px solid var(--border-light); border-left: 4px solid var(--purple); border-radius: 8px; padding: 20px 22px; }\n    .why-card .w-icon { font-size: 1.5rem; margin-bottom: 8px; }\n    .why-card h3 { font-family: 'Open Sans', sans-serif; font-size: 0.93rem; font-weight: 700; color: var(--indigo); margin-bottom: 6px; }\n    .why-card p { font-size: 0.88rem; color: var(--text-body); margin: 0; }\n\n    .dark-band { background: var(--indigo); color: var(--white); }\n    .dark-band .section-label { color: #e07ef8; }\n    .dark-band h2 { color: var(--white); }\n    .dark-band p { color: #d4b8f0; }\n\n    .component-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 28px; }\n    .component-card { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); border-radius: 12px; padding: 24px; }\n    .component-icon { font-size: 1.6rem; margin-bottom: 12px; }\n    .component-card h3 { font-family: 'Open Sans', sans-serif; font-size: 1rem; font-weight: 700; color: var(--white); margin-bottom: 8px; }\n    .component-card p { font-size: 0.85rem; color: #c0a0e0; margin: 0; line-height: 1.6; }\n    .component-tag { display: inline-block; margin-top: 12px; background: rgba(189,16,225,0.3); border: 1px solid rgba(189,16,225,0.5); color: #e9b5f9; font-size: 0.75rem; font-weight: 700; padding: 3px 10px; border-radius: 20px; }\n\n    .lp-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 16px; margin-top: 28px; }\n    @media (max-width: 700px) { .lp-grid { grid-template-columns: 1fr; } }\n    .lp-card { background: var(--white); border: 1px solid var(--border-light); border-radius: 10px; overflow: hidden; }\n    .lp-header { background: var(--purple); color: var(--white); padding: 12px 18px; font-family: 'Open Sans', sans-serif; font-size: 0.88rem; font-weight: 700; }\n    .lp-body { padding: 16px 18px; }\n    .lp-day { font-size: 0.82rem; color: var(--text-body); padding: 7px 0; border-bottom: 1px solid var(--border-light); display: flex; gap: 10px; align-items: flex-start; }\n    .lp-day:last-child { border-bottom: none; }\n    .lp-day-num { flex-shrink: 0; background: var(--light-purple); color: var(--purple); font-weight: 700; font-size: 0.75rem; width: 22px; height: 22px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-top: 1px; }\n\n    .skills-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 16px; margin-top: 28px; }\n    .skill-card { background: var(--white); border: 1px solid var(--border-light); border-top: 3px solid var(--purple); border-radius: 10px; padding: 18px 20px; }\n    .skill-card .s-icon { font-size: 1.3rem; margin-bottom: 6px; }\n    .skill-card h3 { font-family: 'Open Sans', sans-serif; font-size: 0.88rem; font-weight: 700; color: var(--indigo); margin-bottom: 4px; }\n    .skill-card p { font-size: 0.8rem; color: var(--text-mid); margin: 0; }\n\n    .who-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 18px; margin-top: 28px; }\n    .who-card { text-align: center; background: var(--white); border: 1px solid var(--border-light); border-radius: 10px; padding: 24px 18px; }\n    .who-icon { font-size: 2rem; margin-bottom: 10px; }\n    .who-card h3 { font-family: 'Open Sans', sans-serif; font-size: 0.9rem; font-weight: 700; color: var(--indigo); margin-bottom: 6px; }\n    .who-card p { font-size: 0.83rem; color: var(--text-mid); margin: 0; }\n\n    .ways-list { list-style: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; margin-top: 28px; }\n    .ways-list li { display: flex; align-items: flex-start; gap: 12px; background: var(--white); border: 1px solid var(--border-light); border-radius: 8px; padding: 16px 18px; font-size: 0.93rem; color: var(--text-body); font-weight: 600; }\n    .ways-list li span.icon { font-size: 1.2rem; flex-shrink: 0; margin-top: 1px; }\n\n    .specs-wrap { border: 1px solid var(--border-light); border-radius: 10px; overflow: hidden; margin-top: 28px; }\n    .specs-table { width: 100%; border-collapse: collapse; font-size: 0.93rem; }\n    .specs-table tr { border-bottom: 1px solid var(--border-light); }\n    .specs-table tr:last-child { border-bottom: none; }\n    .specs-table td { padding: 13px 16px; vertical-align: top; }\n    .specs-table td:first-child { font-weight: 700; color: var(--indigo); width: 38%; background: var(--light-purple); }\n    .specs-table td:last-child { color: var(--text-body); background: var(--white); }\n\n    .faq-list { display: flex; flex-direction: column; gap: 18px; margin-top: 28px; }\n    .faq-item { border: 1px solid var(--border-light); border-radius: 10px; overflow: hidden; }\n    .faq-q { background: var(--white); padding: 18px 22px; font-weight: 700; color: var(--indigo); font-size: 0.97rem; display: flex; align-items: flex-start; gap: 12px; }\n    .faq-q::before { content: 'Q'; background: var(--purple); color: var(--white); font-size: 0.75rem; font-weight: 700; width: 22px; height: 22px; min-width: 22px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; margin-top: 1px; }\n    .faq-a { background: var(--light-purple); padding: 16px 22px 18px 56px; font-size: 0.93rem; color: var(--text-body); border-top: 1px solid var(--border-light); }\n\n    .cta-band { background: linear-gradient(135deg, var(--indigo) 0%, var(--indigo-mid) 55%, #5c1aad 100%); color: var(--white); text-align: center; padding: 64px 24px; position: relative; overflow: hidden; }\n    .cta-band::before { content: ''; position: absolute; top: -100px; right: -100px; width: 350px; height: 350px; border-radius: 50%; background: rgba(189,16,225,0.15); pointer-events: none; }\n    .cta-inner { max-width: 620px; margin: 0 auto; position: relative; z-index: 1; }\n    .cta-band h2 { color: var(--white); font-size: clamp(1.7rem, 3.5vw, 2.4rem); margin-bottom: 16px; }\n    .cta-band p { color: #d4b8f0; font-size: 1.05rem; margin-bottom: 32px; max-width: 520px; margin-left: auto; margin-right: auto; }\n    .cta-reassure { margin-top: 20px; font-size: 0.82rem; color: #b89fd4; }\n\n    .footer { background: var(--text-dark); color: #9980c0; text-align: center; padding: 28px 24px; font-size: 0.82rem; }\n    .footer a { color: #c99ee0; }\n  \u003c\/style\u003e\n\n\n\n\u003c!-- HERO --\u003e\n\u003csection class=\"hero\"\u003e\n  \u003cdiv class=\"hero-inner\"\u003e\n    \u003cdiv class=\"hero-badge\"\u003eGrades 7–9 · The Outsiders · S.E. Hinton · 1960s Context · No Prep\u003c\/div\u003e\n    \u003ch1\u003e\n      Students Can't Understand Ponyboy\u003cbr\u003e\u003cspan\u003eUntil They Understand His World.\u003c\/span\u003e\n    \u003c\/h1\u003e\n    \u003cp class=\"hero-sub\"\u003eTwo nonfiction articles, 20 close-reading comprehension questions, answer keys that explain every answer choice, and a complete 2–3 day teacher guide with embedded video links — everything you need to launch The Outsiders with context, depth, and engagement.\u003c\/p\u003e\n    \u003cdiv class=\"hero-stats\"\u003e\n      \u003cspan class=\"stat-pill highlight\"\u003eS.E. Hinton Biography — Cited from 6 Sources\u003c\/span\u003e\n      \u003cspan class=\"stat-pill highlight\"\u003eFrom Motown to Woodstock — 1960s Culture Article\u003c\/span\u003e\n      \u003cspan class=\"stat-pill highlight\"\u003eAnswer Keys Explain Every Answer Choice\u003c\/span\u003e\n      \u003cspan class=\"stat-pill\"\u003e20 Comprehension Questions — 10 Per Article\u003c\/span\u003e\n      \u003cspan class=\"stat-pill\"\u003eEmbedded YouTube Video Links\u003c\/span\u003e\n      \u003cspan class=\"stat-pill\"\u003e2–3 Day Teacher Guide + SEL Connections\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003ca href=\"#buy\" class=\"btn-primary\"\u003eGet This Pack\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"notice-bar\"\u003e\n  \u003cstrong\u003ePairs perfectly with:\u003c\/strong\u003e The Outsiders Vocabulary Quizzes \u0026amp; Word Lists and the full Outsiders Novel Study — available separately in the Light Up Literature store.\n\u003c\/div\u003e\n\n\u003cdiv class=\"trust-bar\"\u003e\n  Grades 7–9 · Pre-Reading Context · Identity \u0026amp; Belonging · SEL Connections · CCSS RI.7.1–RI.8.2 · No Prep\n\u003c\/div\u003e\n\n\u003c!-- WHY THIS EXISTS --\u003e\n\u003cdiv class=\"why-band\"\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cp class=\"section-label\"\u003eWhy This Resource\u003c\/p\u003e\n    \u003ch2\u003eThe Novel Makes More Sense When Students Arrive Already Inside Ponyboy's World.\u003c\/h2\u003e\n    \u003cp\u003eMost students pick up \u003cem\u003eThe Outsiders\u003c\/em\u003e and start reading without any sense of who S.E. Hinton was, why she wrote it at sixteen, or what 1965 Tulsa actually felt like for a working-class teenager. That gap matters. When Ponyboy talks about the divide between Greasers and Socs, students who understand that the 1960s were a decade of real class tension — where working-class teens left school to support families while Socs went to college — read that conflict differently. They feel it.\u003c\/p\u003e\n    \u003cp\u003eThis pre-reading pack closes that gap. Two substantial nonfiction articles give students the biography and cultural context they need before page one. The comprehension questions build close-reading skills using pre-reading texts, so by the time students open the novel, they're already practicing the analytical thinking the unit demands.\u003c\/p\u003e\n    \u003cdiv class=\"why-grid\"\u003e\n      \u003cdiv class=\"why-card\"\u003e\n        \u003cdiv class=\"w-icon\"\u003e👤\u003c\/div\u003e\n        \u003ch3\u003eA biography worth reading — cited, substantive, and student-ready\u003c\/h3\u003e\n        \u003cp\u003eThe S.E. Hinton biography isn't a paragraph summary. It's a full nonfiction text — sourced from six references including Britannica, the Encyclopedia of Oklahoma History, and Hinton's official website — covering her working-class Tulsa childhood, her father's death during her junior year, why she published as \"S.E. Hinton\" to avoid gender bias, her writer's block after publication, and the Margaret A. Edwards Award she received in 1988. Students who read this biography understand the novel's themes of identity, belonging, and perseverance from the inside.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"why-card\"\u003e\n        \u003cdiv class=\"w-icon\"\u003e🎵\u003c\/div\u003e\n        \u003ch3\u003eThe 1960s article is a genuine cultural lesson — not a worksheet filler\u003c\/h3\u003e\n        \u003cp\u003eFrom Motown to Woodstock covers the music, economics, and social tensions of the era with real substance: Motown's role as a cross-racial soundtrack for dreaming bigger, the British Invasion's rebellious energy, Bob Dylan and protest folk, Woodstock as a symbol of youth power — and critically, the education and opportunity divide that explains why Greasers and Socs weren't just different personalities but different futures. This is the context that makes the rumble make sense.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"why-card\"\u003e\n        \u003cdiv class=\"w-icon\"\u003e✅\u003c\/div\u003e\n        \u003ch3\u003eAnswer keys that explain — not just correct\u003c\/h3\u003e\n        \u003cp\u003eBoth answer keys go beyond marking right and wrong. Every question includes a \"Why It's Correct\" explanation and a \"Why Others Are Wrong\" breakdown of every incorrect answer choice. This format lets teachers use the answer key as a teaching tool — not just a grading shortcut. It also makes post-quiz discussion straightforward even for non-specialist teachers or homeschool parents.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"why-card\"\u003e\n        \u003cdiv class=\"w-icon\"\u003e🎬\u003c\/div\u003e\n        \u003ch3\u003eVideo links embedded — interactive review with zero extra prep\u003c\/h3\u003e\n        \u003cp\u003eEach answer key includes an embedded YouTube video link for whole-class review of the article's key concepts. The Teacher Guide suggests playing a 20–30 second Motown or Beatles clip before students read the music article — an engagement hook that takes thirty seconds and costs nothing. The videos are student-friendly and already embedded in the PDF so there's no searching involved.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- WHAT'S INCLUDED --\u003e\n\u003cdiv class=\"dark-band\"\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cp class=\"section-label\"\u003eWhat's Included\u003c\/p\u003e\n    \u003ch2\u003eFive Components. Two to Three Days of Rich Pre-Reading Instruction.\u003c\/h2\u003e\n    \u003cp\u003eEvery component works independently or as part of the full 2–3 day sequence. The Teacher Guide specifies exactly how to use each piece and how long each activity takes — so the planning is already done.\u003c\/p\u003e\n\n    \u003cdiv class=\"component-grid\"\u003e\n      \u003cdiv class=\"component-card\"\u003e\n        \u003cdiv class=\"component-icon\"\u003e👤\u003c\/div\u003e\n        \u003ch3\u003eS.E. Hinton Biography\u003c\/h3\u003e\n        \u003cp\u003eA full student-ready nonfiction text — three pages — covering Hinton's working-class Tulsa upbringing, her father's death during her junior year, writing The Outsiders at sixteen, publishing under initials to avoid gender bias, struggling with writer's block after publication, her teaching degree, cameo appearances in film adaptations, and the 1988 Margaret A. Edwards Award. Sourced from six credible references. Ends with a Reflection Connection section on Identity, Belonging, and Perseverance — ready for SEL integration.\u003c\/p\u003e\n        \u003cspan class=\"component-tag\"\u003e3 student pages · 6 cited sources\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"component-card\"\u003e\n        \u003cdiv class=\"component-icon\"\u003e🎵\u003c\/div\u003e\n        \u003ch3\u003eFrom Motown to Woodstock Article\u003c\/h3\u003e\n        \u003cp\u003eA three-page nonfiction article covering the music and culture that shaped Ponyboy's world: Motown's cross-racial appeal, the British Invasion, folk and protest music (Bob Dylan, Joan Baez), Woodstock as youth power symbol, and — most importantly for the novel — the education and opportunity divide between working-class and middle-class teens in 1960s Tulsa. Connects directly to the Greaser\/Soc conflict and explains why Ponyboy's longing for \"something golden\" resonates with the era's spirit.\u003c\/p\u003e\n        \u003cspan class=\"component-tag\"\u003e3 student pages · Historical + cultural context\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"component-card\"\u003e\n        \u003cdiv class=\"component-icon\"\u003e📝\u003c\/div\u003e\n        \u003ch3\u003e20 Comprehension Questions — 10 Per Article\u003c\/h3\u003e\n        \u003cp\u003eBoth quizzes use rigorous multiple-choice format — four answer choices per question — moving from central idea and inference questions to vocabulary in context, author's point of view, text structure analysis, and theme. The biography quiz includes questions on why Hinton used initials, how her father's death influenced her writing, and what her career teaches about perseverance. The Motown quiz includes text structure identification (cause and effect), vocabulary in context, and theme synthesis.\u003c\/p\u003e\n        \u003cspan class=\"component-tag\"\u003e2 pages per quiz · Close-reading focused\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"component-card\"\u003e\n        \u003cdiv class=\"component-icon\"\u003e✅\u003c\/div\u003e\n        \u003ch3\u003eExpanded Answer Keys with Video Links\u003c\/h3\u003e\n        \u003cp\u003eBoth answer keys are formatted as three-column tables: the correct answer, a \"Why It's Correct\" explanation, and a \"Why Others Are Wrong\" breakdown of all incorrect choices. This format supports meaningful post-quiz discussion, helps teachers give targeted feedback, and gives homeschool parents a complete explanation of each question without an ELA background. An embedded YouTube review link is included in each key for whole-class reinforcement.\u003c\/p\u003e\n        \u003cspan class=\"component-tag\"\u003eEvery answer explained · Video links embedded\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"component-card\"\u003e\n        \u003cdiv class=\"component-icon\"\u003e📅\u003c\/div\u003e\n        \u003ch3\u003eTeacher Guide — 2–3 Day Pacing Plan\u003c\/h3\u003e\n        \u003cp\u003eA complete teacher guide with a day-by-day pacing table, discussion and SEL connection prompts, and classroom tips. Day 1: S.E. Hinton biography read-aloud or independent, comprehension questions, video review. Day 2: Motown article with music clip hook, comprehension questions, video review. Day 3: Class discussion and SEL connections — Identity \u0026amp; Belonging reflection questions, optional 1960s playlist activity where students vote on Ponyboy's \"theme song.\" Includes tips for digital use, scaffolding for struggling readers, and the optional playlist activity.\u003c\/p\u003e\n        \u003cspan class=\"component-tag\"\u003e2–3 days · SEL connections included\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.15); border-left: 4px solid #e07ef8; border-radius: 10px; padding: 22px 26px; margin-top: 24px;\"\u003e\n      \u003cp style=\"color: #d4b8f0; font-size: 0.9rem; margin-bottom: 0;\"\u003e\u003cstrong style=\"color: var(--white);\"\u003eTotal: 16 pages\u003c\/strong\u003e — biography (3 student pages), Motown article (3 student pages), biography quiz (2 pages), Motown quiz (2 pages), both answer keys (2 pages), teacher guide (2 pages), cover, and terms of use. All 10 student-facing pages are printable and digital-upload ready.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- PACING PLAN --\u003e\n\u003cdiv class=\"section\"\u003e\n  \u003cp class=\"section-label\"\u003eDay by Day\u003c\/p\u003e\n  \u003ch2\u003eThe Planning Is Done. Print and Teach.\u003c\/h2\u003e\n  \u003cp\u003eEach day follows a clear structure — read, respond, discuss, and connect — so students know what to expect and teachers can run the sequence without additional preparation. All three days together form a complete pre-reading unit. Days 1 and 2 work independently if your timeline is shorter.\u003c\/p\u003e\n  \u003cdiv class=\"lp-grid\"\u003e\n    \u003cdiv class=\"lp-card\"\u003e\n      \u003cdiv class=\"lp-header\"\u003eDay 1 — S.E. Hinton Biography\u003c\/div\u003e\n      \u003cdiv class=\"lp-body\"\u003e\n        \u003cdiv class=\"lp-day\"\u003e\n\u003cspan class=\"lp-day-num\"\u003e1\u003c\/span\u003e\u003cspan\u003eRead the biography aloud as a class or assign independently (15–20 min). Pause at key moments: Hinton's father's death, the decision to publish as \"S.E. Hinton,\" and writer's block after publication.\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"lp-day\"\u003e\n\u003cspan class=\"lp-day-num\"\u003e2\u003c\/span\u003e\u003cspan\u003eComplete the 10 comprehension questions individually or in pairs (15 min). Review answers using the embedded YouTube video link for whole-class reinforcement.\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"lp-day\"\u003e\n\u003cspan class=\"lp-day-num\"\u003e3\u003c\/span\u003e\u003cspan\u003eDiscuss: How does Hinton's feeling of being an \"outsider\" shape the way she writes her characters? What does her story teach about perseverance?\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"lp-card\"\u003e\n      \u003cdiv class=\"lp-header\"\u003eDay 2 — From Motown to Woodstock\u003c\/div\u003e\n      \u003cdiv class=\"lp-body\"\u003e\n        \u003cdiv class=\"lp-day\"\u003e\n\u003cspan class=\"lp-day-num\"\u003e1\u003c\/span\u003e\u003cspan\u003ePlay a 20–30 second Motown or Beatles clip as an engagement hook. Read the article in small groups or as a class (20 min).\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"lp-day\"\u003e\n\u003cspan class=\"lp-day-num\"\u003e2\u003c\/span\u003e\u003cspan\u003eComplete the 10 comprehension questions in partner or small-group work (15 min). Check answers as a class using the embedded video link.\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"lp-day\"\u003e\n\u003cspan class=\"lp-day-num\"\u003e3\u003c\/span\u003e\u003cspan\u003eDiscuss: Which song from the article best represents Ponyboy's world? What music today serves as a \"compass\" for teens in your classroom?\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"lp-card\"\u003e\n      \u003cdiv class=\"lp-header\"\u003eDay 3 — Discussion + SEL Connections\u003c\/div\u003e\n      \u003cdiv class=\"lp-body\"\u003e\n        \u003cdiv class=\"lp-day\"\u003e\n\u003cspan class=\"lp-day-num\"\u003e1\u003c\/span\u003e\u003cspan\u003eExplore the Identity \u0026amp; Belonging reflection questions from the biography (25–30 min): How does belonging shape who we become? When have you felt like an outsider?\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"lp-day\"\u003e\n\u003cspan class=\"lp-day-num\"\u003e2\u003c\/span\u003e\u003cspan\u003eOptional playlist activity: Create a short Spotify or YouTube playlist of 1960s hits and let students vote for Ponyboy's \"theme song\" — with evidence from both articles.\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"lp-day\"\u003e\n\u003cspan class=\"lp-day-num\"\u003e3\u003c\/span\u003e\u003cspan\u003eBridge to the novel: What questions do you have about the world Ponyboy lives in? What do you predict will matter most to him?\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- SKILLS --\u003e\n\u003cdiv class=\"why-band\"\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cp class=\"section-label\"\u003eStandards \u0026amp; Skills\u003c\/p\u003e\n    \u003ch2\u003ePre-Reading That Builds the Skills the Novel Unit Demands.\u003c\/h2\u003e\n    \u003cp\u003eThese articles aren't background filler — they're rigorous nonfiction reading that builds exactly the skills students need to succeed with the novel and on standardized assessments.\u003c\/p\u003e\n    \u003cdiv class=\"skills-grid\"\u003e\n      \u003cdiv class=\"skill-card\"\u003e\n        \u003cdiv class=\"s-icon\"\u003e🔍\u003c\/div\u003e\n        \u003ch3\u003eCite Textual Evidence (RI.7.1 \/ RI.8.1)\u003c\/h3\u003e\n        \u003cp\u003eAll 20 comprehension questions require students to return to the text for evidence. Questions are written so guessing from prior knowledge is not enough — the answer is in the article.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"skill-card\"\u003e\n        \u003cdiv class=\"s-icon\"\u003e💡\u003c\/div\u003e\n        \u003ch3\u003eCentral Idea \u0026amp; Summary (RI.7.2 \/ RI.8.2)\u003c\/h3\u003e\n        \u003cp\u003eBoth quizzes include central idea questions that require students to distinguish the main argument from supporting details — the same skill tested on the novel's informational reading standards.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"skill-card\"\u003e\n        \u003cdiv class=\"s-icon\"\u003e🔗\u003c\/div\u003e\n        \u003ch3\u003eAnalyze Connections (RI.7.3 \/ RI.8.3)\u003c\/h3\u003e\n        \u003cp\u003eQuestions connect Hinton's life events to her themes and connect the 1960s education divide to the novel's Greaser\/Soc conflict — building the skill of tracing how individuals, events, and ideas interact.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"skill-card\"\u003e\n        \u003cdiv class=\"s-icon\"\u003e📝\u003c\/div\u003e\n        \u003ch3\u003eVocabulary in Context (RI.7.4)\u003c\/h3\u003e\n        \u003cp\u003eThe Motown article quiz includes a vocabulary in context question — \"compass\" used figuratively. Students determine meaning from context, not a word bank.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"skill-card\"\u003e\n        \u003cdiv class=\"s-icon\"\u003e🏗️\u003c\/div\u003e\n        \u003ch3\u003eText Structure (RI.7.5)\u003c\/h3\u003e\n        \u003cp\u003eThe Motown quiz explicitly asks students to identify the article's dominant text structure — cause and effect — and explain how historical events influenced music and teen identity.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"skill-card\"\u003e\n        \u003cdiv class=\"s-icon\"\u003e🌱\u003c\/div\u003e\n        \u003ch3\u003eSEL — Identity \u0026amp; Belonging\u003c\/h3\u003e\n        \u003cp\u003eThe biography's Reflection Connection section and Day 3 discussion prompts connect Hinton's experience to students' own sense of identity, belonging, and perseverance — anchoring the novel's themes in personal meaning before reading begins.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- WHO IT'S FOR --\u003e\n\u003cdiv class=\"dark-band\"\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cp class=\"section-label\"\u003eWho This Works For\u003c\/p\u003e\n    \u003ch2\u003eOne Pack. Every Teaching Context.\u003c\/h2\u003e\n    \u003cdiv class=\"who-grid\"\u003e\n      \u003cdiv class=\"who-card\"\u003e\n        \u003cdiv class=\"who-icon\"\u003e🏫\u003c\/div\u003e\n        \u003ch3\u003e7th–9th Grade ELA Teachers\u003c\/h3\u003e\n        \u003cp\u003eRun all three days for a complete pre-reading unit or choose the article most relevant to your focus. The biography works as a standalone author study. The Motown article works as a cross-curricular history connection. The pacing table tells you exactly how long each activity takes.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"who-card\"\u003e\n        \u003cdiv class=\"who-icon\"\u003e🏠\u003c\/div\u003e\n        \u003ch3\u003eHomeschool Parents\u003c\/h3\u003e\n        \u003cp\u003eThe biography is student-readable and the answer key explains every question in plain language — no ELA background needed. The Day 3 discussion prompts work perfectly for one-on-one conversation. The optional playlist activity makes a memorable family activity before reading begins.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"who-card\"\u003e\n        \u003cdiv class=\"who-icon\"\u003e🔄\u003c\/div\u003e\n        \u003ch3\u003eSubstitute-Ready\u003c\/h3\u003e\n        \u003cp\u003eBoth articles and their comprehension questions are completely self-contained — students can work through them independently. The teacher guide provides enough structure that a substitute can run Day 1 or Day 2 without ELA expertise.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"who-card\"\u003e\n        \u003cdiv class=\"who-icon\"\u003e🧩\u003c\/div\u003e\n        \u003ch3\u003eCross-Curricular Use\u003c\/h3\u003e\n        \u003cp\u003eThe Motown to Woodstock article pairs naturally with 1960s units in social studies or history classes. The biography works in any context where students are studying author's craft, identity, or perseverance as an SEL theme.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- WHEN TO USE --\u003e\n\u003cdiv class=\"why-band\"\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cp class=\"section-label\"\u003eWays to Use It\u003c\/p\u003e\n    \u003ch2\u003eBefore the Novel. During the Unit. As a Standalone.\u003c\/h2\u003e\n    \u003cul class=\"ways-list\"\u003e\n      \u003cli\u003e\n\u003cspan class=\"icon\"\u003e📖\u003c\/span\u003ePre-reading launch — run 2–3 days before starting the novel to build context and engagement\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"icon\"\u003e👤\u003c\/span\u003eAuthor study — use the biography as a standalone S.E. Hinton author study activity\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"icon\"\u003e🎵\u003c\/span\u003eCross-curricular hook — pair the Motown article with a 1960s history or social studies unit\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"icon\"\u003e🌱\u003c\/span\u003eSEL integration — use the Identity \u0026amp; Belonging reflection questions as a standalone discussion or journal activity\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"icon\"\u003e🔄\u003c\/span\u003eSubstitute day — both articles and quizzes are completely self-contained for independent student work\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"icon\"\u003e🎯\u003c\/span\u003eTest prep — the comprehension questions target RI.7.1–RI.8.2 skills directly tested on standardized assessments\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- SPECS --\u003e\n\u003chr class=\"divider\"\u003e\n\u003cdiv class=\"section\"\u003e\n  \u003cp class=\"section-label\"\u003eProduct Details\u003c\/p\u003e\n  \u003ch2\u003eWhat You're Getting\u003c\/h2\u003e\n  \u003cdiv class=\"specs-wrap\"\u003e\n    \u003ctable class=\"specs-table\"\u003e\n      \u003ctr\u003e\n\u003ctd\u003eGrade Level\u003c\/td\u003e\n\u003ctd\u003e7th–9th Grade\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eArticle 1\u003c\/td\u003e\n\u003ctd\u003eS.E. Hinton Biography — full nonfiction text covering Hinton's life from Tulsa childhood through the 1988 Margaret A. Edwards Award. Sourced from 6 references. Includes Identity, Belonging \u0026amp; Perseverance reflection section. 3 student pages.\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eArticle 2\u003c\/td\u003e\n\u003ctd\u003eFrom Motown to Woodstock: The Music Behind The Outsiders — covers Motown, British Invasion, folk and protest music, Woodstock, and the 1960s education and economic divide. 3 student pages.\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eComprehension Questions\u003c\/td\u003e\n\u003ctd\u003e20 multiple-choice questions total — 10 per article. Covers central idea, textual evidence, inference, vocabulary in context, text structure, author's point of view, and theme.\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eAnswer Keys\u003c\/td\u003e\n\u003ctd\u003eTwo expanded answer keys — one per article. Three-column format: correct answer, Why It's Correct explanation, Why Others Are Wrong breakdown of all incorrect choices. Embedded YouTube video link in each key for whole-class review.\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eTeacher Guide\u003c\/td\u003e\n\u003ctd\u003e2-page teacher guide with day-by-day pacing table (Days 1–3), discussion \u0026amp; SEL connection prompts, student-friendly video link reference, and classroom tips including scaffolding for struggling readers and the optional playlist activity.\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eTotal Pages\u003c\/td\u003e\n\u003ctd\u003e16 pages — 10 student-facing pages, 2 answer key pages, 2 teacher guide pages, cover, and terms of use\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eStandards Alignment\u003c\/td\u003e\n\u003ctd\u003eCCSS RI.7.1, RI.7.2, RI.7.3, RI.7.4, RI.7.5, RI.8.1, RI.8.2 (cite evidence, central idea, analyze connections, vocabulary in context, text structure)\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eFormat\u003c\/td\u003e\n\u003ctd\u003ePDF — printable and digital upload ready (Google Classroom, Canvas, Schoology, etc.)\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eLicense\u003c\/td\u003e\n\u003ctd\u003eSingle classroom or personal homeschool use. Additional licenses required for teams, co-ops, schools, or districts.\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- FAQ --\u003e\n\u003cdiv class=\"section\" style=\"padding-top: 0;\"\u003e\n  \u003cp class=\"section-label\"\u003eCommon Questions\u003c\/p\u003e\n  \u003ch2\u003eBefore You Buy\u003c\/h2\u003e\n  \u003cdiv class=\"faq-list\"\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eDoes this include a copy of \u003cem\u003eThe Outsiders\u003c\/em\u003e?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eNo — this is a pre-reading activities pack. It contains the two nonfiction articles, comprehension questions, answer keys, and teacher guide to use before or alongside the novel. The Outsiders by S.E. Hinton is widely available in school libraries and most 7th–8th grade ELA anthologies.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eDo I need to use all three days, or can I use just one article?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eBoth articles work independently. If you only have one class period, the biography is the higher-priority resource — it connects most directly to the novel's themes of identity, belonging, and class divide. The Motown article works well as a Day 2 addition or as a standalone cross-curricular activity with a history or social studies class. Day 3 is discussion-based and doesn't require any additional materials.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eWhat makes the answer keys different from a standard answer key?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eEach answer key uses a three-column format — correct answer, a full \"Why It's Correct\" explanation, and a \"Why Others Are Wrong\" breakdown of every incorrect answer choice. This means you can use the answer key as a teaching tool during class discussion, not just a grading reference. It also means homeschool parents and non-specialist teachers can explain every answer meaningfully without additional preparation.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eIs this appropriate for homeschool use?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes — both articles are student-readable and the answer keys explain everything in plain language. The Day 3 discussion prompts work perfectly for one-on-one conversation. The optional playlist activity — creating a 1960s playlist and voting on Ponyboy's \"theme song\" — makes an engaging family activity that builds genuine connection to the novel before reading begins.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eDoes this pair with your other Outsiders resources?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes. This pre-reading pack pairs with The Outsiders Vocabulary Quizzes \u0026amp; Word Lists (6-week, 120 context-based words, MC and Pre-AP matching formats) and the full Outsiders Novel Study, both available separately in the Light Up Literature store. Together they form a complete novel unit from pre-reading through vocabulary, comprehension, and literary analysis.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- CTA --\u003e\n\u003cdiv class=\"cta-band\" id=\"buy\"\u003e\n  \u003cdiv class=\"cta-inner\"\u003e\n    \u003ch2\u003eGive Students Ponyboy's World\u003cbr\u003eBefore They Open the Book.\u003c\/h2\u003e\n    \u003cp\u003eTwo nonfiction articles. Twenty close-reading questions. Answer keys that explain every choice. A complete 2–3 day teacher guide with embedded video links and SEL connections. Everything to launch \u003cem\u003eThe Outsiders\u003c\/em\u003e with context, depth, and engagement.\u003c\/p\u003e\n    \u003ca href=\"#\" class=\"btn-primary\"\u003eAdd to Cart\u003c\/a\u003e\n    \u003cp class=\"cta-reassure\"\u003ePDF delivered instantly · 16 pages · Grades 7–9 · No prep required · Single classroom or homeschool license\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- FOOTER --\u003e\n\u003cfooter class=\"footer\"\u003e\n  \u003cp\u003e© 2025 Light Up Literature™ Curriculum, LLC. All rights reserved. | \u003ca href=\"https:\/\/lightupliterature.com\"\u003elightupliterature.com\u003c\/a\u003e\u003c\/p\u003e\n  \u003cp style=\"margin-top: 6px;\"\u003eQuestions? \u003ca href=\"mailto:Debra@lightupliteraturecurriculum.com\"\u003eDebra@lightupliteraturecurriculum.com\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/footer\u003e\n\n\n\u003c\/body\u003e","brand":"Light Up Literature™ Curriculum","offers":[{"title":"Default Title","offer_id":49519319449823,"sku":null,"price":6.25,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0810\/3038\/1791\/files\/TheOutsidersPre-ReadingActivities.png?v=1779721915"},{"product_id":"the-call-of-the-wild-activity-puzzle-pack-novel-study-ela-grades-6-8-no-prep","title":"The Call of the Wild Activity \u0026 Puzzle Pack | Novel Study ELA Grades 6–8 | No Prep","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 Call of the Wild Activity \u0026amp; Puzzle Pack | Novel Study ELA Grades 6–8 | No Prep\u003c\/title\u003e\n  \u003cmeta name=\"description\" content=\"176-page activity and puzzle pack for The Call of the Wild: vocabulary charts, word searches, crosswords, word scrambles, cryptograms, mazes, illustration activities, and journal writing for all 7 chapters. Grades 6–8. No prep.\"\u003e\n  \u003cmeta name=\"keywords\" content=\"The Call of the Wild activities, Call of the Wild novel study, Call of the Wild word search, Call of the Wild crossword puzzle, Call of the Wild activity pack, Jack London ELA activities, middle school novel study activities, Call of the Wild vocabulary, Call of the Wild puzzle pack, Call of the Wild no prep ELA\"\u003e\n  \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n  \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\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    :root {\n      --purple: #BD10E1;\n      --indigo: #25046B;\n      --indigo-mid: #3a0a8f;\n      --white: #ffffff;\n      --off-white: #faf8ff;\n      --light-purple: #f5e8fc;\n      --text-dark: #1a0040;\n      --text-mid: #3d2070;\n      --text-body: #2d1060;\n      --border-light: #e0cff5;\n    }\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n    body { font-family: 'Open Sans', sans-serif; background-color: var(--off-white); color: var(--text-body); line-height: 1.7; font-size: 16px; }\n    h1, h2, h3, h4 { font-family: 'Playfair Display', serif; line-height: 1.2; }\n    a { color: var(--purple); text-decoration: none; }\n\n    .hero { background: linear-gradient(135deg, var(--indigo) 0%, var(--indigo-mid) 55%, #5c1aad 100%); color: var(--white); padding: 64px 24px 72px; text-align: center; position: relative; overflow: hidden; }\n    .hero::before { content: ''; position: absolute; top: -80px; right: -80px; width: 320px; height: 320px; border-radius: 50%; background: rgba(189,16,225,0.18); pointer-events: none; }\n    .hero::after { content: ''; position: absolute; bottom: -60px; left: -60px; width: 240px; height: 240px; border-radius: 50%; background: rgba(189,16,225,0.12); pointer-events: none; }\n    .hero-inner { max-width: 820px; margin: 0 auto; position: relative; z-index: 1; }\n    .hero-badge { display: inline-block; background: rgba(189,16,225,0.25); border: 1px solid rgba(189,16,225,0.5); color: #e9b5f9; font-family: 'Open Sans', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; padding: 6px 18px; border-radius: 30px; margin-bottom: 22px; }\n    .hero h1 { font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 900; color: var(--white); margin-bottom: 18px; }\n    .hero h1 span { color: #e07ef8; }\n    .hero-sub { font-size: 1.15rem; color: #d4b8f0; max-width: 660px; margin: 0 auto 32px; }\n    .hero-stats { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-bottom: 36px; }\n    .stat-pill { background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.2); color: var(--white); font-size: 0.85rem; font-weight: 600; padding: 7px 16px; border-radius: 30px; }\n    .stat-pill.highlight { background: rgba(189,16,225,0.35); border-color: rgba(189,16,225,0.6); }\n    .btn-primary { display: inline-block; background: var(--purple); color: var(--white); font-family: 'Open Sans', sans-serif; font-size: 1rem; font-weight: 700; padding: 16px 40px; border-radius: 6px; letter-spacing: 0.5px; text-transform: uppercase; }\n    .btn-primary:hover { background: #a50cc8; }\n\n    .notice-bar { background: #3a0a8f; color: #e9b5f9; text-align: center; padding: 14px 24px; font-size: 0.9rem; font-weight: 600; border-bottom: 2px solid rgba(189,16,225,0.4); }\n    .notice-bar strong { color: var(--white); }\n    .trust-bar { background: var(--purple); color: var(--white); text-align: center; padding: 14px 24px; font-size: 0.9rem; font-weight: 600; }\n\n    .section { max-width: 880px; margin: 0 auto; padding: 60px 24px; }\n    .section-label { font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--purple); margin-bottom: 10px; }\n    .section h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); color: var(--indigo); margin-bottom: 20px; }\n    .section p { font-size: 1rem; color: var(--text-body); margin-bottom: 16px; max-width: 700px; }\n    .divider { border: none; border-top: 2px solid var(--border-light); max-width: 880px; margin: 0 auto; }\n\n    .why-band { background: var(--light-purple); border-top: 3px solid var(--border-light); border-bottom: 3px solid var(--border-light); }\n    .why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; margin-top: 30px; }\n    .why-card { background: var(--white); border: 1px solid var(--border-light); border-left: 4px solid var(--purple); border-radius: 8px; padding: 20px 22px; }\n    .why-card .w-icon { font-size: 1.5rem; margin-bottom: 8px; }\n    .why-card h3 { font-family: 'Open Sans', sans-serif; font-size: 0.93rem; font-weight: 700; color: var(--indigo); margin-bottom: 6px; }\n    .why-card p { font-size: 0.88rem; color: var(--text-body); margin: 0; }\n\n    .dark-band { background: var(--indigo); color: var(--white); }\n    .dark-band .section-label { color: #e07ef8; }\n    .dark-band h2 { color: var(--white); }\n    .dark-band p { color: #d4b8f0; }\n\n    .component-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; margin-top: 28px; }\n    .component-card { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); border-radius: 12px; padding: 24px; }\n    .component-icon { font-size: 1.6rem; margin-bottom: 12px; }\n    .component-card h3 { font-family: 'Open Sans', sans-serif; font-size: 1rem; font-weight: 700; color: var(--white); margin-bottom: 8px; }\n    .component-card p { font-size: 0.85rem; color: #c0a0e0; margin: 0; line-height: 1.6; }\n    .component-tag { display: inline-block; margin-top: 12px; background: rgba(189,16,225,0.3); border: 1px solid rgba(189,16,225,0.5); color: #e9b5f9; font-size: 0.75rem; font-weight: 700; padding: 3px 10px; border-radius: 20px; }\n\n    .chapter-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 12px; margin-top: 28px; }\n    .chapter-card { background: var(--white); border: 1px solid var(--border-light); border-top: 3px solid var(--purple); border-radius: 8px; padding: 14px 16px; }\n    .chapter-card h3 { font-family: 'Open Sans', sans-serif; font-size: 0.82rem; font-weight: 700; color: var(--purple); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 4px; }\n    .chapter-card p { font-size: 0.8rem; color: var(--text-mid); margin: 0; font-style: italic; }\n\n    .skills-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 16px; margin-top: 28px; }\n    .skill-card { background: var(--white); border: 1px solid var(--border-light); border-top: 3px solid var(--purple); border-radius: 10px; padding: 18px 20px; }\n    .skill-card .s-icon { font-size: 1.3rem; margin-bottom: 6px; }\n    .skill-card h3 { font-family: 'Open Sans', sans-serif; font-size: 0.88rem; font-weight: 700; color: var(--indigo); margin-bottom: 4px; }\n    .skill-card p { font-size: 0.8rem; color: var(--text-mid); margin: 0; }\n\n    .who-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 18px; margin-top: 28px; }\n    .who-card { text-align: center; background: var(--white); border: 1px solid var(--border-light); border-radius: 10px; padding: 24px 18px; }\n    .who-icon { font-size: 2rem; margin-bottom: 10px; }\n    .who-card h3 { font-family: 'Open Sans', sans-serif; font-size: 0.9rem; font-weight: 700; color: var(--indigo); margin-bottom: 6px; }\n    .who-card p { font-size: 0.83rem; color: var(--text-mid); margin: 0; }\n\n    .ways-list { list-style: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; margin-top: 28px; }\n    .ways-list li { display: flex; align-items: flex-start; gap: 12px; background: var(--white); border: 1px solid var(--border-light); border-radius: 8px; padding: 16px 18px; font-size: 0.93rem; color: var(--text-body); font-weight: 600; }\n    .ways-list li span.icon { font-size: 1.2rem; flex-shrink: 0; margin-top: 1px; }\n\n    .specs-wrap { border: 1px solid var(--border-light); border-radius: 10px; overflow: hidden; margin-top: 28px; }\n    .specs-table { width: 100%; border-collapse: collapse; font-size: 0.93rem; }\n    .specs-table tr { border-bottom: 1px solid var(--border-light); }\n    .specs-table tr:last-child { border-bottom: none; }\n    .specs-table td { padding: 13px 16px; vertical-align: top; }\n    .specs-table td:first-child { font-weight: 700; color: var(--indigo); width: 38%; background: var(--light-purple); }\n    .specs-table td:last-child { color: var(--text-body); background: var(--white); }\n\n    .faq-list { display: flex; flex-direction: column; gap: 18px; margin-top: 28px; }\n    .faq-item { border: 1px solid var(--border-light); border-radius: 10px; overflow: hidden; }\n    .faq-q { background: var(--white); padding: 18px 22px; font-weight: 700; color: var(--indigo); font-size: 0.97rem; display: flex; align-items: flex-start; gap: 12px; }\n    .faq-q::before { content: 'Q'; background: var(--purple); color: var(--white); font-size: 0.75rem; font-weight: 700; width: 22px; height: 22px; min-width: 22px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; margin-top: 1px; }\n    .faq-a { background: var(--light-purple); padding: 16px 22px 18px 56px; font-size: 0.93rem; color: var(--text-body); border-top: 1px solid var(--border-light); }\n\n    .cta-band { background: linear-gradient(135deg, var(--indigo) 0%, var(--indigo-mid) 55%, #5c1aad 100%); color: var(--white); text-align: center; padding: 64px 24px; position: relative; overflow: hidden; }\n    .cta-band::before { content: ''; position: absolute; top: -100px; right: -100px; width: 350px; height: 350px; border-radius: 50%; background: rgba(189,16,225,0.15); pointer-events: none; }\n    .cta-inner { max-width: 620px; margin: 0 auto; position: relative; z-index: 1; }\n    .cta-band h2 { color: var(--white); font-size: clamp(1.7rem, 3.5vw, 2.4rem); margin-bottom: 16px; }\n    .cta-band p { color: #d4b8f0; font-size: 1.05rem; margin-bottom: 32px; max-width: 520px; margin-left: auto; margin-right: auto; }\n    .cta-reassure { margin-top: 20px; font-size: 0.82rem; color: #b89fd4; }\n\n    .footer { background: var(--text-dark); color: #9980c0; text-align: center; padding: 28px 24px; font-size: 0.82rem; }\n    .footer a { color: #c99ee0; }\n  \u003c\/style\u003e\n\n\n\n\u003c!-- HERO --\u003e\n\u003csection class=\"hero\"\u003e\n  \u003cdiv class=\"hero-inner\"\u003e\n    \u003cdiv class=\"hero-badge\"\u003eGrades 6–8 · The Call of the Wild · Jack London · Novel Study · No Prep\u003c\/div\u003e\n    \u003ch1\u003e\n      176 Pages of Activities\u003cbr\u003e\u003cspan\u003efor Every Chapter of \u003cem\u003eThe Call of the Wild.\u003c\/em\u003e\u003c\/span\u003e\n    \u003c\/h1\u003e\n    \u003cp class=\"hero-sub\"\u003eVocabulary charts, word searches, crossword puzzles, word scrambles, cryptogram puzzles, mazes, illustration activities, journal writing, and visual summary strips — all seven chapters covered, all answers included, no prep required.\u003c\/p\u003e\n    \u003cdiv class=\"hero-stats\"\u003e\n      \u003cspan class=\"stat-pill highlight\"\u003e176 Pages — All 7 Chapters\u003c\/span\u003e\n      \u003cspan class=\"stat-pill highlight\"\u003e9 Activity Types Per Chapter\u003c\/span\u003e\n      \u003cspan class=\"stat-pill highlight\"\u003eComplete Solutions Included\u003c\/span\u003e\n      \u003cspan class=\"stat-pill\"\u003eCryptogram Puzzles — Unique to This Pack\u003c\/span\u003e\n      \u003cspan class=\"stat-pill\"\u003eVocabulary Charts + Word Searches + Crosswords\u003c\/span\u003e\n      \u003cspan class=\"stat-pill\"\u003ePrint-and-Go · No Prep Required\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003ca href=\"#buy\" class=\"btn-primary\"\u003eGet This Pack\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"notice-bar\"\u003e\n  \u003cstrong\u003ePlease note:\u003c\/strong\u003e \u003cem\u003eThe Call of the Wild\u003c\/em\u003e by Jack London is not included — this pack contains activity and puzzle materials to use alongside the novel. The novel is in the public domain and widely available for free online.\n\u003c\/div\u003e\n\n\u003cdiv class=\"trust-bar\"\u003e\n  Grades 6–8 · Novel Study Enrichment · Vocabulary Development · Creative Response · No Prep · All 7 Chapters\n\u003c\/div\u003e\n\n\u003c!-- WHY THIS EXISTS --\u003e\n\u003cdiv class=\"why-band\"\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cp class=\"section-label\"\u003eWhy This Resource\u003c\/p\u003e\n    \u003ch2\u003eStudents Who Are Engaged While They Read Comprehend More. This Is the Pack That Keeps Them Engaged.\u003c\/h2\u003e\n    \u003cp\u003eMost novel study resources fall into one of two categories: worksheets that feel like a quiz, or activities so open-ended they don't reinforce anything. This pack is built differently. Every activity type in it is designed to engage students in the vocabulary and events of the chapter they just read — through puzzles, creative response, and visual thinking — without requiring teacher-built materials or additional preparation.\u003c\/p\u003e\n    \u003cp\u003eAt 176 pages covering all seven chapters, this is a complete engagement resource for the entire novel. You can assign a chapter's worth of activities as independent practice, use individual puzzle types as literacy centers, or drop the whole week's materials on a sub's desk with zero explanation needed. The solutions are included for every puzzle type.\u003c\/p\u003e\n    \u003cdiv class=\"why-grid\"\u003e\n      \u003cdiv class=\"why-card\"\u003e\n        \u003cdiv class=\"w-icon\"\u003e🔐\u003c\/div\u003e\n        \u003ch3\u003eCryptogram puzzles — the activity students actually want to solve\u003c\/h3\u003e\n        \u003cp\u003eEach chapter includes a cryptogram puzzle — a cipher-based activity where students decode sentences from the novel using a letter-substitution key. Cryptograms require sustained focus, reinforce the chapter's key events through the decoded text, and have a built-in motivation that traditional comprehension questions don't: students want to crack the code. No other standard novel study pack includes this activity type.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"why-card\"\u003e\n        \u003cdiv class=\"w-icon\"\u003e🎨\u003c\/div\u003e\n        \u003ch3\u003eVisual activities that develop comprehension — not just art\u003c\/h3\u003e\n        \u003cp\u003eThe illustration writing activity asks students to draw something significant from the chapter, then write about their choice — connecting visual and written response. The summary strip presents a grid of frames for students to draw the main events in sequence — a visual retelling that develops the same summarizing skills as written summary, in a format that works for visual learners and reluctant writers.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"why-card\"\u003e\n        \u003cdiv class=\"w-icon\"\u003e📝\u003c\/div\u003e\n        \u003ch3\u003eVocabulary built chapter by chapter — not front-loaded\u003c\/h3\u003e\n        \u003cp\u003eThe vocabulary chart for each chapter asks students to find words in the chapter, write a definition or synonyms, and create their own sentence using the word in context. This active vocabulary work — done during or right after reading — builds comprehension more effectively than a pre-unit word list. The multiple word searches per chapter reinforce those same words in a different format.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"why-card\"\u003e\n        \u003cdiv class=\"w-icon\"\u003e📅\u003c\/div\u003e\n        \u003ch3\u003eComplete solutions — no answer key hunting required\u003c\/h3\u003e\n        \u003cp\u003eA chapter solutions section follows each chapter's activities — covering all puzzle answers including word search grids, crossword solutions, word scramble answers, cryptogram decoded text, and comprehension question answers. Everything is in the pack. No separate download, no \"answers coming soon.\" Print and assign.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- WHAT'S INCLUDED --\u003e\n\u003cdiv class=\"dark-band\"\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cp class=\"section-label\"\u003eWhat's Included\u003c\/p\u003e\n    \u003ch2\u003eNine Activity Types. All Seven Chapters. One Complete Pack.\u003c\/h2\u003e\n    \u003cp\u003eEvery chapter in \u003cem\u003eThe Call of the Wild\u003c\/em\u003e includes the same nine activity types — so the routine is consistent, students know what to expect, and you can assign any piece independently or the full chapter set together.\u003c\/p\u003e\n\n    \u003cdiv class=\"component-grid\"\u003e\n      \u003cdiv class=\"component-card\"\u003e\n        \u003cdiv class=\"component-icon\"\u003e📋\u003c\/div\u003e\n        \u003ch3\u003eVocabulary Chart\u003c\/h3\u003e\n        \u003cp\u003eStudents find vocabulary words in the chapter, record the page number, write a definition or synonyms, and create an original sentence using the word. Three pages per chapter. Active vocabulary building tied directly to the text — not a pre-unit word list.\u003c\/p\u003e\n        \u003cspan class=\"component-tag\"\u003e3 pages per chapter\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"component-card\"\u003e\n        \u003cdiv class=\"component-icon\"\u003e🎨\u003c\/div\u003e\n        \u003ch3\u003eIllustrate \u0026amp; Write\u003c\/h3\u003e\n        \u003cp\u003eStudents use blank space to illustrate something significant from the chapter, then write about it on lined paper — either a summary or a reflection on what they found interesting. Develops visual-verbal connection and works well for visual learners and reluctant writers.\u003c\/p\u003e\n        \u003cspan class=\"component-tag\"\u003e2 pages per chapter\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"component-card\"\u003e\n        \u003cdiv class=\"component-icon\"\u003e✍️\u003c\/div\u003e\n        \u003ch3\u003eJournal Writing\u003c\/h3\u003e\n        \u003cp\u003eGuided journal prompts ask students to reflect on characters' behavior, question the believability of events, and write anything they thought or wondered while reading. Open-ended and discussion-ready — works as a written entry or a partner discussion starter.\u003c\/p\u003e\n        \u003cspan class=\"component-tag\"\u003e2 pages per chapter\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"component-card\"\u003e\n        \u003cdiv class=\"component-icon\"\u003e🖼️\u003c\/div\u003e\n        \u003ch3\u003eSummary Strip\u003c\/h3\u003e\n        \u003cp\u003eA grid of frames for students to illustrate the main parts of the chapter in sequence — a visual retelling that builds the same summarizing comprehension skill as written summary, in a format that engages visual learners. Works well as a post-reading check for understanding.\u003c\/p\u003e\n        \u003cspan class=\"component-tag\"\u003e1 page per chapter\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"component-card\"\u003e\n        \u003cdiv class=\"component-icon\"\u003e🔍\u003c\/div\u003e\n        \u003ch3\u003eVocabulary Word Searches\u003c\/h3\u003e\n        \u003cp\u003eMultiple word search grids per chapter — each using a different set of chapter vocabulary words. Students search for and circle words drawn from the chapter's events and themes. Works well as a warm-up, independent practice, or early finisher activity.\u003c\/p\u003e\n        \u003cspan class=\"component-tag\"\u003e3–4 pages per chapter\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"component-card\"\u003e\n        \u003cdiv class=\"component-icon\"\u003e🔀\u003c\/div\u003e\n        \u003ch3\u003eWord Scramble\u003c\/h3\u003e\n        \u003cp\u003eStudents unscramble chapter vocabulary words — reinforcing spelling and word recognition for the terms they encountered in the chapter. A quick, self-contained activity that works as a warm-up or transition task between longer activities.\u003c\/p\u003e\n        \u003cspan class=\"component-tag\"\u003e1 page per chapter\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"component-card\"\u003e\n        \u003cdiv class=\"component-icon\"\u003e✏️\u003c\/div\u003e\n        \u003ch3\u003eCrossword Puzzle\u003c\/h3\u003e\n        \u003cp\u003eA vocabulary crossword using chapter words — clues are definitions, and answers are the vocabulary terms from the chapter. Across and down clues reinforce both recognition and recall of word meanings in a format students enjoy.\u003c\/p\u003e\n        \u003cspan class=\"component-tag\"\u003e1 page per chapter\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"component-card\"\u003e\n        \u003cdiv class=\"component-icon\"\u003e🔐\u003c\/div\u003e\n        \u003ch3\u003eCryptogram Puzzle\u003c\/h3\u003e\n        \u003cp\u003eStudents decode sentences from the chapter using a letter-substitution cipher key. Each coded sentence is drawn from the chapter's key events — so decoding reinforces comprehension while the puzzle format sustains engagement. Unique to this pack and consistently a student favorite.\u003c\/p\u003e\n        \u003cspan class=\"component-tag\"\u003e2 pages per chapter\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"component-card\"\u003e\n        \u003cdiv class=\"component-icon\"\u003e🌀\u003c\/div\u003e\n        \u003ch3\u003eMaze + Chapter Solutions\u003c\/h3\u003e\n        \u003cp\u003eA full-page maze provides an engaging transition activity or early finisher option. Each chapter closes with a complete solutions section — word search grids marked, crossword answers filled, word scramble answers listed, and cryptogram text decoded. No separate answer key needed.\u003c\/p\u003e\n        \u003cspan class=\"component-tag\"\u003eSolutions for all activities included\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.15); border-left: 4px solid #e07ef8; border-radius: 10px; padding: 22px 26px; margin-top: 24px;\"\u003e\n      \u003cp style=\"color: #d4b8f0; font-size: 0.9rem; margin-bottom: 0;\"\u003e\u003cstrong style=\"color: var(--white);\"\u003e176 pages total\u003c\/strong\u003e — approximately 25 pages per chapter across all 7 chapters, including activities and complete solutions. Organized chapter by chapter so you can print one chapter at a time or the full pack at once.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- CHAPTER COVERAGE --\u003e\n\u003cdiv class=\"section\"\u003e\n  \u003cp class=\"section-label\"\u003eChapter Coverage\u003c\/p\u003e\n  \u003ch2\u003eEvery Chapter of the Novel. Every Activity Type. Ready to Print.\u003c\/h2\u003e\n  \u003cp\u003eAll seven chapters of \u003cem\u003eThe Call of the Wild\u003c\/em\u003e are covered with the full set of nine activity types. Each chapter set can be assigned independently or used as part of a complete novel study sequence.\u003c\/p\u003e\n  \u003cdiv class=\"chapter-grid\"\u003e\n    \u003cdiv class=\"chapter-card\"\u003e\n\u003ch3\u003eChapter 1\u003c\/h3\u003e\n\u003cp\u003eInto the Primitive\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"chapter-card\"\u003e\n\u003ch3\u003eChapter 2\u003c\/h3\u003e\n\u003cp\u003eThe Law of Club and Fang\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"chapter-card\"\u003e\n\u003ch3\u003eChapter 3\u003c\/h3\u003e\n\u003cp\u003eThe Dominant Primordial Beast\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"chapter-card\"\u003e\n\u003ch3\u003eChapter 4\u003c\/h3\u003e\n\u003cp\u003eWho Has Won to Mastership\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"chapter-card\"\u003e\n\u003ch3\u003eChapter 5\u003c\/h3\u003e\n\u003cp\u003eThe Toil of Trace and Trail\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"chapter-card\"\u003e\n\u003ch3\u003eChapter 6\u003c\/h3\u003e\n\u003cp\u003eFor the Love of a Man\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"chapter-card\"\u003e\n\u003ch3\u003eChapter 7\u003c\/h3\u003e\n\u003cp\u003eThe Sounding of the Call\u003c\/p\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- SKILLS --\u003e\n\u003cdiv class=\"why-band\"\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cp class=\"section-label\"\u003eSkills Covered\u003c\/p\u003e\n    \u003ch2\u003eEngagement-Focused Activities That Still Build Real Skills.\u003c\/h2\u003e\n    \u003cp\u003eEvery activity in this pack is designed to be engaging — but engagement and skill-building aren't opposites. Students working through these activities are practicing vocabulary acquisition, visual summarizing, written reflection, and word-level decoding simultaneously.\u003c\/p\u003e\n    \u003cdiv class=\"skills-grid\"\u003e\n      \u003cdiv class=\"skill-card\"\u003e\n        \u003cdiv class=\"s-icon\"\u003e📚\u003c\/div\u003e\n        \u003ch3\u003eVocabulary Development (L.6.4 \/ L.7.4)\u003c\/h3\u003e\n        \u003cp\u003eVocabulary charts, word searches, word scrambles, and crossword puzzles all reinforce chapter vocabulary in different formats — from recognition to recall to original use.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"skill-card\"\u003e\n        \u003cdiv class=\"s-icon\"\u003e🔍\u003c\/div\u003e\n        \u003ch3\u003eReading Comprehension (RL.6.1 \/ RL.7.1)\u003c\/h3\u003e\n        \u003cp\u003eCryptogram puzzles decode actual sentences from the text, reinforcing key events. Summary strips and journal prompts require students to recall and reflect on what they read.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"skill-card\"\u003e\n        \u003cdiv class=\"s-icon\"\u003e✍️\u003c\/div\u003e\n        \u003ch3\u003eWritten Reflection (W.6.3 \/ W.7.3)\u003c\/h3\u003e\n        \u003cp\u003eJournal writing prompts develop written response skills — students must recall events, evaluate character behavior, and express their own reactions in writing.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"skill-card\"\u003e\n        \u003cdiv class=\"s-icon\"\u003e🎨\u003c\/div\u003e\n        \u003ch3\u003eVisual Summary \u0026amp; Sequencing\u003c\/h3\u003e\n        \u003cp\u003eThe summary strip and illustrate-and-write activities develop visual comprehension and sequencing — the same summarizing skill assessed on reading standards, in a format that works for visual and creative learners.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"skill-card\"\u003e\n        \u003cdiv class=\"s-icon\"\u003e🧠\u003c\/div\u003e\n        \u003ch3\u003eCritical Thinking \u0026amp; Decoding\u003c\/h3\u003e\n        \u003cp\u003eCryptogram puzzles develop pattern recognition, sustained focus, and logical thinking — skills that transfer beyond ELA while keeping students engaged with the novel's content.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"skill-card\"\u003e\n        \u003cdiv class=\"s-icon\"\u003e🔤\u003c\/div\u003e\n        \u003ch3\u003eWord-Level Fluency\u003c\/h3\u003e\n        \u003cp\u003eWord scrambles reinforce correct spelling of chapter vocabulary. Crosswords reinforce definition recall. Together they build word-level fluency with the novel's specific vocabulary.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- WHO IT'S FOR --\u003e\n\u003cdiv class=\"dark-band\"\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cp class=\"section-label\"\u003eWho This Works For\u003c\/p\u003e\n    \u003ch2\u003eOne Pack. Every Scenario.\u003c\/h2\u003e\n    \u003cdiv class=\"who-grid\"\u003e\n      \u003cdiv class=\"who-card\"\u003e\n        \u003cdiv class=\"who-icon\"\u003e🏫\u003c\/div\u003e\n        \u003ch3\u003e6th–8th Grade ELA Teachers\u003c\/h3\u003e\n        \u003cp\u003eAssign a chapter's worth of activities as independent practice after reading. Use individual activity types as literacy center rotations. Pull the crossword or word search as a warm-up. Use the cryptogram as a Friday engagement activity. The pack gives you options.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"who-card\"\u003e\n        \u003cdiv class=\"who-icon\"\u003e📋\u003c\/div\u003e\n        \u003ch3\u003eSub Plans\u003c\/h3\u003e\n        \u003cp\u003eDrop the next chapter's activity packet on your sub's desk with zero preparation. Students work independently — activities are self-explanatory and self-contained. Solutions are included so the sub can help if needed.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"who-card\"\u003e\n        \u003cdiv class=\"who-icon\"\u003e⏩\u003c\/div\u003e\n        \u003ch3\u003eEarly Finishers\u003c\/h3\u003e\n        \u003cp\u003eKeep early finishers productively engaged with meaningful novel-connected activities — mazes, word searches, and cryptograms — that don't require teacher direction to begin or complete.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"who-card\"\u003e\n        \u003cdiv class=\"who-icon\"\u003e🏠\u003c\/div\u003e\n        \u003ch3\u003eHomeschool Parents\u003c\/h3\u003e\n        \u003cp\u003eA complete, organized activity companion for the entire novel. Print one chapter at a time as you read. The variety of activity types keeps daily lessons fresh. Solutions make review straightforward.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- WHEN TO USE --\u003e\n\u003cdiv class=\"why-band\"\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cp class=\"section-label\"\u003eWays to Use It\u003c\/p\u003e\n    \u003ch2\u003eFlexible Enough for Any Classroom Routine.\u003c\/h2\u003e\n    \u003cul class=\"ways-list\"\u003e\n      \u003cli\u003e\n\u003cspan class=\"icon\"\u003e📚\u003c\/span\u003eIndependent practice — assign the full chapter packet after reading each chapter\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"icon\"\u003e🔄\u003c\/span\u003eLiteracy centers — rotate activity types across stations (word search, crossword, cryptogram, illustration)\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"icon\"\u003e📋\u003c\/span\u003eSub plans — self-contained and self-explanatory with solutions included for the sub\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"icon\"\u003e⏩\u003c\/span\u003eEarly finisher work — mazes, word searches, and cryptograms require no teacher direction\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"icon\"\u003e🔔\u003c\/span\u003eWarm-up or bell ringer — pull a single activity (word scramble, crossword) for the start of class\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"icon\"\u003e🏠\u003c\/span\u003eHomework — vocabulary chart and journal writing work well as at-home reading response activities\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- SPECS --\u003e\n\u003chr class=\"divider\"\u003e\n\u003cdiv class=\"section\"\u003e\n  \u003cp class=\"section-label\"\u003eProduct Details\u003c\/p\u003e\n  \u003ch2\u003eWhat You're Getting\u003c\/h2\u003e\n  \u003cdiv class=\"specs-wrap\"\u003e\n    \u003ctable class=\"specs-table\"\u003e\n      \u003ctr\u003e\n\u003ctd\u003eGrade Level\u003c\/td\u003e\n\u003ctd\u003e6th–8th Grade (suitable for grades 5–9 depending on class level)\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eNovel Required\u003c\/td\u003e\n\u003ctd\u003e\n\u003cem\u003eThe Call of the Wild\u003c\/em\u003e by Jack London — not included. The novel is in the public domain and available free online through Project Gutenberg and many school library databases.\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eChapters Covered\u003c\/td\u003e\n\u003ctd\u003eAll 7 chapters — Chapter 1 (Into the Primitive) through Chapter 7 (The Sounding of the Call)\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eActivity Types per Chapter\u003c\/td\u003e\n\u003ctd\u003eVocabulary chart (3 pages) · Illustrate \u0026amp; write (2 pages) · Journal writing (2 pages) · Summary strip (1 page) · Vocabulary word searches (3–4 pages) · Word scramble (1 page) · Crossword puzzle (1 page) · Cryptogram puzzle (2 pages) · Maze (1 page)\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eSolutions\u003c\/td\u003e\n\u003ctd\u003eComplete chapter solutions section included for every chapter — covers all puzzle types including word search grids, crossword answers, word scramble solutions, and cryptogram decoded text\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eTotal Pages\u003c\/td\u003e\n\u003ctd\u003e176 pages — approximately 25 pages per chapter including activities and solutions\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eStandards Alignment\u003c\/td\u003e\n\u003ctd\u003eSupports CCSS RL.6.1–RL.7.1 (reading comprehension); L.6.4–L.7.4 (vocabulary acquisition); W.6.3–W.7.3 (written reflection)\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eFormat\u003c\/td\u003e\n\u003ctd\u003ePDF — printable and digital upload ready\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eLicense\u003c\/td\u003e\n\u003ctd\u003eSingle classroom or personal homeschool use. Additional licenses required for teams, co-ops, schools, or districts.\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- FAQ --\u003e\n\u003cdiv class=\"section\" style=\"padding-top: 0;\"\u003e\n  \u003cp class=\"section-label\"\u003eCommon Questions\u003c\/p\u003e\n  \u003ch2\u003eBefore You Buy\u003c\/h2\u003e\n  \u003cdiv class=\"faq-list\"\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eDoes this include a copy of \u003cem\u003eThe Call of the Wild\u003c\/em\u003e?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eNo — the novel is not included. The Call of the Wild by Jack London is in the public domain and available for free through Project Gutenberg (gutenberg.org), most school library databases, and many free ebook platforms. This pack contains the activity and puzzle materials to use alongside the novel.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eAre answers included for the puzzles?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes — a complete solutions section is included for every chapter. It covers all puzzle types: word search grids with words circled, crossword answers filled in, word scramble solutions listed, and cryptogram text decoded. You don't need to create or locate a separate answer key.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eWhat exactly is a cryptogram puzzle?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eA cryptogram is a cipher-based puzzle where each letter in a message has been replaced by a different letter according to a substitution key (for example, A=I, B=T, etc.). Students use the key to decode the scrambled text and reveal a sentence from the novel. It requires sustained focus and logical thinking — and because the decoded text comes from the chapter itself, it reinforces key events and quotations as students solve it. It's consistently one of the most engaging activity types in this pack.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eCan I use individual activities without doing the whole pack?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes — every activity type works independently. You don't need to assign all nine activities per chapter. Many teachers use the crossword or cryptogram as a standalone engagement activity, pull the word search as a warm-up, or use the vocabulary chart as a reading response tool while skipping the puzzle activities. The pack gives you flexibility to use what fits your schedule.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eIs this appropriate for homeschool use?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes — this works well for homeschool instruction. The activity variety keeps daily lessons fresh across the seven chapters, and the self-explanatory format means students can work through most activities independently. Print one chapter's materials at a time as you read the novel. The solutions make review straightforward without requiring an ELA background.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- CTA --\u003e\n\u003cdiv class=\"cta-band\" id=\"buy\"\u003e\n  \u003cdiv class=\"cta-inner\"\u003e\n    \u003ch2\u003e176 Pages. Every Chapter.\u003cbr\u003eEvery Puzzle Type. Ready to Print.\u003c\/h2\u003e\n    \u003cp\u003eVocabulary charts. Word searches. Crosswords. Word scrambles. Cryptogram puzzles. Mazes. Illustration activities. Journal writing. Summary strips. All seven chapters of \u003cem\u003eThe Call of the Wild\u003c\/em\u003e — covered, organized, and ready to use.\u003c\/p\u003e\n    \u003ca href=\"#\" class=\"btn-primary\"\u003eAdd to Cart\u003c\/a\u003e\n    \u003cp class=\"cta-reassure\"\u003ePDF delivered instantly · 176 pages · Grades 6–8 · Complete solutions included · Single classroom or homeschool license\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- FOOTER --\u003e\n\u003cfooter class=\"footer\"\u003e\n  \u003cp\u003e© 2025 Light Up Literature™ Curriculum, LLC. All rights reserved. | \u003ca href=\"https:\/\/lightupliterature.com\"\u003elightupliterature.com\u003c\/a\u003e\u003c\/p\u003e\n  \u003cp style=\"margin-top: 6px;\"\u003eQuestions? \u003ca href=\"mailto:Debra@lightupliteraturecurriculum.com\"\u003eDebra@lightupliteraturecurriculum.com\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/footer\u003e\n\n\n\u003c\/body\u003e","brand":"Light Up Literature™ Curriculum","offers":[{"title":"Default Title","offer_id":49520361406687,"sku":null,"price":9.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0810\/3038\/1791\/files\/CalloftheWildActivityandPuzzlePack.png?v=1779723179"},{"product_id":"the-call-of-the-wild-annotated-novel-study-full-text-600-vocabulary-history-grades-6-9","title":"The Call of the Wild Annotated Novel Study | Full Text + 600+ Vocabulary + History | Grades 6–9","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 Call of the Wild Annotated Novel Study | Full Text + Vocabulary + History | Grades 6–9\u003c\/title\u003e\n  \u003cmeta name=\"description\" content=\"The complete text of The Call of the Wild — annotated by Light Up Literature with 600+ bolded vocabulary words, per-page teacher questions, student note space, Jack London biography, and Klondike Gold Rush history. 140 pages. Grades 6–9.\"\u003e\n  \u003cmeta name=\"keywords\" content=\"The Call of the Wild annotated novel study, Call of the Wild full text ELA, Call of the Wild vocabulary study guide, Jack London novel study, Call of the Wild teacher questions, Call of the Wild annotation guide, Klondike Gold Rush ELA, Call of the Wild homeschool, Call of the Wild guided reading, Call of the Wild comprehension questions\"\u003e\n  \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n  \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\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    :root {\n      --purple: #BD10E1;\n      --indigo: #25046B;\n      --indigo-mid: #3a0a8f;\n      --white: #ffffff;\n      --off-white: #faf8ff;\n      --light-purple: #f5e8fc;\n      --text-dark: #1a0040;\n      --text-mid: #3d2070;\n      --text-body: #2d1060;\n      --border-light: #e0cff5;\n    }\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n    body { font-family: 'Open Sans', sans-serif; background-color: var(--off-white); color: var(--text-body); line-height: 1.7; font-size: 16px; }\n    h1, h2, h3, h4 { font-family: 'Playfair Display', serif; line-height: 1.2; }\n    a { color: var(--purple); text-decoration: none; }\n\n    .hero { background: linear-gradient(135deg, var(--indigo) 0%, var(--indigo-mid) 55%, #5c1aad 100%); color: var(--white); padding: 64px 24px 72px; text-align: center; position: relative; overflow: hidden; }\n    .hero::before { content: ''; position: absolute; top: -80px; right: -80px; width: 320px; height: 320px; border-radius: 50%; background: rgba(189,16,225,0.18); pointer-events: none; }\n    .hero::after { content: ''; position: absolute; bottom: -60px; left: -60px; width: 240px; height: 240px; border-radius: 50%; background: rgba(189,16,225,0.12); pointer-events: none; }\n    .hero-inner { max-width: 820px; margin: 0 auto; position: relative; z-index: 1; }\n    .hero-badge { display: inline-block; background: rgba(189,16,225,0.25); border: 1px solid rgba(189,16,225,0.5); color: #e9b5f9; font-family: 'Open Sans', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; padding: 6px 18px; border-radius: 30px; margin-bottom: 22px; }\n    .hero h1 { font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 900; color: var(--white); margin-bottom: 18px; }\n    .hero h1 span { color: #e07ef8; }\n    .hero-sub { font-size: 1.15rem; color: #d4b8f0; max-width: 660px; margin: 0 auto 32px; }\n    .hero-stats { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-bottom: 36px; }\n    .stat-pill { background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.2); color: var(--white); font-size: 0.85rem; font-weight: 600; padding: 7px 16px; border-radius: 30px; }\n    .stat-pill.highlight { background: rgba(189,16,225,0.35); border-color: rgba(189,16,225,0.6); }\n    .btn-primary { display: inline-block; background: var(--purple); color: var(--white); font-family: 'Open Sans', sans-serif; font-size: 1rem; font-weight: 700; padding: 16px 40px; border-radius: 6px; letter-spacing: 0.5px; text-transform: uppercase; }\n    .btn-primary:hover { background: #a50cc8; }\n\n    .notice-bar { background: #3a0a8f; color: #e9b5f9; text-align: center; padding: 14px 24px; font-size: 0.9rem; font-weight: 600; border-bottom: 2px solid rgba(189,16,225,0.4); }\n    .notice-bar strong { color: var(--white); }\n    .trust-bar { background: var(--purple); color: var(--white); text-align: center; padding: 14px 24px; font-size: 0.9rem; font-weight: 600; }\n\n    .section { max-width: 880px; margin: 0 auto; padding: 60px 24px; }\n    .section-label { font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--purple); margin-bottom: 10px; }\n    .section h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); color: var(--indigo); margin-bottom: 20px; }\n    .section p { font-size: 1rem; color: var(--text-body); margin-bottom: 16px; max-width: 700px; }\n    .divider { border: none; border-top: 2px solid var(--border-light); max-width: 880px; margin: 0 auto; }\n\n    .why-band { background: var(--light-purple); border-top: 3px solid var(--border-light); border-bottom: 3px solid var(--border-light); }\n    .why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; margin-top: 30px; }\n    .why-card { background: var(--white); border: 1px solid var(--border-light); border-left: 4px solid var(--purple); border-radius: 8px; padding: 20px 22px; }\n    .why-card .w-icon { font-size: 1.5rem; margin-bottom: 8px; }\n    .why-card h3 { font-family: 'Open Sans', sans-serif; font-size: 0.93rem; font-weight: 700; color: var(--indigo); margin-bottom: 6px; }\n    .why-card p { font-size: 0.88rem; color: var(--text-body); margin: 0; }\n\n    .dark-band { background: var(--indigo); color: var(--white); }\n    .dark-band .section-label { color: #e07ef8; }\n    .dark-band h2 { color: var(--white); }\n    .dark-band p { color: #d4b8f0; }\n\n    .component-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 28px; }\n    .component-card { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); border-radius: 12px; padding: 24px; }\n    .component-icon { font-size: 1.6rem; margin-bottom: 12px; }\n    .component-card h3 { font-family: 'Open Sans', sans-serif; font-size: 1rem; font-weight: 700; color: var(--white); margin-bottom: 8px; }\n    .component-card p { font-size: 0.85rem; color: #c0a0e0; margin: 0; line-height: 1.6; }\n    .component-tag { display: inline-block; margin-top: 12px; background: rgba(189,16,225,0.3); border: 1px solid rgba(189,16,225,0.5); color: #e9b5f9; font-size: 0.75rem; font-weight: 700; padding: 3px 10px; border-radius: 20px; }\n\n    .layout-box { background: var(--white); border: 2px solid var(--border-light); border-radius: 12px; overflow: hidden; margin-top: 28px; }\n    .layout-top { background: var(--purple); color: var(--white); padding: 12px 20px; font-family: 'Open Sans', sans-serif; font-size: 0.88rem; font-weight: 700; }\n    .layout-grid { display: grid; grid-template-columns: 1fr 1fr; }\n    @media (max-width: 600px) { .layout-grid { grid-template-columns: 1fr; } }\n    .layout-left { padding: 20px; border-right: 1px solid var(--border-light); }\n    .layout-right { padding: 20px; display: grid; grid-template-rows: 1fr 1fr; }\n    .layout-right-top { padding-bottom: 16px; border-bottom: 1px solid var(--border-light); }\n    .layout-right-bottom { padding-top: 16px; }\n    .layout-label { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--purple); margin-bottom: 6px; }\n    .layout-desc { font-size: 0.82rem; color: var(--text-body); line-height: 1.5; }\n\n    .skills-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 16px; margin-top: 28px; }\n    .skill-card { background: var(--white); border: 1px solid var(--border-light); border-top: 3px solid var(--purple); border-radius: 10px; padding: 18px 20px; }\n    .skill-card .s-icon { font-size: 1.3rem; margin-bottom: 6px; }\n    .skill-card h3 { font-family: 'Open Sans', sans-serif; font-size: 0.88rem; font-weight: 700; color: var(--indigo); margin-bottom: 4px; }\n    .skill-card p { font-size: 0.8rem; color: var(--text-mid); margin: 0; }\n\n    .who-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 18px; margin-top: 28px; }\n    .who-card { text-align: center; background: var(--white); border: 1px solid var(--border-light); border-radius: 10px; padding: 24px 18px; }\n    .who-icon { font-size: 2rem; margin-bottom: 10px; }\n    .who-card h3 { font-family: 'Open Sans', sans-serif; font-size: 0.9rem; font-weight: 700; color: var(--indigo); margin-bottom: 6px; }\n    .who-card p { font-size: 0.83rem; color: var(--text-mid); margin: 0; }\n\n    .ways-list { list-style: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; margin-top: 28px; }\n    .ways-list li { display: flex; align-items: flex-start; gap: 12px; background: var(--white); border: 1px solid var(--border-light); border-radius: 8px; padding: 16px 18px; font-size: 0.93rem; color: var(--text-body); font-weight: 600; }\n    .ways-list li span.icon { font-size: 1.2rem; flex-shrink: 0; margin-top: 1px; }\n\n    .specs-wrap { border: 1px solid var(--border-light); border-radius: 10px; overflow: hidden; margin-top: 28px; }\n    .specs-table { width: 100%; border-collapse: collapse; font-size: 0.93rem; }\n    .specs-table tr { border-bottom: 1px solid var(--border-light); }\n    .specs-table tr:last-child { border-bottom: none; }\n    .specs-table td { padding: 13px 16px; vertical-align: top; }\n    .specs-table td:first-child { font-weight: 700; color: var(--indigo); width: 38%; background: var(--light-purple); }\n    .specs-table td:last-child { color: var(--text-body); background: var(--white); }\n\n    .faq-list { display: flex; flex-direction: column; gap: 18px; margin-top: 28px; }\n    .faq-item { border: 1px solid var(--border-light); border-radius: 10px; overflow: hidden; }\n    .faq-q { background: var(--white); padding: 18px 22px; font-weight: 700; color: var(--indigo); font-size: 0.97rem; display: flex; align-items: flex-start; gap: 12px; }\n    .faq-q::before { content: 'Q'; background: var(--purple); color: var(--white); font-size: 0.75rem; font-weight: 700; width: 22px; height: 22px; min-width: 22px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; margin-top: 1px; }\n    .faq-a { background: var(--light-purple); padding: 16px 22px 18px 56px; font-size: 0.93rem; color: var(--text-body); border-top: 1px solid var(--border-light); }\n\n    .cta-band { background: linear-gradient(135deg, var(--indigo) 0%, var(--indigo-mid) 55%, #5c1aad 100%); color: var(--white); text-align: center; padding: 64px 24px; position: relative; overflow: hidden; }\n    .cta-band::before { content: ''; position: absolute; top: -100px; right: -100px; width: 350px; height: 350px; border-radius: 50%; background: rgba(189,16,225,0.15); pointer-events: none; }\n    .cta-inner { max-width: 620px; margin: 0 auto; position: relative; z-index: 1; }\n    .cta-band h2 { color: var(--white); font-size: clamp(1.7rem, 3.5vw, 2.4rem); margin-bottom: 16px; }\n    .cta-band p { color: #d4b8f0; font-size: 1.05rem; margin-bottom: 32px; max-width: 520px; margin-left: auto; margin-right: auto; }\n    .cta-reassure { margin-top: 20px; font-size: 0.82rem; color: #b89fd4; }\n\n    .footer { background: var(--text-dark); color: #9980c0; text-align: center; padding: 28px 24px; font-size: 0.82rem; }\n    .footer a { color: #c99ee0; }\n  \u003c\/style\u003e\n\n\n\n\u003c!-- HERO --\u003e\n\u003csection class=\"hero\"\u003e\n  \u003cdiv class=\"hero-inner\"\u003e\n    \u003cdiv class=\"hero-badge\"\u003eGrades 6–9 · The Call of the Wild · Jack London · Annotated Full Text · No Prep\u003c\/div\u003e\n    \u003ch1\u003e\n      The Novel. The Vocabulary.\u003cbr\u003e\u003cspan\u003eThe History. All in One Place.\u003c\/span\u003e\n    \u003c\/h1\u003e\n    \u003cp class=\"hero-sub\"\u003eThe complete text of \u003cem\u003eThe Call of the Wild\u003c\/em\u003e — reformatted and annotated by Light Up Literature with 600+ bolded vocabulary words, per-page teacher questions, student note space on every page, Jack London biography, Klondike Gold Rush history, and a full glossary. 140 pages. No prep.\u003c\/p\u003e\n    \u003cdiv class=\"hero-stats\"\u003e\n      \u003cspan class=\"stat-pill highlight\"\u003eComplete Novel Text Included\u003c\/span\u003e\n      \u003cspan class=\"stat-pill highlight\"\u003e600+ Vocabulary Words Bolded Throughout\u003c\/span\u003e\n      \u003cspan class=\"stat-pill highlight\"\u003eTeacher Questions on Every Page\u003c\/span\u003e\n      \u003cspan class=\"stat-pill\"\u003eStudent Note Space Built into Every Page\u003c\/span\u003e\n      \u003cspan class=\"stat-pill\"\u003eJack London Biography + Klondike History\u003c\/span\u003e\n      \u003cspan class=\"stat-pill\"\u003eFull Glossary — 600+ Words Defined\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003ca href=\"#buy\" class=\"btn-primary\"\u003eGet This Study Guide\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"notice-bar\"\u003e\n  \u003cstrong\u003eThe novel is included.\u003c\/strong\u003e \u003cem\u003eThe Call of the Wild\u003c\/em\u003e by Jack London is in the public domain. This annotated version — reformatted and annotated by Debra Shepherd — is copyrighted by Light Up Literature™ Curriculum.\n\u003c\/div\u003e\n\n\u003cdiv class=\"trust-bar\"\u003e\n  Grades 6–9 · Complete Annotated Text · 600+ Vocabulary · Historical Context · Per-Page Teacher Questions · 140 Pages\n\u003c\/div\u003e\n\n\u003c!-- WHY THIS EXISTS --\u003e\n\u003cdiv class=\"why-band\"\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cp class=\"section-label\"\u003eWhy This Resource\u003c\/p\u003e\n    \u003ch2\u003eThe Problem with Teaching \u003cem\u003eThe Call of the Wild\u003c\/em\u003e Is the Language. This Resource Solves It on Every Page.\u003c\/h2\u003e\n    \u003cp\u003eJack London published \u003cem\u003eThe Call of the Wild\u003c\/em\u003e in 1903. That means the vocabulary is archaic, the historical context is invisible to modern readers, and the setting — the Klondike Gold Rush in the Yukon — is completely unfamiliar to most students. A student who encounters \"artesian,\" \"veranda,\" \"demesne,\" or \"egotistical\" in the first chapter without support will either skip past the words or stop engaging with the text entirely. Neither outcome supports comprehension.\u003c\/p\u003e\n    \u003cp\u003eThis annotated study guide embeds the support directly into the novel text — on every page, not as a separate handout. Students read the novel and encounter bolded vocabulary, underlined location markers, note space for their own annotations, and teacher questions that prompt review of the specific page they just finished. The novel and the scaffold are the same document.\u003c\/p\u003e\n    \u003cdiv class=\"why-grid\"\u003e\n      \u003cdiv class=\"why-card\"\u003e\n        \u003cdiv class=\"w-icon\"\u003e📖\u003c\/div\u003e\n        \u003ch3\u003eThe novel is included — the full text, reformatted for teaching\u003c\/h3\u003e\n        \u003cp\u003eBecause The Call of the Wild is in the public domain, this study guide includes the complete novel text — updated punctuation for clarity, reformatted for the two-column annotation layout. Students don't need a separate copy of the book. The novel and the study materials are one document.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"why-card\"\u003e\n        \u003cdiv class=\"w-icon\"\u003e🔤\u003c\/div\u003e\n        \u003ch3\u003e600+ vocabulary words bolded — so students can't miss them\u003c\/h3\u003e\n        \u003cp\u003eEvery vocabulary word students may not recognize is bolded throughout the novel text. This includes archaic terms, advanced vocabulary, and domain-specific language from the early 1900s setting. The bolded words are also defined in the complete glossary at the back of the book — so students can look up any word without leaving the document.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"why-card\"\u003e\n        \u003cdiv class=\"w-icon\"\u003e📍\u003c\/div\u003e\n        \u003ch3\u003eUnderlined locations — students track setting while they read\u003c\/h3\u003e\n        \u003cp\u003ePlace names and locations are underlined throughout the novel text — prompting students to note where the story is happening as they read. In a novel set across the Yukon during a Gold Rush, tracking location is essential for understanding the physical and emotional journey of the story.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"why-card\"\u003e\n        \u003cdiv class=\"w-icon\"\u003e🗺️\u003c\/div\u003e\n        \u003ch3\u003e13 pages of history before a student reads a single word\u003c\/h3\u003e\n        \u003cp\u003eThe pre-reading section covers the Klondike Gold Rush in depth — including causes, the major killers (avalanches, typhoid fever, hypothermia, malnutrition), the experience of stampeders, and the conclusion that most went home with nothing. Students who understand what the Gold Rush actually was read Buck's story differently. The Jack London biography explains how London's own Klondike experience produced the novel.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- THE PAGE LAYOUT --\u003e\n\u003cdiv class=\"section\"\u003e\n  \u003cp class=\"section-label\"\u003eHow the Page Works\u003c\/p\u003e\n  \u003ch2\u003eEvery Page of the Novel Has the Same Three-Part Structure.\u003c\/h2\u003e\n  \u003cp\u003eThe annotation system is consistent from page 17 through page 122 — so students learn it once and use it throughout the entire novel. No separate worksheet. No additional handout. The scaffold is built into every page.\u003c\/p\u003e\n\n  \u003cdiv class=\"layout-box\"\u003e\n    \u003cdiv class=\"layout-top\"\u003ePage layout — consistent across all 106 novel pages\u003c\/div\u003e\n    \u003cdiv class=\"layout-grid\"\u003e\n      \u003cdiv class=\"layout-left\"\u003e\n        \u003cdiv class=\"layout-label\"\u003eLeft Side — The Novel\u003c\/div\u003e\n        \u003cdiv class=\"layout-desc\"\u003eThe complete novel text with two embedded annotation systems:\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003eBolded words\u003c\/strong\u003e = vocabulary students may not know — over 600 throughout the novel. Defined in the glossary at the back.\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003eUnderlined words\u003c\/strong\u003e = locations and settings to note while reading — helps students track where the story is taking place across the Yukon and beyond.\u003cbr\u003e\u003cbr\u003ePunctuation has been updated throughout for modern clarity without altering London's language.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"layout-right\"\u003e\n        \u003cdiv class=\"layout-right-top\"\u003e\n          \u003cdiv class=\"layout-label\"\u003eUpper Right — Notes \u0026amp; Reminders\u003c\/div\u003e\n          \u003cdiv class=\"layout-desc\"\u003eLined note space for students to jot thoughts, questions, and annotations as they read. Works for close reading annotation practice, guided note-taking, or free-response reflection. Every page, every chapter.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"layout-right-bottom\"\u003e\n          \u003cdiv class=\"layout-label\"\u003eLower Right — Teacher Questions\u003c\/div\u003e\n          \u003cdiv class=\"layout-desc\"\u003e2–4 comprehension and discussion questions specific to that page — reviewing what students just read before moving on. Lowers the tendency to reach the end of a chapter with nothing retained. Can be answered in the Notes space above or discussed aloud.\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- WHAT'S INCLUDED --\u003e\n\u003cdiv class=\"dark-band\"\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cp class=\"section-label\"\u003eWhat's Included\u003c\/p\u003e\n    \u003ch2\u003eFour Sections. One Complete Annotated Study Guide.\u003c\/h2\u003e\n    \u003cp\u003eEverything is in a single 140-page document organized in reading order — pre-reading first, novel second, glossary last.\u003c\/p\u003e\n\n    \u003cdiv class=\"component-grid\"\u003e\n      \u003cdiv class=\"component-card\"\u003e\n        \u003cdiv class=\"component-icon\"\u003e📚\u003c\/div\u003e\n        \u003ch3\u003ePre-Reading Section (Pages 4–16)\u003c\/h3\u003e\n        \u003cp\u003eHow to Use This Book (explains the bolded\/underlined annotation system and the page layout). Who is Jack London? — biography covering his early life, dropout at 14, Klondike experience at age 22, his first marriage, writing career, and death from kidney disease at 40. Klondike Gold Rush History — causes, timeline, the experience of stampeders, Maps and Images, and a Major Killers section covering avalanches, typhoid fever, hypothermia, and malnutrition. Conclusion: most went back with nothing — the context that makes the novel's setting visceral.\u003c\/p\u003e\n        \u003cspan class=\"component-tag\"\u003e13 pages · Biography + history + maps\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"component-card\"\u003e\n        \u003cdiv class=\"component-icon\"\u003e📖\u003c\/div\u003e\n        \u003ch3\u003eAnnotated Novel Text (Pages 17–122)\u003c\/h3\u003e\n        \u003cp\u003eThe complete text of The Call of the Wild — all seven chapters — reformatted into the three-part page layout. Chapter I begins at page 17 and the novel runs continuously through page 122. Every page includes the novel text with bolded vocabulary and underlined locations on the left, student note space upper right, and teacher discussion questions lower right. Updated punctuation throughout for modern clarity.\u003c\/p\u003e\n        \u003cspan class=\"component-tag\"\u003e106 pages · All 7 chapters · Full novel\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"component-card\"\u003e\n        \u003cdiv class=\"component-icon\"\u003e📋\u003c\/div\u003e\n        \u003ch3\u003eComplete Glossary (Pages 123–140)\u003c\/h3\u003e\n        \u003cp\u003eA full alphabetical glossary of 600+ vocabulary words from the novel — every bolded word students encountered in the text, defined in plain language. Students can look up any unfamiliar term without leaving the study guide. The glossary covers archaic Victorian-era English, Gold Rush period terminology, and advanced academic vocabulary — everything that makes reading a 1903 novel challenging for modern students.\u003c\/p\u003e\n        \u003cspan class=\"component-tag\"\u003e17+ pages · 600+ words defined\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.15); border-left: 4px solid #e07ef8; border-radius: 10px; padding: 22px 26px; margin-top: 24px;\"\u003e\n      \u003cp style=\"color: #d4b8f0; font-size: 0.9rem; margin-bottom: 0;\"\u003e\u003cstrong style=\"color: var(--white);\"\u003e140 pages total.\u003c\/strong\u003e The novel is included — no separate purchase required. Because The Call of the Wild is in the public domain, this annotated edition is a complete self-contained study guide. The annotated formatting and study materials are copyrighted by Light Up Literature™ Curriculum.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- SKILLS --\u003e\n\u003cdiv class=\"why-band\"\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cp class=\"section-label\"\u003eSkills Covered\u003c\/p\u003e\n    \u003ch2\u003eClose Reading, Vocabulary, Historical Context, and Annotation — All from One Document.\u003c\/h2\u003e\n    \u003cdiv class=\"skills-grid\"\u003e\n      \u003cdiv class=\"skill-card\"\u003e\n        \u003cdiv class=\"s-icon\"\u003e✏️\u003c\/div\u003e\n        \u003ch3\u003eAnnotation Techniques\u003c\/h3\u003e\n        \u003cp\u003eThe per-page note space and built-in annotation system teach students to annotate while reading — not as an add-on activity but as a built-in habit developed over 106 pages of practice.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"skill-card\"\u003e\n        \u003cdiv class=\"s-icon\"\u003e📚\u003c\/div\u003e\n        \u003ch3\u003eVocabulary Development (L.6.4–L.9.4)\u003c\/h3\u003e\n        \u003cp\u003e600+ bolded words throughout the novel build awareness of archaic and advanced vocabulary in context. The complete glossary provides definitions for every bolded term. Students encounter and look up words as they read — active vocabulary acquisition.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"skill-card\"\u003e\n        \u003cdiv class=\"s-icon\"\u003e🔍\u003c\/div\u003e\n        \u003ch3\u003eClose Reading (RL.6.1–RL.9.1)\u003c\/h3\u003e\n        \u003cp\u003ePer-page teacher questions require students to review what they just read before moving on — building the habit of reading closely and recalling specific textual details rather than reading passively.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"skill-card\"\u003e\n        \u003cdiv class=\"s-icon\"\u003e🗺️\u003c\/div\u003e\n        \u003ch3\u003eHistorical Context\u003c\/h3\u003e\n        \u003cp\u003eThe 13-page pre-reading section on the Klondike Gold Rush gives students the historical grounding to understand why the setting of the novel matters — and why Buck's journey feels both physically brutal and emotionally resonant.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"skill-card\"\u003e\n        \u003cdiv class=\"s-icon\"\u003e🎭\u003c\/div\u003e\n        \u003ch3\u003eTheme \u0026amp; Character Analysis (RL.6.2–RL.9.3)\u003c\/h3\u003e\n        \u003cp\u003eTeacher questions throughout the novel prompt analysis of character development, conflict, and theme — covering instinct vs. civilization, survival, loyalty, and the call of the wild as a symbol of primordial freedom.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"skill-card\"\u003e\n        \u003cdiv class=\"s-icon\"\u003e📍\u003c\/div\u003e\n        \u003ch3\u003eSetting Tracking\u003c\/h3\u003e\n        \u003cp\u003eUnderlined location markers throughout the text prompt students to track setting — essential in a novel that moves Buck from the Santa Clara Valley to the Yukon wilds. Develops spatial awareness of how setting shapes character and conflict.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- WHO IT'S FOR --\u003e\n\u003cdiv class=\"dark-band\"\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cp class=\"section-label\"\u003eWho This Works For\u003c\/p\u003e\n    \u003ch2\u003eOne Study Guide. Every Teaching Context.\u003c\/h2\u003e\n    \u003cdiv class=\"who-grid\"\u003e\n      \u003cdiv class=\"who-card\"\u003e\n        \u003cdiv class=\"who-icon\"\u003e🏫\u003c\/div\u003e\n        \u003ch3\u003e6th–9th Grade ELA Teachers\u003c\/h3\u003e\n        \u003cp\u003eAssign as a class set — students read directly from the annotated guide, complete the per-page note space during reading, and respond to teacher questions either in writing or discussion. No separate novel purchase required for students.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"who-card\"\u003e\n        \u003cdiv class=\"who-icon\"\u003e🏠\u003c\/div\u003e\n        \u003ch3\u003eHomeschool Parents\u003c\/h3\u003e\n        \u003cp\u003eThe complete novel plus all scaffolding in one document. The Jack London biography and Klondike history make strong nonfiction reading connections before the novel begins. The per-page teacher questions support one-on-one discussion without requiring ELA expertise.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"who-card\"\u003e\n        \u003cdiv class=\"who-icon\"\u003e📚\u003c\/div\u003e\n        \u003ch3\u003eIndependent Learners\u003c\/h3\u003e\n        \u003cp\u003eStudents who want to read The Call of the Wild with full vocabulary support and historical context can work through this guide independently — the glossary, note space, and comprehension questions provide self-directed scaffolding throughout.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"who-card\"\u003e\n        \u003cdiv class=\"who-icon\"\u003e🔤\u003c\/div\u003e\n        \u003ch3\u003eStruggling Readers\u003c\/h3\u003e\n        \u003cp\u003eThe bolded vocabulary draws attention to unfamiliar words before they become comprehension barriers. The per-page questions break the novel into manageable chunks. Students who struggle with 1903 language get the support embedded in the text itself, not as a separate accommodation.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- WHEN TO USE --\u003e\n\u003cdiv class=\"why-band\"\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cp class=\"section-label\"\u003eWays to Use It\u003c\/p\u003e\n    \u003ch2\u003eFull Novel Study. Independent Reading. Historical Cross-Curricular Unit.\u003c\/h2\u003e\n    \u003cul class=\"ways-list\"\u003e\n      \u003cli\u003e\n\u003cspan class=\"icon\"\u003e📖\u003c\/span\u003eFull class novel study — students read directly from the annotated guide with built-in scaffolding\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"icon\"\u003e🏠\u003c\/span\u003eIndependent study — complete novel plus support for self-directed or homeschool learners\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"icon\"\u003e🗺️\u003c\/span\u003eCross-curricular — pair the Klondike history section with a social studies unit on the Gold Rush era\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"icon\"\u003e✏️\u003c\/span\u003eAnnotation instruction — use the built-in note space to explicitly teach annotation as a reading strategy across 106 pages of practice\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"icon\"\u003e📋\u003c\/span\u003eComprehension check — use the per-page teacher questions as daily reading check-ins or exit tickets\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"icon\"\u003e📚\u003c\/span\u003eVocabulary instruction — use the glossary as a reference resource for vocabulary study throughout the unit\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- SPECS --\u003e\n\u003chr class=\"divider\"\u003e\n\u003cdiv class=\"section\"\u003e\n  \u003cp class=\"section-label\"\u003eProduct Details\u003c\/p\u003e\n  \u003ch2\u003eWhat You're Getting\u003c\/h2\u003e\n  \u003cdiv class=\"specs-wrap\"\u003e\n    \u003ctable class=\"specs-table\"\u003e\n      \u003ctr\u003e\n\u003ctd\u003eGrade Level\u003c\/td\u003e\n\u003ctd\u003e6th–9th Grade (advanced 6th grade through 9th grade use)\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eNovel Included?\u003c\/td\u003e\n\u003ctd\u003eYes — The Call of the Wild by Jack London is included in full. The novel is in the public domain. This annotated edition — the reformatting, annotation system, teacher questions, biography, history section, and glossary — is copyrighted by Light Up Literature™ Curriculum.\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003ePre-Reading Section\u003c\/td\u003e\n\u003ctd\u003ePages 4–16 — How to Use This Book, Jack London biography (early life, Klondike experience, writing career, death at 40), Klondike Gold Rush history (causes, Major Killers: avalanches, typhoid fever, hypothermia, malnutrition), maps and images. 13 pages total.\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eAnnotated Novel\u003c\/td\u003e\n\u003ctd\u003ePages 17–122 — complete novel text, all 7 chapters. Every page includes novel text with bolded vocabulary and underlined locations on the left; lined note space (Notes\/Reminders) upper right; 2–4 comprehension\/discussion questions (Teacher Questions) lower right. 106 pages.\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eVocabulary System\u003c\/td\u003e\n\u003ctd\u003e600+ vocabulary words bolded throughout the novel text — archaic, advanced, and domain-specific terms students may not recognize. Underlined words = locations\/settings to note while reading.\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eGlossary\u003c\/td\u003e\n\u003ctd\u003ePages 123–140 — complete alphabetical glossary of 600+ vocabulary words from the novel, all defined in plain language. 17+ pages.\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eTotal Pages\u003c\/td\u003e\n\u003ctd\u003e140 pages\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eStandards Alignment\u003c\/td\u003e\n\u003ctd\u003eCCSS RL.6.1–RL.9.1 (cite evidence, close reading); RL.6.2–RL.9.3 (theme, character, setting); L.6.4–L.9.4 (vocabulary acquisition and use)\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eFormat\u003c\/td\u003e\n\u003ctd\u003ePDF — printable. Can be printed as a class set or assigned digitally for annotation.\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eLicense\u003c\/td\u003e\n\u003ctd\u003eSingle classroom or personal homeschool use. Additional licenses required for teams, co-ops, schools, or districts.\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- FAQ --\u003e\n\u003cdiv class=\"section\" style=\"padding-top: 0;\"\u003e\n  \u003cp class=\"section-label\"\u003eCommon Questions\u003c\/p\u003e\n  \u003ch2\u003eBefore You Buy\u003c\/h2\u003e\n  \u003cdiv class=\"faq-list\"\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eDoes this include the full text of the novel?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes — The Call of the Wild by Jack London is included in its entirety. The novel is in the public domain (published 1903), which means it can be legally reproduced. This edition is Debra Shepherd's annotated version — reformatted with the three-part page layout, bolded vocabulary, underlined locations, and updated punctuation — and that annotation work is copyrighted by Light Up Literature™ Curriculum. Students do not need a separate copy of the book.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eWhat does \"annotated\" mean in this context?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eIn this study guide, \"annotated\" means the novel text has been reformatted so that every page includes two built-in reading aids alongside the story: vocabulary words students may not know are bolded throughout the text, and location names are underlined to help students track setting. In addition, every page has a lined note space (upper right) for students to write their own annotations, and a teacher questions section (lower right) with 2–4 comprehension questions specific to that page. The annotation system is consistent across all 106 pages of novel text.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eWhat are the \"teacher questions\" — are they a quiz?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eThe teacher questions are 2–4 short comprehension and discussion questions printed in the lower right corner of each novel page — covering what students just read on that specific page. They're designed to be answered in the note space above, discussed orally, or used as exit ticket prompts. The goal is to prevent students from reaching the end of a chapter with nothing retained — the questions break the novel into page-by-page comprehension checkpoints. They are not a formal assessment and do not include an answer key.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eIs this appropriate for homeschool use?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes — this is one of the strongest homeschool resources in the Light Up Literature store because it provides everything in one place: the complete novel, historical context for the setting and author, vocabulary support on every page, student note space, and discussion questions. The Jack London biography and Klondike Gold Rush history also provide strong nonfiction reading connections for a literature-based homeschool curriculum. The teacher questions support one-on-one discussion without requiring an ELA background.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eWhat grade levels is this appropriate for?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eThe Call of the Wild is typically taught in grades 6–9. The vocabulary and historical complexity of London's 1903 prose make it more appropriate for 7th grade and above in most classroom settings — but the bolded vocabulary and built-in scaffolding make it more accessible for 6th grade students reading above level. The per-page teacher questions can be used for whole-class discussion at any level. The glossary makes the archaic language manageable for students who would otherwise find the novel inaccessible.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- CTA --\u003e\n\u003cdiv class=\"cta-band\" id=\"buy\"\u003e\n  \u003cdiv class=\"cta-inner\"\u003e\n    \u003ch2\u003eThe Novel. The Vocabulary.\u003cbr\u003eThe History. All 140 Pages.\u003c\/h2\u003e\n    \u003cp\u003eThe complete text of \u003cem\u003eThe Call of the Wild\u003c\/em\u003e — annotated with 600+ bolded vocabulary words, per-page teacher questions and student note space, 13 pages of pre-reading history, and a complete glossary. One document. No separate novel purchase required.\u003c\/p\u003e\n    \u003ca href=\"#\" class=\"btn-primary\"\u003eAdd to Cart\u003c\/a\u003e\n    \u003cp class=\"cta-reassure\"\u003ePDF delivered instantly · 140 pages · Grades 6–9 · Novel included · Single classroom or homeschool license\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- FOOTER --\u003e\n\u003cfooter class=\"footer\"\u003e\n  \u003cp\u003e© 2025 Light Up Literature™ Curriculum, LLC. All rights reserved. | \u003ca href=\"https:\/\/lightupliterature.com\"\u003elightupliterature.com\u003c\/a\u003e\u003c\/p\u003e\n  \u003cp style=\"margin-top: 6px;\"\u003eQuestions? \u003ca href=\"mailto:Debra@lightupliteraturecurriculum.com\"\u003eDebra@lightupliteraturecurriculum.com\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/footer\u003e\n\n\n\u003c\/body\u003e","brand":"Light Up Literature™ Curriculum","offers":[{"title":"Default Title","offer_id":49521279434975,"sku":null,"price":15.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0810\/3038\/1791\/files\/CalloftheWildActivityandPuzzlePack-2.png?v=1779724357"},{"product_id":"the-outsiders-chapter-1-reading-writing-grade-8-no-prep-ela","title":"The Outsiders Chapter 1 | Reading \u0026 Writing | Grade 8 No Prep ELA","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 Outsiders Chapter 1 | Reading Comprehension, Writing \u0026amp; Assessment | Grade 8 ELA\u003c\/title\u003e\n  \u003cmeta name=\"description\" content=\"The Outsiders Chapter 1 — 20 MC questions, 20 open-ended, TREES™ short answer, essay, rubrics, sample writing \u0026amp; ADHD support. Grade 8 ELA. No prep PDF.\"\u003e\n  \u003cmeta name=\"keywords\" content=\"The Outsiders Chapter 1, The Outsiders novel study, 8th grade ELA novel study, The Outsiders reading comprehension, The Outsiders multiple choice questions, The Outsiders writing prompts, Pre-AP novel study grade 8, TREES method writing, The Outsiders S.E. Hinton, 8th grade literary analysis, ADHD ELA support, homeschool novel study grade 8, The Outsiders assessment, STAAR reading comprehension grade 8, novel study chapter resources\"\u003e\n  \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n  \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\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    :root {\n      --purple: #BD10E1;\n      --indigo: #25046B;\n      --indigo-mid: #3a0a8f;\n      --white: #ffffff;\n      --off-white: #faf8ff;\n      --light-purple: #f5e8fc;\n      --text-dark: #1a0040;\n      --text-mid: #3d2070;\n      --text-body: #2d1060;\n      --border-light: #e0cff5;\n    }\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n    body { font-family: 'Open Sans', sans-serif; background-color: var(--off-white); color: var(--text-body); line-height: 1.7; font-size: 16px; }\n    h1, h2, h3, h4 { font-family: 'Playfair Display', serif; line-height: 1.2; }\n    a { color: var(--purple); text-decoration: none; }\n\n    \/* HERO *\/\n    .hero { background: linear-gradient(135deg, var(--indigo) 0%, var(--indigo-mid) 55%, #5c1aad 100%); color: var(--white); padding: 64px 24px 72px; text-align: center; position: relative; overflow: hidden; }\n    .hero::before { content: ''; position: absolute; top: -80px; right: -80px; width: 320px; height: 320px; border-radius: 50%; background: rgba(189,16,225,0.18); pointer-events: none; }\n    .hero::after { content: ''; position: absolute; bottom: -60px; left: -60px; width: 240px; height: 240px; border-radius: 50%; background: rgba(189,16,225,0.12); pointer-events: none; }\n    .hero-inner { max-width: 820px; margin: 0 auto; position: relative; z-index: 1; }\n    .hero-badge { display: inline-block; background: rgba(189,16,225,0.25); border: 1px solid rgba(189,16,225,0.5); color: #e9b5f9; font-family: 'Open Sans', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; padding: 6px 18px; border-radius: 30px; margin-bottom: 22px; }\n    .hero h1 { font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 900; color: var(--white); margin-bottom: 18px; }\n    .hero h1 span { color: #e07ef8; }\n    .hero-sub { font-size: 1.15rem; color: #d4b8f0; max-width: 660px; margin: 0 auto 32px; }\n    .hero-stats { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-bottom: 36px; }\n    .stat-pill { background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.2); color: var(--white); font-size: 0.85rem; font-weight: 600; padding: 7px 16px; border-radius: 30px; }\n    .stat-pill.highlight { background: rgba(189,16,225,0.35); border-color: rgba(189,16,225,0.6); }\n    .btn-primary { display: inline-block; background: var(--purple); color: var(--white); font-family: 'Open Sans', sans-serif; font-size: 1rem; font-weight: 700; padding: 16px 40px; border-radius: 6px; letter-spacing: 0.5px; text-transform: uppercase; }\n    .btn-primary:hover { background: #a50cc8; }\n\n    \/* BARS *\/\n    .notice-bar { background: #3a0a8f; color: #e9b5f9; text-align: center; padding: 14px 24px; font-size: 0.9rem; font-weight: 600; border-bottom: 2px solid rgba(189,16,225,0.4); }\n    .notice-bar strong { color: var(--white); }\n    .trust-bar { background: var(--purple); color: var(--white); text-align: center; padding: 14px 24px; font-size: 0.9rem; font-weight: 600; }\n\n    \/* SECTIONS *\/\n    .section { max-width: 880px; margin: 0 auto; padding: 60px 24px; }\n    .section-label { font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--purple); margin-bottom: 10px; }\n    .section h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); color: var(--indigo); margin-bottom: 20px; }\n    .section p { font-size: 1rem; color: var(--text-body); margin-bottom: 16px; max-width: 700px; }\n    .divider { border: none; border-top: 2px solid var(--border-light); max-width: 880px; margin: 0 auto; }\n\n    \/* WHY BAND *\/\n    .why-band { background: var(--light-purple); border-top: 3px solid var(--border-light); border-bottom: 3px solid var(--border-light); }\n    .why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; margin-top: 30px; }\n    .why-card { background: var(--white); border: 1px solid var(--border-light); border-left: 4px solid var(--purple); border-radius: 8px; padding: 20px 22px; }\n    .why-card .w-icon { font-size: 1.5rem; margin-bottom: 8px; }\n    .why-card h3 { font-family: 'Open Sans', sans-serif; font-size: 0.93rem; font-weight: 700; color: var(--indigo); margin-bottom: 6px; }\n    .why-card p { font-size: 0.88rem; color: var(--text-body); margin: 0; }\n\n    \/* DARK BAND *\/\n    .dark-band { background: var(--indigo); color: var(--white); }\n    .dark-band .section-label { color: #e07ef8; }\n    .dark-band h2 { color: var(--white); }\n    .dark-band p { color: #d4b8f0; }\n\n    \/* COMPONENT GRID *\/\n    .component-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 28px; }\n    .component-card { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); border-radius: 12px; padding: 24px; }\n    .component-icon { font-size: 1.6rem; margin-bottom: 12px; }\n    .component-card h3 { font-family: 'Open Sans', sans-serif; font-size: 1rem; font-weight: 700; color: var(--white); margin-bottom: 8px; }\n    .component-card p { font-size: 0.85rem; color: #c0a0e0; margin: 0; line-height: 1.6; }\n    .component-tag { display: inline-block; margin-top: 12px; background: rgba(189,16,225,0.3); border: 1px solid rgba(189,16,225,0.5); color: #e9b5f9; font-size: 0.75rem; font-weight: 700; padding: 3px 10px; border-radius: 20px; }\n\n    \/* SKILLS GRID *\/\n    .skills-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 16px; margin-top: 28px; }\n    .skill-card { background: var(--white); border: 1px solid var(--border-light); border-top: 3px solid var(--purple); border-radius: 10px; padding: 18px 20px; }\n    .skill-card .s-icon { font-size: 1.3rem; margin-bottom: 6px; }\n    .skill-card h3 { font-family: 'Open Sans', sans-serif; font-size: 0.88rem; font-weight: 700; color: var(--indigo); margin-bottom: 4px; }\n    .skill-card p { font-size: 0.8rem; color: var(--text-mid); margin: 0; }\n\n    \/* WHO GRID *\/\n    .who-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 18px; margin-top: 28px; }\n    .who-card { text-align: center; background: var(--white); border: 1px solid var(--border-light); border-radius: 10px; padding: 24px 18px; }\n    .who-icon { font-size: 2rem; margin-bottom: 10px; }\n    .who-card h3 { font-family: 'Open Sans', sans-serif; font-size: 0.9rem; font-weight: 700; color: var(--indigo); margin-bottom: 6px; }\n    .who-card p { font-size: 0.83rem; color: var(--text-mid); margin: 0; }\n\n    \/* WAYS LIST *\/\n    .ways-list { list-style: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; margin-top: 28px; }\n    .ways-list li { display: flex; align-items: flex-start; gap: 12px; background: var(--white); border: 1px solid var(--border-light); border-radius: 8px; padding: 16px 18px; font-size: 0.93rem; color: var(--text-body); font-weight: 600; }\n    .ways-list li span.icon { font-size: 1.2rem; flex-shrink: 0; margin-top: 1px; }\n\n    \/* SPECS *\/\n    .specs-wrap { border: 1px solid var(--border-light); border-radius: 10px; overflow: hidden; margin-top: 28px; }\n    .specs-table { width: 100%; border-collapse: collapse; font-size: 0.93rem; }\n    .specs-table tr { border-bottom: 1px solid var(--border-light); }\n    .specs-table tr:last-child { border-bottom: none; }\n    .specs-table td { padding: 13px 16px; vertical-align: top; }\n    .specs-table td:first-child { font-weight: 700; color: var(--indigo); width: 38%; background: var(--light-purple); }\n    .specs-table td:last-child { color: var(--text-body); background: var(--white); }\n\n    \/* FAQ *\/\n    .faq-list { display: flex; flex-direction: column; gap: 18px; margin-top: 28px; }\n    .faq-item { border: 1px solid var(--border-light); border-radius: 10px; overflow: hidden; }\n    .faq-q { background: var(--white); padding: 18px 22px; font-weight: 700; color: var(--indigo); font-size: 0.97rem; display: flex; align-items: flex-start; gap: 12px; }\n    .faq-q::before { content: 'Q'; background: var(--purple); color: var(--white); font-size: 0.75rem; font-weight: 700; width: 22px; height: 22px; min-width: 22px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; margin-top: 1px; }\n    .faq-a { background: var(--light-purple); padding: 16px 22px 18px 56px; font-size: 0.93rem; color: var(--text-body); border-top: 1px solid var(--border-light); }\n\n    \/* CTA *\/\n    .cta-band { background: linear-gradient(135deg, var(--indigo) 0%, var(--indigo-mid) 55%, #5c1aad 100%); color: var(--white); text-align: center; padding: 64px 24px; position: relative; overflow: hidden; }\n    .cta-band::before { content: ''; position: absolute; top: -100px; right: -100px; width: 350px; height: 350px; border-radius: 50%; background: rgba(189,16,225,0.15); pointer-events: none; }\n    .cta-inner { max-width: 620px; margin: 0 auto; position: relative; z-index: 1; }\n    .cta-band h2 { color: var(--white); font-size: clamp(1.7rem, 3.5vw, 2.4rem); margin-bottom: 16px; }\n    .cta-band p { color: #d4b8f0; font-size: 1.05rem; margin-bottom: 32px; max-width: 520px; margin-left: auto; margin-right: auto; }\n    .cta-reassure { margin-top: 20px; font-size: 0.82rem; color: #b89fd4; }\n\n    \/* FOOTER *\/\n    .footer { background: var(--text-dark); color: #9980c0; text-align: center; padding: 28px 24px; font-size: 0.82rem; }\n    .footer a { color: #c99ee0; }\n\n    \/* WRITING VERSIONS BOX *\/\n    .versions-box { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 24px; }\n    @media (max-width: 600px) { .versions-box { grid-template-columns: 1fr; } }\n    .version-card { border-radius: 10px; padding: 22px; }\n    .version-card.supported { background: var(--white); border: 2px solid var(--purple); }\n    .version-card.unsupported { background: var(--white); border: 2px solid var(--indigo); }\n    .version-label { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 8px; }\n    .version-label.v1 { color: var(--purple); }\n    .version-label.v2 { color: var(--indigo); }\n    .version-card h3 { font-family: 'Open Sans', sans-serif; font-size: 0.95rem; font-weight: 700; color: var(--indigo); margin-bottom: 8px; }\n    .version-card p { font-size: 0.85rem; color: var(--text-body); margin: 0; }\n\n    \/* DIFF GRID *\/\n    .diff-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 28px; }\n    @media (max-width: 640px) { .diff-grid { grid-template-columns: 1fr; } }\n    .diff-card { border-radius: 10px; padding: 22px; border: 1px solid var(--border-light); background: var(--white); }\n    .diff-dot { width: 14px; height: 14px; border-radius: 50%; margin-bottom: 12px; }\n    .diff-dot.green { background: #22c55e; }\n    .diff-dot.yellow { background: #eab308; }\n    .diff-dot.blue { background: #3b82f6; }\n    .diff-card h3 { font-family: 'Open Sans', sans-serif; font-size: 0.88rem; font-weight: 700; color: var(--indigo); margin-bottom: 10px; }\n    .diff-card ul { list-style: none; padding: 0; }\n    .diff-card ul li { font-size: 0.82rem; color: var(--text-body); padding: 4px 0; border-bottom: 1px solid var(--border-light); }\n    .diff-card ul li:last-child { border-bottom: none; }\n\n    \/* INCLUDE LIST *\/\n    .include-list { list-style: none; margin-top: 24px; display: flex; flex-direction: column; gap: 10px; }\n    .include-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 0.95rem; color: var(--text-body); padding: 12px 16px; background: var(--white); border: 1px solid var(--border-light); border-radius: 8px; }\n    .include-list li .inc-icon { font-size: 1.1rem; flex-shrink: 0; margin-top: 1px; }\n\n    \/* STANDARDS *\/\n    .standards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 14px; margin-top: 24px; }\n    .std-card { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); border-radius: 8px; padding: 16px 18px; }\n    .std-code { font-family: 'Open Sans', sans-serif; font-size: 0.8rem; font-weight: 700; color: #e07ef8; letter-spacing: 1px; margin-bottom: 4px; }\n    .std-desc { font-size: 0.82rem; color: #c0a0e0; }\n\n    ul.bullet-list { padding-left: 20px; margin-top: 12px; margin-bottom: 16px; }\n    ul.bullet-list li { font-size: 0.95rem; color: var(--text-body); margin-bottom: 6px; }\n    .dark-band ul.bullet-list li { color: #d4b8f0; }\n  \u003c\/style\u003e\n\n\n\n\u003c!-- HERO --\u003e\n\u003csection class=\"hero\"\u003e\n  \u003cdiv class=\"hero-inner\"\u003e\n    \u003cdiv class=\"hero-badge\"\u003eGrade 8 ELA · The Outsiders · Chapter 1 · Pre-AP · TREES™ Method · No Prep\u003c\/div\u003e\n    \u003ch1\u003e\n      Real Thinking. Real Writing.\u003cbr\u003e\u003cspan\u003eOne Complete Chapter 1 Resource.\u003c\/span\u003e\n    \u003c\/h1\u003e\n    \u003cp class=\"hero-sub\"\u003eEverything you need to teach Chapter 1 of \u003cem\u003eThe Outsiders\u003c\/em\u003e by S.E. Hinton — reading comprehension, multiple choice, structured writing, full assessment tools, and a support guide built for real classrooms and real homeschool tables.\u003c\/p\u003e\n    \u003cdiv class=\"hero-stats\"\u003e\n      \u003cspan class=\"stat-pill highlight\"\u003e20 Multiple Choice — Best Answer Format\u003c\/span\u003e\n      \u003cspan class=\"stat-pill highlight\"\u003e20 Open-Ended Pre-AP Questions\u003c\/span\u003e\n      \u003cspan class=\"stat-pill highlight\"\u003eTREES™ Short Answer + THREE TREES GROW™ Essay\u003c\/span\u003e\n      \u003cspan class=\"stat-pill\"\u003eSupported \u0026amp; Unsupported Writing Versions\u003c\/span\u003e\n      \u003cspan class=\"stat-pill\"\u003e4-3-2-1 Rubric + Sample 4 Writing\u003c\/span\u003e\n      \u003cspan class=\"stat-pill\"\u003eADHD \u0026amp; Differentiation Support Guide\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003ca href=\"#buy\" class=\"btn-primary\"\u003eGet This Resource\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"notice-bar\"\u003e\n  \u003cstrong\u003eThis is a chapter resource — not a worksheet.\u003c\/strong\u003e Every question, prompt, and assessment tool was built to push students past the surface and into genuine literary analysis.\n\u003c\/div\u003e\n\n\u003cdiv class=\"trust-bar\"\u003e\n  Grade 8 ELA · Pre-AP · No Prep PDF · Two Writing Versions · ADHD Supports Included · Classroom + Homeschool Ready\n\u003c\/div\u003e\n\n\u003c!-- WHY THIS RESOURCE --\u003e\n\u003cdiv class=\"why-band\"\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cp class=\"section-label\"\u003eWhy This Resource\u003c\/p\u003e\n    \u003ch2\u003eMost Chapter Resources Ask Students to Find Answers. This One Asks Them to Think.\u003c\/h2\u003e\n    \u003cp\u003eThere is no shortage of Outsiders worksheets on the internet. What is hard to find is a resource that holds students to the same standard as a state reading assessment — where every answer choice is plausible, where writing requires evidence and analysis, and where the teacher and parent have everything they need to actually evaluate the work.\u003c\/p\u003e\n    \u003cp\u003eThis Chapter 1 resource was built from the text up — starting with a close read of what Hinton actually does in this chapter and building every question, prompt, and assessment tool around those specific craft choices, themes, and characters. Nothing is generic. Everything connects directly to Chapter 1.\u003c\/p\u003e\n    \u003cdiv class=\"why-grid\"\u003e\n      \u003cdiv class=\"why-card\"\u003e\n        \u003cdiv class=\"w-icon\"\u003e📝\u003c\/div\u003e\n        \u003ch3\u003eMultiple choice that mirrors state assessments\u003c\/h3\u003e\n        \u003cp\u003eAll 20 multiple choice questions are written in best-answer format — all four choices are plausible, and students must think carefully to identify the strongest answer. This is exactly how STAAR and most state ELA assessments test reading comprehension at 8th grade.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"why-card\"\u003e\n        \u003cdiv class=\"w-icon\"\u003e🔍\u003c\/div\u003e\n        \u003ch3\u003eOpen-ended questions that go beyond recall\u003c\/h3\u003e\n        \u003cp\u003eThe 20 Pre-AP open-ended questions cover the skills that matter most in 8th grade ELA — character analysis, point of view, figurative language, intertextuality, theme, inference, and author's craft. Students are not asked to find and copy. They are asked to analyze and argue.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"why-card\"\u003e\n        \u003cdiv class=\"w-icon\"\u003e✏️\u003c\/div\u003e\n        \u003ch3\u003eWriting scaffolds that actually work\u003c\/h3\u003e\n        \u003cp\u003eThe TREES™ and THREE TREES GROW™ methods break the writing process into single visible steps — so anxious, ADHD, and reluctant writers know exactly what to do next without staring at a blank page. Every prompt comes in a supported and unsupported version.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"why-card\"\u003e\n        \u003cdiv class=\"w-icon\"\u003e📋\u003c\/div\u003e\n        \u003ch3\u003eA complete assessment package — not just questions\u003c\/h3\u003e\n        \u003cp\u003eThis resource includes rubrics, student checklists, and sample 4 writing for every prompt. Teachers and parents have everything they need to assign, evaluate, and give meaningful feedback — without needing an ELA background to use any of it confidently.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- WRITING VERSIONS --\u003e\n\u003cdiv class=\"section\"\u003e\n  \u003cp class=\"section-label\"\u003eTwo Writing Versions — Every Prompt\u003c\/p\u003e\n  \u003ch2\u003eMeet Every Student Where They Are Without Creating Two Separate Assignments.\u003c\/h2\u003e\n  \u003cp\u003eEvery short answer prompt and the essay come in two versions — so you can differentiate without making a production of it. Have two stacks ready. Hand them out as students come in. Most students will not notice, and those who do will not care if you have built a classroom culture where different tools for different learners is simply how things work.\u003c\/p\u003e\n  \u003cdiv class=\"versions-box\"\u003e\n    \u003cdiv class=\"version-card supported\"\u003e\n      \u003cdiv class=\"version-label v1\"\u003e✅ Supported Version\u003c\/div\u003e\n      \u003ch3\u003eAcronym Steps + Sentence Stems\u003c\/h3\u003e\n      \u003cp\u003eFor struggling writers, anxious writers, ADHD writers, and any student who is new to the TREES™ method. The stems are a launching pad — not a shortcut. Everything after the stem belongs entirely to the student.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"version-card unsupported\"\u003e\n      \u003cdiv class=\"version-label v2\"\u003e🔵 Unsupported Version\u003c\/div\u003e\n      \u003ch3\u003eAcronym Steps Only\u003c\/h3\u003e\n      \u003cp\u003eFor on-level and advanced students who are comfortable with structured writing. The acronym provides the framework. The student provides everything else. Builds independence while keeping the structure in place.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003chr class=\"divider\"\u003e\n\n\u003c!-- WHAT'S INCLUDED --\u003e\n\u003cdiv class=\"dark-band\"\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cp class=\"section-label\"\u003eWhat's Included\u003c\/p\u003e\n    \u003ch2\u003eEvery Piece This Chapter Needs — Reading, Writing, and Assessment.\u003c\/h2\u003e\n    \u003cp\u003eThis is not a collection of unrelated activities. Every component connects. The questions inform the writing. The writing is evaluated by the rubric. The rubric is explained by the sample writing. The whole thing is supported by the teacher and parent guide.\u003c\/p\u003e\n\n    \u003cdiv class=\"component-grid\"\u003e\n      \u003cdiv class=\"component-card\"\u003e\n        \u003cdiv class=\"component-icon\"\u003e📖\u003c\/div\u003e\n        \u003ch3\u003e20 Open-Ended Reading Comprehension Questions\u003c\/h3\u003e\n        \u003cp\u003eWritten at a Pre-AP level and built directly from what Hinton does in Chapter 1. Skills covered include character analysis, point of view and narrator reliability, figurative language, intertextuality, central idea and theme, inference, vocabulary in context, summary vs. analysis, cause and effect, and author's purpose. These are not find-and-copy questions. They require students to think, analyze, and support their answers with textual evidence.\u003c\/p\u003e\n        \u003cspan class=\"component-tag\"\u003ePre-AP Level · RL.8.1 through RL.8.9\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"component-card\"\u003e\n        \u003cdiv class=\"component-icon\"\u003e☑️\u003c\/div\u003e\n        \u003ch3\u003e20 Multiple Choice Questions + Expanded Answer Key\u003c\/h3\u003e\n        \u003cp\u003eWritten in best-answer format — the same format used on STAAR and most state ELA assessments. All four answer choices are plausible. Students must think critically to identify the strongest answer. The expanded answer key explains why the correct answer is best and why each incorrect answer falls short — written in plain, friendly language so parents and teachers without an ELA background can use it confidently to have a real conversation with their student.\u003c\/p\u003e\n        \u003cspan class=\"component-tag\"\u003eBest-Answer Format · Full Key Included\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"component-card\"\u003e\n        \u003cdiv class=\"component-icon\"\u003e✏️\u003c\/div\u003e\n        \u003ch3\u003e3 Short Answer Prompts | TREES™ Method\u003c\/h3\u003e\n        \u003cp\u003eThree distinct writing purposes — argumentative, reflective, and character analysis — each built around specific moments and characters from Chapter 1. Each prompt includes the student checklist so students can self-assess before turning in. Both versions — supported with stems and unsupported with acronym steps only — are included for every prompt.\u003c\/p\u003e\n        \u003cspan class=\"component-tag\"\u003eArgumentative · Reflective · Character Analysis\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"component-card\"\u003e\n        \u003cdiv class=\"component-icon\"\u003e📄\u003c\/div\u003e\n        \u003ch3\u003e1 Essay Prompt | THREE TREES GROW™ Method\u003c\/h3\u003e\n        \u003cp\u003eA complete literary analysis essay prompt focused on how Hinton uses character, description, and word choice to show that a label does not define a person's full humanity. Students discuss at least two characters and build their argument using the THREE TREES GROW™ structure — one step at a time. Both versions included. The essay checklist is included separately so students can verify every section before submitting.\u003c\/p\u003e\n        \u003cspan class=\"component-tag\"\u003eLiterary Analysis · Both Versions Included\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"component-card\"\u003e\n        \u003cdiv class=\"component-icon\"\u003e📊\u003c\/div\u003e\n        \u003ch3\u003e4-3-2-1 Writing Rubrics\u003c\/h3\u003e\n        \u003cp\u003eTwo rubrics — one for short answers and one for the essay — covering structure, evidence, analysis, sentence fluency, word choice, and grammar and conventions. Written with two bullets per cell so teachers and parents can scan quickly and find the best fit without reading a paragraph at every level. A 3 is solid, honest, grade-level work. The rubric makes that clear so grading feels fair and manageable.\u003c\/p\u003e\n        \u003cspan class=\"component-tag\"\u003eShort Answer Rubric · Essay Rubric\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"component-card\"\u003e\n        \u003cdiv class=\"component-icon\"\u003e⭐\u003c\/div\u003e\n        \u003ch3\u003eSample 4 Writing — All Four Prompts\u003c\/h3\u003e\n        \u003cp\u003eA model response for each of the three short answer prompts and a complete model essay — written at a strong but realistic 8th grade level. The writing is good enough to be a genuine 4 but human enough to feel attainable. Share these with students before they write — not after. Seeing what strong work looks like before they start is motivating. Seeing it after can feel deflating.\u003c\/p\u003e\n        \u003cspan class=\"component-tag\"\u003e3 Short Answer Models · 1 Full Essay Model\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"component-card\"\u003e\n        \u003cdiv class=\"component-icon\"\u003e📋\u003c\/div\u003e\n        \u003ch3\u003eStudent Self-Assessment Checklists\u003c\/h3\u003e\n        \u003cp\u003eOne checklist for the short answer prompts and one for the essay — both written in plain student-friendly language so students can honestly verify their own work before turning it in. The checklist covers every section of the TREES™ and THREE TREES GROW™ structure plus sentence fluency, word choice, voice, and grammar and conventions. Builds the habit of self-review that serves students far beyond this assignment.\u003c\/p\u003e\n        \u003cspan class=\"component-tag\"\u003eShort Answer Checklist · Essay Checklist\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"component-card\"\u003e\n        \u003cdiv class=\"component-icon\"\u003e📚\u003c\/div\u003e\n        \u003ch3\u003eTeacher and Parent Support Guide\u003c\/h3\u003e\n        \u003cp\u003eA dedicated support guide written specifically for this chapter — not a generic how-to. Includes step-by-step instructions for classroom teachers with 30 students and for homeschool parents working one-on-one. ADHD and struggling learner supports are embedded at every step — bolded and easy to find. Differentiation guidance covers all three levels: struggling, on-level, and Pre-AP or advanced.\u003c\/p\u003e\n        \u003cspan class=\"component-tag\"\u003eClassroom · Homeschool · ADHD Supports · 3 Levels\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- SKILLS COVERED --\u003e\n\u003cdiv class=\"why-band\"\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cp class=\"section-label\"\u003eSkills Covered\u003c\/p\u003e\n    \u003ch2\u003eThe Top-Tested 8th Grade ELA Skills — All Built from Chapter 1.\u003c\/h2\u003e\n    \u003cp\u003eEvery skill in this resource is connected to something Hinton actually does in Chapter 1 — not a generic skill applied to a generic text. Students are always working from the novel, not away from it.\u003c\/p\u003e\n    \u003cdiv class=\"skills-grid\"\u003e\n      \u003cdiv class=\"skill-card\"\u003e\n        \u003cdiv class=\"s-icon\"\u003e📌\u003c\/div\u003e\n        \u003ch3\u003eCiting Textual Evidence (RL.8.1)\u003c\/h3\u003e\n        \u003cp\u003eStudents cite specific details from Chapter 1 to support every claim they make — in open-ended questions, short answers, and the essay.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"skill-card\"\u003e\n        \u003cdiv class=\"s-icon\"\u003e💡\u003c\/div\u003e\n        \u003ch3\u003eCentral Idea \u0026amp; Theme (RL.8.2)\u003c\/h3\u003e\n        \u003cp\u003eQuestions and writing prompts push students to identify and articulate the theme Hinton develops in Chapter 1 — moving from topic to theme statement.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"skill-card\"\u003e\n        \u003cdiv class=\"s-icon\"\u003e🎭\u003c\/div\u003e\n        \u003ch3\u003eCharacter Analysis (RL.8.3)\u003c\/h3\u003e\n        \u003cp\u003eStudents analyze how Hinton introduces and differentiates characters through physical description, word choice, and behavioral detail.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"skill-card\"\u003e\n        \u003cdiv class=\"s-icon\"\u003e🖊️\u003c\/div\u003e\n        \u003ch3\u003eFigurative Language \u0026amp; Author's Craft (RL.8.4)\u003c\/h3\u003e\n        \u003cp\u003eStudents analyze Hinton's specific word choices — including the recurring ice imagery used for both Darry and Dally — and explain what they reveal.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"skill-card\"\u003e\n        \u003cdiv class=\"s-icon\"\u003e👁️\u003c\/div\u003e\n        \u003ch3\u003ePoint of View \u0026amp; Narrator Reliability (RL.8.6)\u003c\/h3\u003e\n        \u003cp\u003eStudents examine how Ponyboy's emotional investment shapes his narration and consider what biases might exist in a first-person narrator who is inside the conflict he describes.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"skill-card\"\u003e\n        \u003cdiv class=\"s-icon\"\u003e📚\u003c\/div\u003e\n        \u003ch3\u003eIntertextuality (RL.8.9)\u003c\/h3\u003e\n        \u003cp\u003eStudents analyze Ponyboy's allusion to Great Expectations and explain how Hinton uses it to connect the themes of The Outsiders to a universal human experience.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ADHD + DIFFERENTIATION --\u003e\n\u003cdiv class=\"section\"\u003e\n  \u003cp class=\"section-label\"\u003eADHD \u0026amp; Differentiation Support\u003c\/p\u003e\n  \u003ch2\u003eBuilt for Every Learner in the Room — Not Just the Ones Who Already Love Writing.\u003c\/h2\u003e\n  \u003cp\u003eThe TREES™ and THREE TREES GROW™ methods were developed specifically to reduce the activation energy that keeps anxious, ADHD, and reluctant writers from starting. Instead of staring at a blank page, students follow a clear visible path — one step at a time. The acronym makes the structure visible. The stems make the first sentence possible. Once students are moving, they can keep going.\u003c\/p\u003e\n  \u003cp\u003eThe support guide inside this product includes embedded ADHD tips at every step — bolded so they are easy to find when you need them quickly. Every support is designed to be set up once and work for the whole room, not individual interventions that are impossible to manage with 30 students.\u003c\/p\u003e\n\n  \u003cdiv class=\"diff-grid\"\u003e\n    \u003cdiv class=\"diff-card\"\u003e\n      \u003cdiv class=\"diff-dot green\"\u003e\u003c\/div\u003e\n      \u003ch3\u003e🟢 Struggling or Intervention Level\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003eMultiple choice only for written work\u003c\/li\u003e\n        \u003cli\u003eOpen-ended questions as oral discussion\u003c\/li\u003e\n        \u003cli\u003eSupported writing version — always\u003c\/li\u003e\n        \u003cli\u003eOne short answer prompt at a time\u003c\/li\u003e\n        \u003cli\u003eRubric feedback: structure + evidence only\u003c\/li\u003e\n        \u003cli\u003eCelebrate finishing — every time\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"diff-card\"\u003e\n      \u003cdiv class=\"diff-dot yellow\"\u003e\u003c\/div\u003e\n      \u003ch3\u003e🟡 On-Level Students\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003eFull MC set in chunks\u003c\/li\u003e\n        \u003cli\u003e6–8 open-ended questions assigned\u003c\/li\u003e\n        \u003cli\u003eSupported version for prompt 1\u003c\/li\u003e\n        \u003cli\u003eUnsupported version for prompts 2–3\u003c\/li\u003e\n        \u003cli\u003eFull essay — unsupported version\u003c\/li\u003e\n        \u003cli\u003eFull rubric across all categories\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"diff-card\"\u003e\n      \u003cdiv class=\"diff-dot blue\"\u003e\u003c\/div\u003e\n      \u003ch3\u003e🔵 Pre-AP or Advanced\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003eFull MC set + defend 3–5 answers in writing\u003c\/li\u003e\n        \u003cli\u003eMost analytically demanding questions\u003c\/li\u003e\n        \u003cli\u003eUnsupported version — always\u003c\/li\u003e\n        \u003cli\u003eThesis must be specific and arguable\u003c\/li\u003e\n        \u003cli\u003eCompare own writing to sample 4\u003c\/li\u003e\n        \u003cli\u003eFull rubric — push toward every 4 descriptor\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003chr class=\"divider\"\u003e\n\n\u003c!-- WHO IT'S FOR --\u003e\n\u003cdiv class=\"dark-band\"\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cp class=\"section-label\"\u003eWho This Works For\u003c\/p\u003e\n    \u003ch2\u003eOne Resource. Every Teaching Context.\u003c\/h2\u003e\n    \u003cdiv class=\"who-grid\"\u003e\n      \u003cdiv class=\"who-card\"\u003e\n        \u003cdiv class=\"who-icon\"\u003e🏫\u003c\/div\u003e\n        \u003ch3\u003e8th Grade ELA Teachers\u003c\/h3\u003e\n        \u003cp\u003eTwo stacks — supported and unsupported. Hand them out as students come in. The support guide tells you exactly how to use every piece, in order, with your 30 students. No additional planning required.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"who-card\"\u003e\n        \u003cdiv class=\"who-icon\"\u003e🎓\u003c\/div\u003e\n        \u003ch3\u003ePre-AP Middle School Teachers\u003c\/h3\u003e\n        \u003cp\u003eThe open-ended questions are built at Pre-AP depth. The essay prompt requires a specific, arguable thesis. The multiple choice mirrors assessment-level rigor. This resource meets your students where they need to be challenged.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"who-card\"\u003e\n        \u003cdiv class=\"who-icon\"\u003e🏠\u003c\/div\u003e\n        \u003ch3\u003eHomeschool Parents\u003c\/h3\u003e\n        \u003cp\u003eThe support guide has its own section written specifically for one-on-one instruction. The expanded answer key is written in plain language so you do not need an ELA background to use it confidently at the kitchen table.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"who-card\"\u003e\n        \u003cdiv class=\"who-icon\"\u003e💜\u003c\/div\u003e\n        \u003ch3\u003eParents of ADHD \u0026amp; Anxious Writers\u003c\/h3\u003e\n        \u003cp\u003eThe TREES™ method, the supported writing version, and the embedded ADHD supports were built for your student. The stems get them off the platform. The structure keeps them moving. The checklist gives them confidence before they turn anything in.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- WAYS TO USE --\u003e\n\u003cdiv class=\"why-band\"\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cp class=\"section-label\"\u003eWays to Use It\u003c\/p\u003e\n    \u003ch2\u003eNovel Study. State Test Prep. Writing Instruction. All Three at Once.\u003c\/h2\u003e\n    \u003cul class=\"ways-list\"\u003e\n      \u003cli\u003e\n\u003cspan class=\"icon\"\u003e📖\u003c\/span\u003e8th grade ELA novel study — Chapter 1 complete instructional unit\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"icon\"\u003e🎯\u003c\/span\u003eState test prep — reading comprehension and analytical writing\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"icon\"\u003e✏️\u003c\/span\u003eWriting instruction — introduce or reinforce the TREES™ method\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"icon\"\u003e🏠\u003c\/span\u003eHomeschool ELA — complete chapter resource with full support guide\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"icon\"\u003e💜\u003c\/span\u003eADHD and reluctant writer support — scaffolded writing with built-in ADHD tips\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"icon\"\u003e📋\u003c\/span\u003eAssessment — rubric-based evaluation with sample writing benchmarks\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"icon\"\u003e🔵\u003c\/span\u003ePre-AP instruction — push thesis depth and analytical writing beyond grade level\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"icon\"\u003e👨‍👩‍👧\u003c\/span\u003eParent support — confidence-building guide so parents can actually help\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- SPECS --\u003e\n\u003chr class=\"divider\"\u003e\n\u003cdiv class=\"section\"\u003e\n  \u003cp class=\"section-label\"\u003eProduct Details\u003c\/p\u003e\n  \u003ch2\u003eWhat You Are Getting\u003c\/h2\u003e\n  \u003cdiv class=\"specs-wrap\"\u003e\n    \u003ctable class=\"specs-table\"\u003e\n      \u003ctr\u003e\n\u003ctd\u003eGrade Level\u003c\/td\u003e\n\u003ctd\u003e8th Grade ELA · Pre-AP Middle School\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eNovel\u003c\/td\u003e\n\u003ctd\u003eThe Outsiders by S.E. Hinton — Chapter 1\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eFormat\u003c\/td\u003e\n\u003ctd\u003ePrintable PDF — no prep required. Print and go or assign digitally.\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eReading Questions\u003c\/td\u003e\n\u003ctd\u003e20 Pre-AP open-ended questions + 20 best-answer multiple choice questions with expanded answer key\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eWriting Prompts\u003c\/td\u003e\n\u003ctd\u003e3 TREES™ short answer prompts (argumentative, reflective, character analysis) + 1 THREE TREES GROW™ essay prompt — each in supported and unsupported versions\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eAssessment Tools\u003c\/td\u003e\n\u003ctd\u003eStudent checklist (short answer) · Student checklist (essay) · 4-3-2-1 short answer rubric · 4-3-2-1 essay rubric · Sample 4 writing for all four prompts\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eSupport Guide\u003c\/td\u003e\n\u003ctd\u003eClassroom teacher section (30 students) + homeschool\/small group section + ADHD supports embedded throughout + differentiation for 3 levels\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eStandards\u003c\/td\u003e\n\u003ctd\u003eRL.8.1 · RL.8.2 · RL.8.3 · RL.8.4 · RL.8.6 · RL.8.9 · Compatible with STAAR and most state 8th grade ELA assessments\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eWriting Methods\u003c\/td\u003e\n\u003ctd\u003eTREES™ (Topic · Reason · Example · Explain · Summarize) and THREE TREES GROW™ (full essay structure)\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eLicense\u003c\/td\u003e\n\u003ctd\u003eSingle classroom or personal homeschool use. Additional licenses required for teams, co-ops, schools, or districts.\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- FAQ --\u003e\n\u003cdiv class=\"section\" style=\"padding-top: 0;\"\u003e\n  \u003cp class=\"section-label\"\u003eCommon Questions\u003c\/p\u003e\n  \u003ch2\u003eBefore You Buy\u003c\/h2\u003e\n  \u003cdiv class=\"faq-list\"\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eWhat is the TREES™ method and do students need to know it before using this resource?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eTREES™ stands for Topic, Reason, Example, Explain, Summarize — a structured writing method developed by Light Up Literature to help students build a complete analytical response one step at a time. Students do not need to know it in advance. The supported version of each prompt walks students through every step with sentence stems. The unsupported version provides the acronym steps only. The teacher and parent support guide explains how to introduce the method and when to use each version.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eWhat is the difference between the supported and unsupported writing versions?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eBoth versions include the TREES™ or THREE TREES GROW™ acronym steps with a brief description of what each step does. The supported version also includes sentence stems — starter phrases that help students get off the blank page and into their thinking. The unsupported version includes the acronym steps only — no stems. Both versions are included for every short answer prompt and the essay so you can hand the right version to the right student without creating two separate assignments.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eIs this appropriate for homeschool use?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes — the teacher and parent support guide includes a dedicated section written specifically for homeschool parents and small group instructors working one-on-one or with a small group. The expanded answer key is written in plain, friendly language so parents without an ELA background can use it confidently. The step-by-step instructions tell you exactly how to use every piece of the resource in order — so you do not have to figure anything out on your own.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eMy student has ADHD. Will this resource actually help?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eThe TREES™ and THREE TREES GROW™ methods were built with ADHD writers specifically in mind. The structure makes the writing path visible — students only have to do one step at a time instead of holding the entire essay in their heads. The supported version gives students a sentence to finish rather than a blank space to fill. The teacher and parent support guide includes embedded ADHD tips at every step — bolded so they are easy to find when you need them quickly during a session.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eDo I need to assign everything in this resource?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eNo — this resource is a toolbox. Use what fits your student and your instructional goals right now. The support guide gives you specific recommendations for which pieces to use at each level. A struggling student might use the multiple choice questions and one supported short answer prompt. An advanced student might use the full question set and the unsupported essay. Every piece works independently, and they are all designed to work together when you are ready for the full experience.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eIs this aligned to state standards?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes — this resource is aligned to RL.8.1 (cite textual evidence), RL.8.2 (central idea and theme), RL.8.3 (character analysis), RL.8.4 (figurative language and author's craft), RL.8.6 (point of view and narrator reliability), and RL.8.9 (intertextuality). The multiple choice questions are written in best-answer format compatible with STAAR and most state 8th grade ELA reading assessments. The writing prompts and rubrics are aligned to 8th grade analytical writing expectations.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- STANDARDS DARK BAND --\u003e\n\u003cdiv class=\"dark-band\"\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cp class=\"section-label\"\u003eStandards Alignment\u003c\/p\u003e\n    \u003ch2\u003eBuilt to the Standards That Matter Most in 8th Grade ELA.\u003c\/h2\u003e\n    \u003cp\u003eEvery question and writing prompt in this resource connects directly to a specific standard — and to a specific moment in Chapter 1 of The Outsiders. Nothing is filler.\u003c\/p\u003e\n    \u003cdiv class=\"standards-grid\"\u003e\n      \u003cdiv class=\"std-card\"\u003e\n        \u003cdiv class=\"std-code\"\u003eRL.8.1\u003c\/div\u003e\n        \u003cdiv class=\"std-desc\"\u003eCite strong textual evidence to support analysis of what the text says explicitly and inferentially\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"std-card\"\u003e\n        \u003cdiv class=\"std-code\"\u003eRL.8.2\u003c\/div\u003e\n        \u003cdiv class=\"std-desc\"\u003eDetermine theme or central idea of a text and analyze its development\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"std-card\"\u003e\n        \u003cdiv class=\"std-code\"\u003eRL.8.3\u003c\/div\u003e\n        \u003cdiv class=\"std-desc\"\u003eAnalyze how dialogue and incidents in a story reveal character and advance plot\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"std-card\"\u003e\n        \u003cdiv class=\"std-code\"\u003eRL.8.4\u003c\/div\u003e\n        \u003cdiv class=\"std-desc\"\u003eDetermine the meaning of words and phrases including figurative and connotative meanings\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"std-card\"\u003e\n        \u003cdiv class=\"std-code\"\u003eRL.8.6\u003c\/div\u003e\n        \u003cdiv class=\"std-desc\"\u003eAnalyze how differences in point of view of characters and audience create effects such as suspense or humor\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"std-card\"\u003e\n        \u003cdiv class=\"std-code\"\u003eRL.8.9\u003c\/div\u003e\n        \u003cdiv class=\"std-desc\"\u003eAnalyze how a modern work of fiction draws on themes and patterns from traditional stories\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- CTA --\u003e\n\u003cdiv class=\"cta-band\" id=\"buy\"\u003e\n  \u003cdiv class=\"cta-inner\"\u003e\n    \u003ch2\u003eEverything Chapter 1 Needs.\u003cbr\u003eNothing It Doesn't.\u003c\/h2\u003e\n    \u003cp\u003eReading comprehension, multiple choice, structured writing, complete assessment tools, and a support guide built for real classrooms and real homeschool tables — all in one no-prep PDF.\u003c\/p\u003e\n    \u003ca href=\"#\" class=\"btn-primary\"\u003eAdd to Cart\u003c\/a\u003e\n    \u003cp class=\"cta-reassure\"\u003ePDF delivered instantly · Grade 8 ELA · No prep required · Classroom + homeschool license · ADHD supports included\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- FOOTER --\u003e\n\u003cfooter class=\"footer\"\u003e\n  \u003cp\u003e© 2026 Light Up Literature™ Curriculum, LLC. All rights reserved. | \u003ca href=\"https:\/\/lightupliterature.com\"\u003elightupliterature.com\u003c\/a\u003e\u003c\/p\u003e\n  \u003cp style=\"margin-top: 6px;\"\u003eQuestions? \u003ca href=\"mailto:Debra@lightupliteraturecurriculum.com\"\u003eDebra@lightupliteraturecurriculum.com\u003c\/a\u003e\u003c\/p\u003e\n  \u003cp style=\"margin-top: 6px;\"\u003eFor classroom use only. This resource may not be distributed or uploaded to public\/shared drives.\u003c\/p\u003e\n\u003c\/footer\u003e\n\n\n\u003c\/body\u003e","brand":"Light Up Literature™ Curriculum","offers":[{"title":"Default Title","offer_id":49545763291359,"sku":null,"price":4.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0810\/3038\/1791\/files\/TheOutsidersChapter1.png?v=1779754932"},{"product_id":"hobbit-chapter-1-writing-prompts-grades-6-8","title":"Hobbit Chapter 1 Writing Prompts | Grades 6-8","description":"\u003c!--\nSHOPIFY SEO TITLE (45 characters) \/ Hobbit Chapter 1 Writing Prompts | Grades 6-8\nSHOPIFY META DESCRIPTION (136 characters) \/ No-prep Hobbit Chapter 1 writing prompts with TREES™ \u0026 P.R.O.V.E.™ frameworks. Character, theme, craft \u0026 analytical writing. Grades 6–8.\nSHOPIFY URL HANDLE \/ hobbit-chapter-1-writing-prompts-grades-6-8\nTPT LISTING TITLE \/ The Hobbit Chapter 1 Writing Prompts | TREES™ \u0026 P.R.O.V.E.™ | Grades 6–8 | No Prep\n--\u003e\n\n\u003cstyle\u003e\n  :root {\n    --purple: #BD10E1;\n    --indigo: #25046B;\n    --indigo-mid: #3a0a8f;\n    --light-purple: #f5e8fc;\n    --text-body: #2d1060;\n    --border-light: #e0cff5;\n  }\n\n  * { box-sizing: border-box; margin: 0; padding: 0; }\n\n  .lul-page {\n    font-family: 'Open Sans', sans-serif;\n    color: var(--text-body);\n    line-height: 1.7;\n  }\n\n  \/* ── HERO ── *\/\n  .lul-hero {\n    background: var(--indigo);\n    color: #fff;\n    padding: 64px 24px 56px;\n    text-align: center;\n  }\n  .lul-hero__eyebrow {\n    font-family: 'Open Sans', sans-serif;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: #d9b3f5;\n    margin-bottom: 14px;\n  }\n  .lul-hero h1 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(28px, 5vw, 46px);\n    font-weight: 700;\n    line-height: 1.2;\n    color: #fff;\n    max-width: 780px;\n    margin: 0 auto 20px;\n  }\n  .lul-hero__sub {\n    font-size: 18px;\n    color: #d9b3f5;\n    max-width: 600px;\n    margin: 0 auto 32px;\n  }\n  .lul-hero__badges {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 10px;\n    margin-bottom: 36px;\n  }\n  .lul-badge {\n    background: rgba(255,255,255,0.12);\n    border: 1px solid rgba(255,255,255,0.25);\n    border-radius: 100px;\n    padding: 6px 16px;\n    font-size: 13px;\n    font-weight: 600;\n    color: #fff;\n  }\n  .lul-btn-primary {\n    display: inline-block;\n    background: var(--purple);\n    color: #fff;\n    font-family: 'Open Sans', sans-serif;\n    font-weight: 700;\n    font-size: 16px;\n    padding: 16px 40px;\n    border-radius: 8px;\n    text-decoration: none;\n    letter-spacing: 0.02em;\n  }\n\n  \/* ── NOTICE BAR ── *\/\n  .lul-notice {\n    background: var(--light-purple);\n    border-left: 4px solid var(--purple);\n    padding: 16px 24px;\n    font-size: 14px;\n    font-weight: 600;\n    color: var(--indigo);\n    text-align: center;\n  }\n\n  \/* ── TRUST BAR ── *\/\n  .lul-trust {\n    background: #fff;\n    border-bottom: 1px solid var(--border-light);\n    padding: 20px 24px;\n  }\n  .lul-trust__inner {\n    max-width: 900px;\n    margin: 0 auto;\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 24px 40px;\n  }\n  .lul-trust__item {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    font-size: 14px;\n    font-weight: 600;\n    color: var(--text-body);\n  }\n  .lul-trust__icon {\n    font-size: 18px;\n  }\n\n  \/* ── WHY BAND (light) ── *\/\n  .lul-why-band {\n    background: #fff;\n    padding: 60px 24px;\n  }\n  .lul-why-band__inner {\n    max-width: 860px;\n    margin: 0 auto;\n  }\n  .lul-section-label {\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: var(--purple);\n    margin-bottom: 10px;\n  }\n  .lul-section-heading {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(22px, 3.5vw, 34px);\n    font-weight: 700;\n    color: var(--indigo);\n    margin-bottom: 16px;\n    line-height: 1.25;\n  }\n  .lul-section-body {\n    font-size: 16px;\n    color: var(--text-body);\n    max-width: 700px;\n    margin-bottom: 36px;\n  }\n  .lul-grid-3 {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n    gap: 20px;\n  }\n  .lul-card {\n    background: var(--light-purple);\n    border: 1px solid var(--border-light);\n    border-radius: 12px;\n    padding: 24px 20px;\n  }\n  .lul-card__icon {\n    font-size: 26px;\n    margin-bottom: 10px;\n  }\n  .lul-card__title {\n    font-family: 'Playfair Display', serif;\n    font-size: 17px;\n    font-weight: 700;\n    color: var(--indigo);\n    margin-bottom: 8px;\n  }\n  .lul-card__body {\n    font-size: 14px;\n    color: var(--text-body);\n    line-height: 1.6;\n  }\n\n  \/* ── DARK BAND ── *\/\n  .lul-dark-band {\n    background: var(--indigo);\n    padding: 60px 24px;\n    color: #fff;\n  }\n  .lul-dark-band__inner {\n    max-width: 860px;\n    margin: 0 auto;\n  }\n  .lul-dark-band .lul-section-label {\n    color: #c99ef5;\n  }\n  .lul-dark-band .lul-section-heading {\n    color: #fff;\n  }\n  .lul-dark-band .lul-section-body {\n    color: #c5aee8;\n  }\n  .lul-include-list {\n    list-style: none;\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n    gap: 12px;\n  }\n  .lul-include-list li {\n    display: flex;\n    align-items: flex-start;\n    gap: 10px;\n    font-size: 15px;\n    color: #e8d9f8;\n    line-height: 1.5;\n  }\n  .lul-include-list li::before {\n    content: \"✦\";\n    color: var(--purple);\n    flex-shrink: 0;\n    margin-top: 2px;\n  }\n  .lul-include-list strong {\n    color: #fff;\n  }\n\n  \/* ── FRAMEWORKS SECTION ── *\/\n  .lul-framework-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n    gap: 20px;\n    margin-top: 32px;\n  }\n  .lul-framework-card {\n    background: rgba(255,255,255,0.07);\n    border: 1px solid rgba(255,255,255,0.15);\n    border-radius: 12px;\n    padding: 28px 22px;\n  }\n  .lul-framework-card__name {\n    font-family: 'Playfair Display', serif;\n    font-size: 20px;\n    font-weight: 700;\n    color: #fff;\n    margin-bottom: 6px;\n  }\n  .lul-framework-card__subtitle {\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    color: var(--purple);\n    margin-bottom: 14px;\n  }\n  .lul-framework-steps {\n    list-style: none;\n    display: flex;\n    flex-direction: column;\n    gap: 6px;\n  }\n  .lul-framework-steps li {\n    font-size: 13px;\n    color: #c5aee8;\n    display: flex;\n    gap: 8px;\n  }\n  .lul-step-letter {\n    font-weight: 800;\n    color: #fff;\n    min-width: 16px;\n  }\n\n  \/* ── DIFFERENTIATOR BAND ── *\/\n  .lul-diff-band {\n    background: var(--light-purple);\n    padding: 60px 24px;\n  }\n  .lul-diff-band__inner {\n    max-width: 860px;\n    margin: 0 auto;\n  }\n  .lul-diff-list {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n    gap: 20px;\n    margin-top: 32px;\n  }\n  .lul-diff-item {\n    display: flex;\n    gap: 14px;\n    align-items: flex-start;\n  }\n  .lul-diff-item__dot {\n    width: 10px;\n    height: 10px;\n    border-radius: 50%;\n    background: var(--purple);\n    flex-shrink: 0;\n    margin-top: 7px;\n  }\n  .lul-diff-item__title {\n    font-weight: 700;\n    color: var(--indigo);\n    font-size: 15px;\n    margin-bottom: 4px;\n  }\n  .lul-diff-item__body {\n    font-size: 14px;\n    color: var(--text-body);\n    line-height: 1.6;\n  }\n\n  \/* ── SPECS TABLE ── *\/\n  .lul-specs {\n    background: #fff;\n    padding: 60px 24px;\n  }\n  .lul-specs__inner {\n    max-width: 860px;\n    margin: 0 auto;\n  }\n  .lul-specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-top: 28px;\n    font-size: 15px;\n  }\n  .lul-specs-table tr {\n    border-bottom: 1px solid var(--border-light);\n  }\n  .lul-specs-table td {\n    padding: 14px 16px;\n    vertical-align: top;\n    color: var(--text-body);\n  }\n  .lul-specs-table td:first-child {\n    font-weight: 700;\n    color: var(--indigo);\n    width: 200px;\n    white-space: nowrap;\n  }\n\n  \/* ── FAQ ── *\/\n  .lul-faq {\n    background: var(--light-purple);\n    padding: 60px 24px;\n  }\n  .lul-faq__inner {\n    max-width: 760px;\n    margin: 0 auto;\n  }\n  .lul-faq-item {\n    border-bottom: 1px solid var(--border-light);\n    padding: 22px 0;\n  }\n  .lul-faq-item:last-child {\n    border-bottom: none;\n  }\n  .lul-faq-q {\n    font-family: 'Playfair Display', serif;\n    font-size: 17px;\n    font-weight: 700;\n    color: var(--indigo);\n    margin-bottom: 10px;\n  }\n  .lul-faq-a {\n    font-size: 15px;\n    color: var(--text-body);\n    line-height: 1.7;\n  }\n\n  \/* ── CTA BAND ── *\/\n  .lul-cta {\n    background: var(--indigo-mid);\n    padding: 64px 24px;\n    text-align: center;\n    color: #fff;\n  }\n  .lul-cta h2 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(22px, 3.5vw, 34px);\n    font-weight: 700;\n    color: #fff;\n    margin-bottom: 14px;\n  }\n  .lul-cta p {\n    font-size: 16px;\n    color: #c5aee8;\n    max-width: 540px;\n    margin: 0 auto 32px;\n  }\n\n  \/* ── FOOTER ── *\/\n  .lul-footer {\n    background: var(--indigo);\n    padding: 28px 24px;\n    text-align: center;\n  }\n  .lul-footer p {\n    font-size: 13px;\n    color: #8b70c0;\n    line-height: 1.8;\n  }\n  .lul-footer a {\n    color: #c99ef5;\n    text-decoration: none;\n  }\n  .lul-licensing {\n    background: #fff;\n    padding: 40px 24px;\n  }\n  .lul-licensing__inner {\n    max-width: 760px;\n    margin: 0 auto;\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 28px;\n  }\n  @media (max-width: 600px) {\n    .lul-licensing__inner { grid-template-columns: 1fr; }\n  }\n  .lul-licensing__block h4 {\n    font-weight: 700;\n    font-size: 14px;\n    text-transform: uppercase;\n    letter-spacing: 0.08em;\n    margin-bottom: 12px;\n  }\n  .lul-licensing__block.may h4 { color: #2e7d32; }\n  .lul-licensing__block.may-not h4 { color: #c62828; }\n  .lul-licensing__block ul {\n    list-style: none;\n    display: flex;\n    flex-direction: column;\n    gap: 8px;\n  }\n  .lul-licensing__block li {\n    font-size: 13px;\n    color: var(--text-body);\n    display: flex;\n    gap: 8px;\n    line-height: 1.5;\n  }\n  .lul-licensing__block.may li::before { content: \"✅\"; font-size: 12px; flex-shrink: 0; margin-top: 2px; }\n  .lul-licensing__block.may-not li::before { content: \"🚫\"; font-size: 12px; flex-shrink: 0; margin-top: 2px; }\n\u003c\/style\u003e\n\n\u003cdiv class=\"lul-page\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"lul-hero\"\u003e\n    \u003cp class=\"lul-hero__eyebrow\"\u003eLight Up Literature™ | The Hobbit Series\u003c\/p\u003e\n    \u003ch1\u003eSix Writing Prompts That Teach Students How to Think About Chapter 1 — Not Just What Happened\u003c\/h1\u003e\n    \u003cp class=\"lul-hero__sub\"\u003eStructured, no-prep analytical writing for \"An Unexpected Party\" using TREES™ and P.R.O.V.E.™ frameworks. Built for teachers and homeschool parents.\u003c\/p\u003e\n    \u003cdiv class=\"lul-hero__badges\"\u003e\n      \u003cspan class=\"lul-badge\"\u003eGrades 6–8\u003c\/span\u003e\n      \u003cspan class=\"lul-badge\"\u003e34 Pages\u003c\/span\u003e\n      \u003cspan class=\"lul-badge\"\u003e3 Grade Levels Included\u003c\/span\u003e\n      \u003cspan class=\"lul-badge\"\u003eNo Prep\u003c\/span\u003e\n      \u003cspan class=\"lul-badge\"\u003eADHD-Friendly\u003c\/span\u003e\n      \u003cspan class=\"lul-badge\"\u003ePrint or Digital\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003ca href=\"#\" class=\"lul-btn-primary\"\u003eAdd to Cart — Instant Download\u003c\/a\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- NOTICE BAR --\u003e\n  \u003cdiv class=\"lul-notice\"\u003e\n    📚 This is Chapter 1 of a complete Hobbit Writing Prompts series. Each chapter is available separately or as a bundle.\n  \u003c\/div\u003e\n\n  \u003c!-- TRUST BAR --\u003e\n  \u003cdiv class=\"lul-trust\"\u003e\n    \u003cdiv class=\"lul-trust__inner\"\u003e\n      \u003cspan class=\"lul-trust__item\"\u003e\u003cspan class=\"lul-trust__icon\"\u003e📄\u003c\/span\u003e 34-Page PDF\u003c\/span\u003e\n      \u003cspan class=\"lul-trust__item\"\u003e\u003cspan class=\"lul-trust__icon\"\u003e⬇️\u003c\/span\u003e Instant Download\u003c\/span\u003e\n      \u003cspan class=\"lul-trust__item\"\u003e\u003cspan class=\"lul-trust__icon\"\u003e🖨️\u003c\/span\u003e Print or Assign Digitally\u003c\/span\u003e\n      \u003cspan class=\"lul-trust__item\"\u003e\u003cspan class=\"lul-trust__icon\"\u003e📐\u003c\/span\u003e Common Core Aligned\u003c\/span\u003e\n      \u003cspan class=\"lul-trust__item\"\u003e\u003cspan class=\"lul-trust__icon\"\u003e🧩\u003c\/span\u003e 6th, 7th \u0026amp; 8th Grade Versions\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- WHY BAND: The problem --\u003e\n  \u003csection class=\"lul-why-band\"\u003e\n    \u003cdiv class=\"lul-why-band__inner\"\u003e\n      \u003cp class=\"lul-section-label\"\u003eThe Problem\u003c\/p\u003e\n      \u003ch2 class=\"lul-section-heading\"\u003eMost writing prompts stop at the question. This one starts there.\u003c\/h2\u003e\n      \u003cp class=\"lul-section-body\"\u003eA good prompt is the beginning, not the whole job. Your student reads it, stares at a blank page, and freezes — because no one has shown them \u003cem\u003ehow\u003c\/em\u003e to build the answer. This resource gives students a clear structure before they write a single word, and gives you the coaching tools to guide what comes out.\u003c\/p\u003e\n      \u003cdiv class=\"lul-grid-3\"\u003e\n        \u003cdiv class=\"lul-card\"\u003e\n          \u003cdiv class=\"lul-card__icon\"\u003e🔎\u003c\/div\u003e\n          \u003cdiv class=\"lul-card__title\"\u003eCharacter Analysis\u003c\/div\u003e\n          \u003cdiv class=\"lul-card__body\"\u003eHow Tolkien establishes Bilbo's character in Chapter 1 — and what it reveals about the journey ahead.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"lul-card\"\u003e\n          \u003cdiv class=\"lul-card__icon\"\u003e✏️\u003c\/div\u003e\n          \u003cdiv class=\"lul-card__title\"\u003eAuthor's Craft\u003c\/div\u003e\n          \u003cdiv class=\"lul-card__body\"\u003eHow the names \"Baggins\" and \"Took\" function as a deliberate craft choice — and what they tell the reader before the story begins.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"lul-card\"\u003e\n          \u003cdiv class=\"lul-card__icon\"\u003e💡\u003c\/div\u003e\n          \u003cdiv class=\"lul-card__title\"\u003eTheme \/ Central Idea\u003c\/div\u003e\n          \u003cdiv class=\"lul-card__body\"\u003eHow Chapter 1 introduces the theme that comfort and safety can become a kind of trap.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"lul-card\"\u003e\n          \u003cdiv class=\"lul-card__icon\"\u003e🪞\u003c\/div\u003e\n          \u003cdiv class=\"lul-card__title\"\u003eReflective Writing\u003c\/div\u003e\n          \u003cdiv class=\"lul-card__body\"\u003eA personal connection prompt that uses the student's own experience as the entry point into literary analysis.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"lul-card\"\u003e\n          \u003cdiv class=\"lul-card__icon\"\u003e🎨\u003c\/div\u003e\n          \u003cdiv class=\"lul-card__title\"\u003eCreative Writing\u003c\/div\u003e\n          \u003cdiv class=\"lul-card__body\"\u003eWrite from a dwarf's point of view — a perspective exercise grounded in specific details from Chapter 1.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"lul-card\"\u003e\n          \u003cdiv class=\"lul-card__icon\"\u003e📊\u003c\/div\u003e\n          \u003cdiv class=\"lul-card__title\"\u003eP.R.O.V.E.™ Analytical\u003c\/div\u003e\n          \u003cdiv class=\"lul-card__body\"\u003eEvaluate Tolkien's argument about identity — with three separate versions for 6th, 7th, and 8th grade.\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- DARK BAND: What's inside --\u003e\n  \u003csection class=\"lul-dark-band\"\u003e\n    \u003cdiv class=\"lul-dark-band__inner\"\u003e\n      \u003cp class=\"lul-section-label\"\u003eWhat's Inside\u003c\/p\u003e\n      \u003ch2 class=\"lul-section-heading\"\u003e34 pages. Everything your student needs to write with confidence.\u003c\/h2\u003e\n      \u003cp class=\"lul-section-body\"\u003eEvery page in this resource has a job. The prompts scaffold the writing. The guide coaches the teacher. The rubrics assess growth — and tell you exactly what to say next.\u003c\/p\u003e\n      \u003cul class=\"lul-include-list\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003e5 TREES™ short answer prompts\u003c\/strong\u003e — each with full sentence stems (supported version)\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e1 P.R.O.V.E.™ analytical prompt\u003c\/strong\u003e — 6th, 7th, and 8th grade versions included\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eTREES™ rubric\u003c\/strong\u003e — Growth Checklist + Scoring Scale + grade conversion table\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eTHREE TREES GROW™ essay rubric\u003c\/strong\u003e — for when students are ready to scale to full essay\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eP.R.O.V.E.™ rubric\u003c\/strong\u003e — three separate grade-level versions with coaching notes\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e13-page Teacher \u0026amp; Parent Support Guide\u003c\/strong\u003e — prompt-by-prompt coaching, not just instructions\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eSuggested session sequences\u003c\/strong\u003e — one session, two sessions, full week, and \"hard day\" options\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eDiscussion-before-writing question\u003c\/strong\u003e — activates the core tension before any writing begins\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- WHY BAND: Frameworks --\u003e\n  \u003csection class=\"lul-dark-band\" style=\"background: var(--indigo-mid);\"\u003e\n    \u003cdiv class=\"lul-dark-band__inner\"\u003e\n      \u003cp class=\"lul-section-label\"\u003eThe Frameworks\u003c\/p\u003e\n      \u003ch2 class=\"lul-section-heading\"\u003eThree proprietary structures. One coherent system.\u003c\/h2\u003e\n      \u003cp class=\"lul-section-body\"\u003eTREES™, P.R.O.V.E.™, and THREE TREES GROW™ are not independent tools — they are a progression. Short answer practice builds toward body paragraphs. Body paragraphs build toward the essay. Every chapter reinforces the same structures, so students build fluency instead of re-learning a new format every time.\u003c\/p\u003e\n      \u003cdiv class=\"lul-framework-grid\"\u003e\n        \u003cdiv class=\"lul-framework-card\"\u003e\n          \u003cdiv class=\"lul-framework-card__name\"\u003eTREES™\u003c\/div\u003e\n          \u003cdiv class=\"lul-framework-card__subtitle\"\u003eShort Answer Writing\u003c\/div\u003e\n          \u003cul class=\"lul-framework-steps\"\u003e\n            \u003cli\u003e\n\u003cspan class=\"lul-step-letter\"\u003eT\u003c\/span\u003e Topic — Make a clear claim\u003c\/li\u003e\n            \u003cli\u003e\n\u003cspan class=\"lul-step-letter\"\u003eR\u003c\/span\u003e Reason — Support the claim\u003c\/li\u003e\n            \u003cli\u003e\n\u003cspan class=\"lul-step-letter\"\u003eE\u003c\/span\u003e Example — Text evidence\u003c\/li\u003e\n            \u003cli\u003e\n\u003cspan class=\"lul-step-letter\"\u003eE\u003c\/span\u003e Explain — Connect evidence to claim\u003c\/li\u003e\n            \u003cli\u003e\n\u003cspan class=\"lul-step-letter\"\u003eS\u003c\/span\u003e Summarize — Close powerfully\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"lul-framework-card\"\u003e\n          \u003cdiv class=\"lul-framework-card__name\"\u003eP.R.O.V.E.™\u003c\/div\u003e\n          \u003cdiv class=\"lul-framework-card__subtitle\"\u003eAnalytical Writing · 3 Grade Levels\u003c\/div\u003e\n          \u003cul class=\"lul-framework-steps\"\u003e\n            \u003cli\u003e\n\u003cspan class=\"lul-step-letter\"\u003eP\u003c\/span\u003e Point — Identify the claim\u003c\/li\u003e\n            \u003cli\u003e\n\u003cspan class=\"lul-step-letter\"\u003eR\u003c\/span\u003e Reasons — What supports it?\u003c\/li\u003e\n            \u003cli\u003e\n\u003cspan class=\"lul-step-letter\"\u003eO\u003c\/span\u003e Observe Evidence — What proof is used?\u003c\/li\u003e\n            \u003cli\u003e\n\u003cspan class=\"lul-step-letter\"\u003eV\u003c\/span\u003e Verify — Does the reasoning hold?\u003c\/li\u003e\n            \u003cli\u003e\n\u003cspan class=\"lul-step-letter\"\u003eE\u003c\/span\u003e Evaluate — How strong is the argument?\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"lul-framework-card\"\u003e\n          \u003cdiv class=\"lul-framework-card__name\"\u003eTHREE TREES GROW™\u003c\/div\u003e\n          \u003cdiv class=\"lul-framework-card__subtitle\"\u003eEssay Writing · Culminating Prompt\u003c\/div\u003e\n          \u003cul class=\"lul-framework-steps\"\u003e\n            \u003cli\u003e\n\u003cspan class=\"lul-step-letter\"\u003eTHREE\u003c\/span\u003e Introduction structure\u003c\/li\u003e\n            \u003cli\u003e\n\u003cspan class=\"lul-step-letter\"\u003eTREES\u003c\/span\u003e Body paragraphs (repeating)\u003c\/li\u003e\n            \u003cli\u003e\n\u003cspan class=\"lul-step-letter\"\u003eGROW\u003c\/span\u003e Conclusion with Wow closing\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- DIFFERENTIATOR BAND --\u003e\n  \u003csection class=\"lul-diff-band\"\u003e\n    \u003cdiv class=\"lul-diff-band__inner\"\u003e\n      \u003cp class=\"lul-section-label\"\u003eWhy This One\u003c\/p\u003e\n      \u003ch2 class=\"lul-section-heading\"\u003eBuilt differently — on purpose.\u003c\/h2\u003e\n      \u003cp class=\"lul-section-body\"\u003eThere are other Hobbit writing prompt resources on the market. Here is what makes this one worth choosing.\u003c\/p\u003e\n      \u003cdiv class=\"lul-diff-list\"\u003e\n        \u003cdiv class=\"lul-diff-item\"\u003e\n          \u003cdiv class=\"lul-diff-item__dot\"\u003e\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cdiv class=\"lul-diff-item__title\"\u003eThree grade levels in one product\u003c\/div\u003e\n            \u003cdiv class=\"lul-diff-item__body\"\u003eThe P.R.O.V.E.™ analytical prompt comes in separate 6th, 7th, and 8th grade versions. You choose the right level for your student — no purchasing a separate product per grade.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"lul-diff-item\"\u003e\n          \u003cdiv class=\"lul-diff-item__dot\"\u003e\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cdiv class=\"lul-diff-item__title\"\u003eADHD-friendly scaffolding — embedded, not labeled\u003c\/div\u003e\n            \u003cdiv class=\"lul-diff-item__body\"\u003eEvery prompt includes specific strategies for attention-variable learners: find one detail first, use two-bullet pre-writing, split multi-step prompts across sessions. These are instructional decisions, not afterthoughts.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"lul-diff-item\"\u003e\n          \u003cdiv class=\"lul-diff-item__dot\"\u003e\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cdiv class=\"lul-diff-item__title\"\u003eRubrics that coach, not just score\u003c\/div\u003e\n            \u003cdiv class=\"lul-diff-item__body\"\u003eEach rubric includes a Growth Checklist that tells you exactly what to say next — not just what number to assign. Designed for homeschool parents who want to coach writing without a teaching degree.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"lul-diff-item\"\u003e\n          \u003cdiv class=\"lul-diff-item__dot\"\u003e\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cdiv class=\"lul-diff-item__title\"\u003eA guide that explains the \"why\"\u003c\/div\u003e\n            \u003cdiv class=\"lul-diff-item__body\"\u003eThe 13-page Teacher \u0026amp; Parent Support Guide explains what each prompt is really asking, what students typically get wrong, and how to coach different learner types. You don't need to be a writing expert to use this.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"lul-diff-item\"\u003e\n          \u003cdiv class=\"lul-diff-item__dot\"\u003e\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cdiv class=\"lul-diff-item__title\"\u003eBuilds toward the essay — chapter by chapter\u003c\/div\u003e\n            \u003cdiv class=\"lul-diff-item__body\"\u003eThe short answer practice in every chapter is building toward the THREE TREES GROW™ essay prompts that appear at the novel's major turning points. Students don't re-learn a new format — they deepen the one they know.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"lul-diff-item\"\u003e\n          \u003cdiv class=\"lul-diff-item__dot\"\u003e\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cdiv class=\"lul-diff-item__title\"\u003ePart of a complete Hobbit curriculum\u003c\/div\u003e\n            \u003cdiv class=\"lul-diff-item__body\"\u003eEvery chapter in the series uses the same frameworks, so investment in Chapter 1 compounds across the full novel. The system builds familiarity — for your student and for you.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- SPECS TABLE --\u003e\n  \u003csection class=\"lul-specs\"\u003e\n    \u003cdiv class=\"lul-specs__inner\"\u003e\n      \u003cp class=\"lul-section-label\"\u003eProduct Details\u003c\/p\u003e\n      \u003ch2 class=\"lul-section-heading\"\u003eEverything you need to know before you buy.\u003c\/h2\u003e\n      \u003ctable class=\"lul-specs-table\"\u003e\n        \u003ctr\u003e\n\u003ctd\u003eFormat\u003c\/td\u003e\n\u003ctd\u003ePDF — instant download, print or assign digitally\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003ePages\u003c\/td\u003e\n\u003ctd\u003e34 pages\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eGrade Levels\u003c\/td\u003e\n\u003ctd\u003eGrades 6, 7, and 8 (differentiated P.R.O.V.E.™ versions for each)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eNovel\u003c\/td\u003e\n\u003ctd\u003eThe Hobbit by J.R.R. Tolkien — Chapter 1: \"An Unexpected Party\"\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003ePrompts\u003c\/td\u003e\n\u003ctd\u003e5 TREES™ short answer prompts + 1 P.R.O.V.E.™ analytical prompt\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eRubrics Included\u003c\/td\u003e\n\u003ctd\u003eTREES™ rubric, THREE TREES GROW™ essay rubric, P.R.O.V.E.™ rubric (6th, 7th, and 8th grade)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eFrameworks\u003c\/td\u003e\n\u003ctd\u003eTREES™, P.R.O.V.E.™, and THREE TREES GROW™\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eStandards\u003c\/td\u003e\n\u003ctd\u003eCommon Core ELA: W.6-8.1, W.6-8.2, W.6-8.3, RL.6-8.1–4, RL.6-8.6\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eDesigned For\u003c\/td\u003e\n\u003ctd\u003eClassroom teachers and homeschool parents\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003ePrep Required\u003c\/td\u003e\n\u003ctd\u003eNone\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eSeries\u003c\/td\u003e\n\u003ctd\u003ePart of The Hobbit Writing Prompts series (individual chapters available separately)\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=\"lul-faq\"\u003e\n    \u003cdiv class=\"lul-faq__inner\"\u003e\n      \u003cp class=\"lul-section-label\"\u003eQuestions\u003c\/p\u003e\n      \u003ch2 class=\"lul-section-heading\"\u003eFrequently asked questions.\u003c\/h2\u003e\n\n      \u003cdiv class=\"lul-faq-item\"\u003e\n        \u003cp class=\"lul-faq-q\"\u003eMy student is in 6th grade. Is this the right level?\u003c\/p\u003e\n        \u003cp class=\"lul-faq-a\"\u003eYes. The TREES™ short answer prompts work for all three grade levels. The P.R.O.V.E.™ analytical prompt comes in three separate versions — 6th, 7th, and 8th grade — so you choose the one that fits your student. All three versions are included in this single product.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lul-faq-item\"\u003e\n        \u003cp class=\"lul-faq-q\"\u003eDo I need to read The Hobbit before using this?\u003c\/p\u003e\n        \u003cp class=\"lul-faq-a\"\u003eThe 13-page Teacher \u0026amp; Parent Support Guide is written specifically for educators who may not have read the novel recently. It explains what Chapter 1 is doing literarily, what each prompt is really asking, and how to coach your student through the writing — no prior knowledge required.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lul-faq-item\"\u003e\n        \u003cp class=\"lul-faq-q\"\u003eIs this print-ready or digital?\u003c\/p\u003e\n        \u003cp class=\"lul-faq-a\"\u003eBoth. The PDF is formatted for standard 8.5\" x 11\" printing and is also clean for digital assignment. You can distribute via Google Classroom, email it directly to a student, or print and use it on paper.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lul-faq-item\"\u003e\n        \u003cp class=\"lul-faq-q\"\u003eMy student has ADHD. Will this work for them?\u003c\/p\u003e\n        \u003cp class=\"lul-faq-a\"\u003eThis resource was specifically designed with ADHD learners in mind. Every prompt in the support guide includes a dedicated \"For the ADHD Learner\" section with concrete strategies — like anchoring to one specific text detail before writing, using two-bullet pre-writing for complex prompts, and splitting multi-step analytical prompts across two sessions.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lul-faq-item\"\u003e\n        \u003cp class=\"lul-faq-q\"\u003eDoes this only cover Chapter 1, or the whole novel?\u003c\/p\u003e\n        \u003cp class=\"lul-faq-a\"\u003eThis product covers Chapter 1 only (\"An Unexpected Party\"). Additional chapters are available as separate products in the Hobbit Writing Prompts series. All chapters use the same TREES™ and P.R.O.V.E.™ frameworks, so skills compound across the series.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lul-faq-item\"\u003e\n        \u003cp class=\"lul-faq-q\"\u003eCan I use this in a co-op or with multiple students?\u003c\/p\u003e\n        \u003cp class=\"lul-faq-a\"\u003eThis license covers one teacher or parent for their own students. For co-ops, school settings, or use with students who are not your own, please purchase an additional license for each instructor. Licenses are available at checkout.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- CTA BAND --\u003e\n  \u003csection class=\"lul-cta\"\u003e\n    \u003ch2\u003eReady to give your student a framework that works?\u003c\/h2\u003e\n    \u003cp\u003eInstant download. No prep required. Works for classroom and homeschool settings at grades 6, 7, and 8.\u003c\/p\u003e\n    \u003ca href=\"#\" class=\"lul-btn-primary\"\u003eAdd to Cart — Instant Download\u003c\/a\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- LICENSING --\u003e\n  \u003cdiv class=\"lul-licensing\"\u003e\n    \u003cdiv class=\"lul-licensing__inner\"\u003e\n      \u003cdiv class=\"lul-licensing__block may\"\u003e\n        \u003ch4\u003eYou May\u003c\/h4\u003e\n        \u003cul\u003e\n          \u003cli\u003eUse this resource for your personal classroom, homeschool, or private student instruction\u003c\/li\u003e\n          \u003cli\u003eMake copies for your own students (digital or print)\u003c\/li\u003e\n          \u003cli\u003eShare about this resource on blogs, YouTube, or social media with credit to Light Up Literature™ and a visible link to the store or website\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lul-licensing__block may-not\"\u003e\n        \u003ch4\u003eYou May Not\u003c\/h4\u003e\n        \u003cul\u003e\n          \u003cli\u003eShare, email, or upload this file to any shared drive, group folder, or platform that allows access beyond your own students\u003c\/li\u003e\n          \u003cli\u003eResell, edit, or use this resource to create new products, presentations, or courses\u003c\/li\u003e\n          \u003cli\u003eUse this product in a school, district, co-op, or team setting without purchasing additional licenses for each teacher or tutor\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FOOTER --\u003e\n  \u003cfooter class=\"lul-footer\"\u003e\n    \u003cp\u003e\n      © 2025 Light Up Literature™ Curriculum, LLC. All rights reserved.\u003cbr\u003e\n      \u003ca href=\"https:\/\/lightupliterature.com\"\u003elightupliterature.com\u003c\/a\u003e  | \n      \u003ca href=\"mailto:debra@lightupliteraturecurriculum.com\"\u003edebra@lightupliteraturecurriculum.com\u003c\/a\u003e\n    \u003c\/p\u003e\n  \u003c\/footer\u003e\n\n\u003c\/div\u003e","brand":"Light Up Literature™ Curriculum","offers":[{"title":"Default Title","offer_id":49858558460127,"sku":null,"price":4.75,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0810\/3038\/1791\/files\/TheHobbitChapter1WritingPrompts-2.png?v=1780324907"},{"product_id":"the-hobbit-chapter-3-writing-prompts-grades-6-8","title":"The Hobbit Chapter 3 Writing Prompts | Grades 6–8","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 Hobbit Chapter 3 Writing Prompts | Grades 6–8 | Light Up Literature\u003c\/title\u003e\n\u003cstyle\u003e\n  :root {\n    --purple: #BD10E1;\n    --indigo: #25046B;\n    --indigo-mid: #3a0a8f;\n    --light-purple: #f5e8fc;\n    --text-body: #2d1060;\n    --border-light: #e0cff5;\n  }\n\n  * { box-sizing: border-box; margin: 0; padding: 0; }\n\n  body {\n    font-family: 'Open Sans', sans-serif;\n    color: var(--text-body);\n    background: #fff;\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) 0%, var(--indigo-mid) 60%, #6b1fa8 100%);\n    color: #fff;\n    padding: 64px 24px 56px;\n    text-align: center;\n  }\n\n  .hero .eyebrow {\n    font-family: 'Open Sans', sans-serif;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: #d9b3f7;\n    margin-bottom: 14px;\n  }\n\n  .hero h1 {\n    font-size: clamp(28px, 5vw, 48px);\n    line-height: 1.15;\n    margin-bottom: 16px;\n    color: #fff;\n  }\n\n  .hero .subtitle {\n    font-size: 18px;\n    color: #e0cff5;\n    max-width: 600px;\n    margin: 0 auto 32px;\n  }\n\n  .hero .grade-badge {\n    display: inline-block;\n    background: rgba(255,255,255,0.15);\n    border: 1px solid rgba(255,255,255,0.3);\n    border-radius: 30px;\n    padding: 6px 20px;\n    font-size: 14px;\n    font-weight: 600;\n    color: #f0e0fc;\n    margin-bottom: 36px;\n  }\n\n  .hero .btn-primary {\n    display: inline-block;\n    background: var(--purple);\n    color: #fff;\n    font-family: 'Open Sans', sans-serif;\n    font-weight: 700;\n    font-size: 16px;\n    padding: 16px 40px;\n    border-radius: 6px;\n    text-decoration: none;\n    letter-spacing: 0.5px;\n  }\n\n  \/* ── NOTICE BAR ── *\/\n  .notice-bar {\n    background: var(--light-purple);\n    border-top: 3px solid var(--purple);\n    border-bottom: 3px solid var(--purple);\n    padding: 18px 24px;\n    text-align: center;\n    font-size: 15px;\n    font-weight: 600;\n    color: var(--indigo);\n  }\n\n  .notice-bar span {\n    color: var(--purple);\n  }\n\n  \/* ── TRUST BAR ── *\/\n  .trust-bar {\n    background: #fff;\n    border-bottom: 1px solid var(--border-light);\n    padding: 24px;\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 32px;\n  }\n\n  .trust-item {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    font-size: 14px;\n    font-weight: 600;\n    color: var(--indigo);\n  }\n\n  .trust-icon {\n    font-size: 22px;\n  }\n\n  \/* ── SECTION WRAPPERS ── *\/\n  .section-white {\n    background: #fff;\n    padding: 56px 24px;\n    max-width: 860px;\n    margin: 0 auto;\n  }\n\n  .section-light {\n    background: var(--light-purple);\n    padding: 56px 24px;\n  }\n\n  .section-light .inner {\n    max-width: 860px;\n    margin: 0 auto;\n  }\n\n  .section-dark {\n    background: var(--indigo);\n    padding: 56px 24px;\n    color: #fff;\n  }\n\n  .section-dark .inner {\n    max-width: 860px;\n    margin: 0 auto;\n  }\n\n  \/* ── WHY BAND ── *\/\n  .why-band {\n    background: var(--light-purple);\n    padding: 56px 24px;\n  }\n\n  .why-band .inner {\n    max-width: 860px;\n    margin: 0 auto;\n  }\n\n  \/* ── HEADINGS ── *\/\n  .section-label {\n    font-family: 'Open Sans', sans-serif;\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: var(--purple);\n    margin-bottom: 10px;\n  }\n\n  .section-heading {\n    font-size: clamp(22px, 4vw, 34px);\n    color: var(--indigo);\n    margin-bottom: 18px;\n    line-height: 1.25;\n  }\n\n  .section-dark .section-heading,\n  .section-dark .section-label {\n    color: #fff;\n  }\n\n  .section-dark .section-label {\n    color: #d9b3f7;\n  }\n\n  .section-intro {\n    font-size: 16px;\n    color: var(--text-body);\n    margin-bottom: 36px;\n    max-width: 700px;\n  }\n\n  .section-dark .section-intro {\n    color: #e0cff5;\n  }\n\n  \/* ── CARD GRID ── *\/\n  .card-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n    gap: 20px;\n    margin-top: 8px;\n  }\n\n  .card {\n    background: #fff;\n    border: 1px solid var(--border-light);\n    border-radius: 10px;\n    padding: 24px 20px;\n  }\n\n  .card .card-icon {\n    font-size: 28px;\n    margin-bottom: 10px;\n  }\n\n  .card h3 {\n    font-size: 16px;\n    color: var(--indigo);\n    margin-bottom: 8px;\n  }\n\n  .card p {\n    font-size: 14px;\n    color: var(--text-body);\n    line-height: 1.6;\n  }\n\n  .card-dark {\n    background: rgba(255,255,255,0.08);\n    border: 1px solid rgba(255,255,255,0.15);\n    border-radius: 10px;\n    padding: 24px 20px;\n  }\n\n  .card-dark h3 {\n    font-size: 16px;\n    color: #fff;\n    margin-bottom: 8px;\n  }\n\n  .card-dark p {\n    font-size: 14px;\n    color: #e0cff5;\n    line-height: 1.6;\n  }\n\n  \/* ── QUOTE BLOCK ── *\/\n  .quote-block {\n    border-left: 4px solid var(--purple);\n    padding: 20px 24px;\n    margin: 32px 0;\n    background: var(--light-purple);\n    border-radius: 0 8px 8px 0;\n  }\n\n  .quote-block p {\n    font-size: 17px;\n    font-style: italic;\n    color: var(--indigo);\n    line-height: 1.7;\n  }\n\n  .quote-block .quote-attr {\n    font-size: 13px;\n    font-style: normal;\n    font-weight: 700;\n    color: var(--purple);\n    margin-top: 10px;\n  }\n\n  \/* ── PROMPT LIST ── *\/\n  .prompt-list {\n    list-style: none;\n    margin-top: 8px;\n  }\n\n  .prompt-list li {\n    display: flex;\n    gap: 14px;\n    padding: 14px 0;\n    border-bottom: 1px solid var(--border-light);\n    align-items: flex-start;\n  }\n\n  .prompt-list li:last-child {\n    border-bottom: none;\n  }\n\n  .prompt-list .p-icon {\n    font-size: 22px;\n    flex-shrink: 0;\n    margin-top: 2px;\n  }\n\n  .prompt-list .p-content h4 {\n    font-family: 'Open Sans', sans-serif;\n    font-size: 15px;\n    font-weight: 700;\n    color: var(--indigo);\n    margin-bottom: 4px;\n  }\n\n  .prompt-list .p-content p {\n    font-size: 14px;\n    color: var(--text-body);\n  }\n\n  \/* ── FRAMEWORK BOXES ── *\/\n  .framework-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n    gap: 18px;\n    margin-top: 8px;\n  }\n\n  .framework-box {\n    border: 2px solid var(--purple);\n    border-radius: 10px;\n    padding: 20px;\n  }\n\n  .framework-box h3 {\n    font-size: 15px;\n    color: var(--purple);\n    margin-bottom: 10px;\n    font-family: 'Open Sans', sans-serif;\n    font-weight: 700;\n  }\n\n  .framework-box ul {\n    list-style: none;\n  }\n\n  .framework-box ul li {\n    font-size: 14px;\n    color: var(--text-body);\n    padding: 3px 0;\n  }\n\n  .framework-box ul li strong {\n    color: var(--indigo);\n  }\n\n  \/* ── GRADE LEVELS ── *\/\n  .grade-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n    gap: 16px;\n    margin-top: 8px;\n  }\n\n  .grade-box {\n    background: #fff;\n    border-radius: 10px;\n    padding: 22px 18px;\n    border-top: 4px solid var(--purple);\n  }\n\n  .grade-box h3 {\n    font-size: 16px;\n    color: var(--indigo);\n    margin-bottom: 8px;\n    font-family: 'Open Sans', sans-serif;\n    font-weight: 700;\n  }\n\n  .grade-box p {\n    font-size: 14px;\n    color: var(--text-body);\n    line-height: 1.6;\n  }\n\n  \/* ── SPECS TABLE ── *\/\n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-top: 8px;\n  }\n\n  .specs-table tr {\n    border-bottom: 1px solid var(--border-light);\n  }\n\n  .specs-table tr:last-child {\n    border-bottom: none;\n  }\n\n  .specs-table td {\n    padding: 12px 8px;\n    font-size: 14px;\n    vertical-align: top;\n  }\n\n  .specs-table td:first-child {\n    font-weight: 700;\n    color: var(--indigo);\n    width: 38%;\n    white-space: nowrap;\n  }\n\n  .specs-table td:last-child {\n    color: var(--text-body);\n  }\n\n  \/* ── FAQ ── *\/\n  .faq-list {\n    list-style: none;\n    margin-top: 8px;\n  }\n\n  .faq-item {\n    border: 1px solid var(--border-light);\n    border-radius: 8px;\n    margin-bottom: 12px;\n    padding: 20px;\n  }\n\n  .faq-item h4 {\n    font-family: 'Open Sans', sans-serif;\n    font-size: 15px;\n    font-weight: 700;\n    color: var(--indigo);\n    margin-bottom: 8px;\n  }\n\n  .faq-item p {\n    font-size: 14px;\n    color: var(--text-body);\n    line-height: 1.65;\n  }\n\n  \/* ── CTA BAND ── *\/\n  .cta-band {\n    background: linear-gradient(135deg, var(--indigo) 0%, #6b1fa8 100%);\n    padding: 64px 24px;\n    text-align: center;\n    color: #fff;\n  }\n\n  .cta-band h2 {\n    font-size: clamp(24px, 4vw, 36px);\n    margin-bottom: 14px;\n    color: #fff;\n  }\n\n  .cta-band p {\n    font-size: 16px;\n    color: #e0cff5;\n    max-width: 520px;\n    margin: 0 auto 32px;\n  }\n\n  .btn-white {\n    display: inline-block;\n    background: #fff;\n    color: var(--indigo);\n    font-family: 'Open Sans', sans-serif;\n    font-weight: 700;\n    font-size: 16px;\n    padding: 16px 40px;\n    border-radius: 6px;\n    text-decoration: none;\n  }\n\n  \/* ── FOOTER ── *\/\n  .page-footer {\n    background: var(--indigo);\n    border-top: 3px solid var(--purple);\n    padding: 28px 24px;\n    text-align: center;\n  }\n\n  .page-footer p {\n    font-size: 13px;\n    color: #c9a8f0;\n    line-height: 1.7;\n  }\n\n  .page-footer a {\n    color: #d9b3f7;\n    text-decoration: none;\n  }\n\n  \/* ── CHECKLIST ── *\/\n  .check-list {\n    list-style: none;\n    margin-top: 8px;\n  }\n\n  .check-list li {\n    padding: 8px 0;\n    padding-left: 28px;\n    position: relative;\n    font-size: 15px;\n    color: var(--text-body);\n    border-bottom: 1px solid var(--border-light);\n  }\n\n  .check-list li:last-child { border-bottom: none; }\n\n  .check-list li::before {\n    content: \"✓\";\n    position: absolute;\n    left: 0;\n    color: var(--purple);\n    font-weight: 700;\n  }\n\n  .section-dark .check-list li {\n    color: #e0cff5;\n    border-color: rgba(255,255,255,0.12);\n  }\n\n  .section-dark .check-list li::before {\n    color: #d9b3f7;\n  }\n\n  @media (max-width: 600px) {\n    .trust-bar { gap: 18px; }\n    .card-grid { grid-template-columns: 1fr; }\n    .framework-grid { grid-template-columns: 1fr; }\n    .grade-grid { grid-template-columns: 1fr; }\n  }\n\u003c\/style\u003e\n\n\n\n\u003c!-- ── HERO ── --\u003e\n\u003csection class=\"hero\"\u003e\n  \u003cp class=\"eyebrow\"\u003eThe Hobbit Novel Study · Chapter 3\u003c\/p\u003e\n  \u003ch1\u003eNo-Prep Writing Prompts\u003cbr\u003efor \"A Short Rest\"\u003c\/h1\u003e\n  \u003cp class=\"subtitle\"\u003eSix analytical writing prompts with differentiated scaffolding, three grade-level versions, and a complete Teacher \u0026amp; Parent Support Guide — ready to use the moment you open it.\u003c\/p\u003e\n  \u003cdiv class=\"grade-badge\"\u003eGrades 6–8 · Common Core Aligned\u003c\/div\u003e\n\u003cbr\u003e\n  \u003ca href=\"#\" class=\"btn-primary\"\u003eAdd to Cart\u003c\/a\u003e\n\u003c\/section\u003e\n\n\u003c!-- ── NOTICE BAR ── --\u003e\n\u003cdiv class=\"notice-bar\"\u003e\n  Part of the complete \u003cspan\u003eHobbit Novel Study series\u003c\/span\u003e — each chapter builds the same skills your student will carry through every text they read.\n\u003c\/div\u003e\n\n\u003c!-- ── TRUST BAR ── --\u003e\n\u003cdiv class=\"trust-bar\"\u003e\n  \u003cdiv class=\"trust-item\"\u003e\n\u003cspan class=\"trust-icon\"\u003e📄\u003c\/span\u003e No-Prep PDF\u003c\/div\u003e\n  \u003cdiv class=\"trust-item\"\u003e\n\u003cspan class=\"trust-icon\"\u003e🎯\u003c\/span\u003e 3 Grade Levels Included\u003c\/div\u003e\n  \u003cdiv class=\"trust-item\"\u003e\n\u003cspan class=\"trust-icon\"\u003e🧠\u003c\/span\u003e ADHD-Friendly\u003c\/div\u003e\n  \u003cdiv class=\"trust-item\"\u003e\n\u003cspan class=\"trust-icon\"\u003e✅\u003c\/span\u003e Rubric Included\u003c\/div\u003e\n  \u003cdiv class=\"trust-item\"\u003e\n\u003cspan class=\"trust-icon\"\u003e🏠\u003c\/span\u003e Classroom \u0026amp; Homeschool\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ── WHY THIS CHAPTER ── --\u003e\n\u003csection class=\"why-band\"\u003e\n  \u003cdiv class=\"inner\"\u003e\n    \u003cp class=\"section-label\"\u003eWhy This Chapter Matters\u003c\/p\u003e\n    \u003ch2 class=\"section-heading\"\u003eChapter 3 Is Quiet — and That's the Point\u003c\/h2\u003e\n    \u003cp class=\"section-intro\"\u003eAfter the chaos of the troll scene in Chapter 2, Tolkien gives the company — and your student — a moment to breathe in Rivendell. That breathing room is not a pause in the story. It is the story doing something important. These prompts are built to help your student see what Tolkien is building in the stillness, not just what he is doing when things are on fire.\u003c\/p\u003e\n\n    \u003cdiv class=\"card-grid\"\u003e\n      \u003cdiv class=\"card\"\u003e\n        \u003cdiv class=\"card-icon\"\u003e🔎\u003c\/div\u003e\n        \u003ch3\u003eCharacter as Argument\u003c\/h3\u003e\n        \u003cp\u003eElrond isn't just a wise elf — he is Tolkien making a claim about what wisdom actually is. Students learn to read a character as an authorial argument.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"card\"\u003e\n        \u003cdiv class=\"card-icon\"\u003e✏️\u003c\/div\u003e\n        \u003ch3\u003eForm Carries Meaning\u003c\/h3\u003e\n        \u003cp\u003eThe elf song does something a description never could. Students analyze how a song functions differently than narration — a craft skill that transfers to every genre.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"card\"\u003e\n        \u003cdiv class=\"card-icon\"\u003e💡\u003c\/div\u003e\n        \u003ch3\u003eContrast as Theme\u003c\/h3\u003e\n        \u003cp\u003eTolkien places Elrond and Thorin side by side on purpose. Students learn to read structural placement as thematic argument — not just character comparison.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"card\"\u003e\n        \u003cdiv class=\"card-icon\"\u003e🗝️\u003c\/div\u003e\n        \u003ch3\u003eHidden Knowledge\u003c\/h3\u003e\n        \u003cp\u003eThe moon-letters device asks students to think about why some truths can only be seen when the conditions are right — a thematic idea with real-world resonance.\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=\"section-dark\"\u003e\n  \u003cdiv class=\"inner\"\u003e\n    \u003cp class=\"section-label\" style=\"color:#d9b3f7;\"\u003eWhat's Included\u003c\/p\u003e\n    \u003ch2 class=\"section-heading\"\u003eSix Prompts. Three Grade Levels. One Coherent System.\u003c\/h2\u003e\n    \u003cp class=\"section-intro\"\u003eEvery prompt in this resource is built around a specific analytical skill — not just a question about the plot. Here is what your student will write.\u003c\/p\u003e\n\n    \u003cul class=\"prompt-list\" style=\"border-color:rgba(255,255,255,0.12);\"\u003e\n      \u003cli style=\"border-color:rgba(255,255,255,0.12);\"\u003e\n        \u003cspan class=\"p-icon\"\u003e🔎\u003c\/span\u003e\n        \u003cdiv class=\"p-content\"\u003e\n          \u003ch4 style=\"color:#fff;\"\u003eTREES™ Prompt 1 — Character Analysis\u003c\/h4\u003e\n          \u003cp style=\"color:#e0cff5;\"\u003eWhat Elrond's character reveals about the kind of wisdom Tolkien values most. Students read a character not as a person but as an authorial argument.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n      \u003cli style=\"border-color:rgba(255,255,255,0.12);\"\u003e\n        \u003cspan class=\"p-icon\"\u003e✏️\u003c\/span\u003e\n        \u003cdiv class=\"p-content\"\u003e\n          \u003ch4 style=\"color:#fff;\"\u003eTREES™ Prompt 2 — Author's Craft\u003c\/h4\u003e\n          \u003cp style=\"color:#e0cff5;\"\u003eHow Tolkien uses the elf song as a craft choice. Students analyze what a song accomplishes that narration or dialogue cannot.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n      \u003cli style=\"border-color:rgba(255,255,255,0.12);\"\u003e\n        \u003cspan class=\"p-icon\"\u003e💡\u003c\/span\u003e\n        \u003cdiv class=\"p-content\"\u003e\n          \u003ch4 style=\"color:#fff;\"\u003eTREES™ Prompt 3 — Theme \/ Central Idea\u003c\/h4\u003e\n          \u003cp style=\"color:#e0cff5;\"\u003eWisdom and beauty as more powerful forces than strength and ambition. Students read contrast as thematic argument — not just character description.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n      \u003cli style=\"border-color:rgba(255,255,255,0.12);\"\u003e\n        \u003cspan class=\"p-icon\"\u003e🪞\u003c\/span\u003e\n        \u003cdiv class=\"p-content\"\u003e\n          \u003ch4 style=\"color:#fff;\"\u003eTREES™ Prompt 4 — Reflective Writing\u003c\/h4\u003e\n          \u003cp style=\"color:#e0cff5;\"\u003eA place in your own life that feels like a refuge. Students use personal experience as a lens to understand what Tolkien builds into Rivendell structurally.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n      \u003cli style=\"border-color:rgba(255,255,255,0.12);\"\u003e\n        \u003cspan class=\"p-icon\"\u003e🎨\u003c\/span\u003e\n        \u003cdiv class=\"p-content\"\u003e\n          \u003ch4 style=\"color:#fff;\"\u003eTREES™ Prompt 5 — Creative Writing\u003c\/h4\u003e\n          \u003cp style=\"color:#e0cff5;\"\u003eA secret message that can only be read under unusual circumstances. Students inhabit the thematic logic of the moon-letters and connect it to the theme of hidden knowledge.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n      \u003cli style=\"border-color:none; border:none;\"\u003e\n        \u003cspan class=\"p-icon\"\u003e📊\u003c\/span\u003e\n        \u003cdiv class=\"p-content\"\u003e\n          \u003ch4 style=\"color:#fff;\"\u003eP.R.O.V.E.™ Prompt — Analytical Writing (3 Grade Levels)\u003c\/h4\u003e\n          \u003cp style=\"color:#e0cff5;\"\u003eDid Tolkien actually prove that wisdom is more powerful than strength — or did he just write a beautiful chapter and expect you to agree? Students evaluate the argument at 6th, 7th, or 8th grade depth.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- ── THREE FRAMEWORKS ── --\u003e\n\u003csection class=\"section-white\"\u003e\n  \u003cp class=\"section-label\"\u003eThe Writing System\u003c\/p\u003e\n  \u003ch2 class=\"section-heading\"\u003eThree Frameworks. One Consistent Structure.\u003c\/h2\u003e\n  \u003cp class=\"section-intro\"\u003eEvery prompt in this resource uses one of three proprietary writing frameworks — so your student is never staring at a blank page, and you are never guessing what to say next.\u003c\/p\u003e\n\n  \u003cdiv class=\"framework-grid\"\u003e\n    \u003cdiv class=\"framework-box\"\u003e\n      \u003ch3\u003eTREES™ — Short Answer\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eT —\u003c\/strong\u003e Topic: Make a clear claim\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eR —\u003c\/strong\u003e Reason: Support your claim\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eE —\u003c\/strong\u003e Example: Text evidence\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eE —\u003c\/strong\u003e Explain: Connect to claim\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eS —\u003c\/strong\u003e Summarize: Restate powerfully\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"framework-box\"\u003e\n      \u003ch3\u003eP.R.O.V.E.™ — Analytical\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eP —\u003c\/strong\u003e Point: What is the claim?\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eR —\u003c\/strong\u003e Reasons: What supports it?\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eO —\u003c\/strong\u003e Observe: What evidence is used?\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eV —\u003c\/strong\u003e Verify: Does it hold up?\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eE —\u003c\/strong\u003e Evaluate: How strong overall?\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"framework-box\"\u003e\n      \u003ch3\u003eTHREE TREES GROW™ — Essay\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eTHREE —\u003c\/strong\u003e Introduction structure\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eTREES —\u003c\/strong\u003e Each body paragraph\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eG —\u003c\/strong\u003e Give a recommendation\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eR —\u003c\/strong\u003e Restate thesis\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eO\/W —\u003c\/strong\u003e Offer a suggestion · Wow\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"quote-block\" style=\"margin-top:36px;\"\u003e\n    \u003cp\u003e\"A strong response is not necessarily a long response. It is a connected response — the claim leads to the reason, the reason leads to the evidence, the evidence leads to the explanation, and the explanation leads back to the claim.\"\u003c\/p\u003e\n    \u003cp class=\"quote-attr\"\u003e— Light Up Literature™ TREES™ Framework Guide\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- ── THREE GRADE LEVELS ── --\u003e\n\u003csection class=\"why-band\"\u003e\n  \u003cdiv class=\"inner\"\u003e\n    \u003cp class=\"section-label\"\u003eDifferentiated by Design\u003c\/p\u003e\n    \u003ch2 class=\"section-heading\"\u003eOne Claim. Three Grade-Level Versions.\u003c\/h2\u003e\n    \u003cp class=\"section-intro\"\u003eThe P.R.O.V.E.™ prompt comes in three versions — built for the same analytical claim at three levels of sophistication. You choose the right fit for your student. Moving a student down a level is not a failure. It is good teaching.\u003c\/p\u003e\n\n    \u003cdiv class=\"grade-grid\"\u003e\n      \u003cdiv class=\"grade-box\"\u003e\n        \u003ch3\u003e6th Grade\u003c\/h3\u003e\n        \u003cp\u003eFind the point and identify the support. Students locate what Tolkien is arguing and what evidence he uses. The most concrete version — focused on identification and basic connection.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"grade-box\"\u003e\n        \u003ch3\u003e7th Grade\u003c\/h3\u003e\n        \u003cp\u003eTest whether the reasoning holds together. Students evaluate whether the evidence actually supports the point. The analytical leap — from finding an argument to judging one.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"grade-box\"\u003e\n        \u003ch3\u003e8th Grade\u003c\/h3\u003e\n        \u003cp\u003eJudge the credibility and full strength of the argument. Students assess whether Tolkien earns his claim or assumes it — and what a skeptical reader would still need. The most sophisticated version.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- ── ADHD \/ SUPPORT GUIDE ── --\u003e\n\u003csection class=\"section-dark\"\u003e\n  \u003cdiv class=\"inner\"\u003e\n    \u003cp class=\"section-label\" style=\"color:#d9b3f7;\"\u003eBuilt for Real Learners\u003c\/p\u003e\n    \u003ch2 class=\"section-heading\"\u003eEvery Prompt Comes with a Coaching Guide\u003c\/h2\u003e\n    \u003cp class=\"section-intro\"\u003eThe Teacher \u0026amp; Parent Support Guide tells you exactly what to say — before your student writes, while they are writing, and after they finish. No teaching degree required.\u003c\/p\u003e\n\n    \u003cdiv class=\"card-grid\"\u003e\n      \u003cdiv class=\"card-dark\"\u003e\n        \u003ch3\u003eFor the ADHD Learner\u003c\/h3\u003e\n        \u003cp\u003eConcrete pre-write strategies that break each prompt into manageable entry points before a single sentence is written.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"card-dark\"\u003e\n        \u003ch3\u003eFor the Reluctant Writer\u003c\/h3\u003e\n        \u003cp\u003eOral conversation starters that turn the student's genuine opinion into a claim — so the analytical structure never feels mechanical.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"card-dark\"\u003e\n        \u003ch3\u003eFor the Smart but Insecure Writer\u003c\/h3\u003e\n        \u003cp\u003eCoaching notes that validate sophisticated counterintuitive readings — so the student who wants to push back knows that is the stronger choice.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"card-dark\"\u003e\n        \u003ch3\u003eDiscussion Before Writing\u003c\/h3\u003e\n        \u003cp\u003eOne anchor question per chapter that activates thinking for every prompt — and a follow-up for students who answer too quickly.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- ── SPECS TABLE ── --\u003e\n\u003csection class=\"section-white\"\u003e\n  \u003cp class=\"section-label\"\u003eProduct Details\u003c\/p\u003e\n  \u003ch2 class=\"section-heading\"\u003eWhat You Get\u003c\/h2\u003e\n\n  \u003ctable class=\"specs-table\"\u003e\n    \u003ctr\u003e\n\u003ctd\u003eGrade Level\u003c\/td\u003e\n\u003ctd\u003eGrades 6, 7, and 8 — all included in one file\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eFormat\u003c\/td\u003e\n\u003ctd\u003ePrintable PDF — no prep, no editing required\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eChapter Covered\u003c\/td\u003e\n\u003ctd\u003eChapter 3: \"A Short Rest\" — \u003cem\u003eThe Hobbit\u003c\/em\u003e by J.R.R. Tolkien\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003ePrompts Included\u003c\/td\u003e\n\u003ctd\u003e5 TREES™ short answer prompts + 1 P.R.O.V.E.™ analytical prompt (3 grade-level versions)\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eWriting Frameworks\u003c\/td\u003e\n\u003ctd\u003eTREES™, P.R.O.V.E.™, and THREE TREES GROW™ — with sentence stems and step-by-step scaffolding\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eTeacher Support\u003c\/td\u003e\n\u003ctd\u003eFull Teacher \u0026amp; Parent Support Guide with per-prompt coaching notes, ADHD accommodations, suggested sequences, and discussion starters\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eRubric\u003c\/td\u003e\n\u003ctd\u003eIncluded — TREES™, P.R.O.V.E.™, and THREE TREES GROW™ rubrics with growth checklists and gradebook scoring scale\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eStandards Alignment\u003c\/td\u003e\n\u003ctd\u003eCommon Core ELA Standards — Reading Literature, Writing, and Language strands, Grades 6–8\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eBest For\u003c\/td\u003e\n\u003ctd\u003eClassroom teachers, homeschool families, tutors, and co-ops\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eUsage\u003c\/td\u003e\n\u003ctd\u003ePersonal classroom and homeschool use only. See licensing terms for multi-teacher use.\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003c\/table\u003e\n\u003c\/section\u003e\n\n\u003c!-- ── FAQ ── --\u003e\n\u003csection class=\"why-band\"\u003e\n  \u003cdiv class=\"inner\"\u003e\n    \u003cp class=\"section-label\"\u003eCommon Questions\u003c\/p\u003e\n    \u003ch2 class=\"section-heading\"\u003eBefore You Buy\u003c\/h2\u003e\n\n    \u003cul class=\"faq-list\"\u003e\n      \u003cli class=\"faq-item\"\u003e\n        \u003ch4\u003eDo I need to have read The Hobbit to use this?\u003c\/h4\u003e\n        \u003cp\u003eNo. The Teacher \u0026amp; Parent Support Guide tells you exactly what matters in Chapter 3 and what your student's writing should be trying to accomplish. You need the guide, a little time, and the willingness to sit alongside your student as they figure out how to say what they think. That is the whole job.\u003c\/p\u003e\n      \u003c\/li\u003e\n      \u003cli class=\"faq-item\"\u003e\n        \u003ch4\u003eDo all three grade levels come in the same file?\u003c\/h4\u003e\n        \u003cp\u003eYes. One purchase includes the 6th, 7th, and 8th grade versions of the P.R.O.V.E.™ prompt. You choose the version that fits your student. If your student flies through it easily, move up. If they struggle significantly, move down. The level is a tool, not a label.\u003c\/p\u003e\n      \u003c\/li\u003e\n      \u003cli class=\"faq-item\"\u003e\n        \u003ch4\u003eDoes my student need to have done Chapters 1 and 2 first?\u003c\/h4\u003e\n        \u003cp\u003eThe TREES™ and P.R.O.V.E.™ frameworks are explained in the Chapter 1 guide. Beginning with Chapter 2 (and this resource), a Quick Reference card is included so students can use the frameworks without going back to Chapter 1. Each chapter is also designed to build on the thinking of earlier chapters — so sequential use is recommended, but each prompt stands on its own.\u003c\/p\u003e\n      \u003c\/li\u003e\n      \u003cli class=\"faq-item\"\u003e\n        \u003ch4\u003eIs this right for homeschool families?\u003c\/h4\u003e\n        \u003cp\u003eYes — the Teacher \u0026amp; Parent Support Guide was written with homeschool parents explicitly in mind. There is a dedicated \"A Note for Homeschool Parents\" section in each chapter guide, and the rubric includes a note on using the Growth Checklist without formal grades if that better serves your student.\u003c\/p\u003e\n      \u003c\/li\u003e\n      \u003cli class=\"faq-item\"\u003e\n        \u003ch4\u003eHow is this different from a regular worksheet?\u003c\/h4\u003e\n        \u003cp\u003eEvery prompt in this resource is built around a specific analytical skill — not just a comprehension question. The sentence stems remove blank-page paralysis, but the goal over time is to move your student off the stems entirely. The support guide tells you exactly how to coach that transition. The frameworks are also cumulative: every TREES™ paragraph your student writes is a body paragraph in disguise, building toward the essay prompts in Chapters 5, 9, 13, and 19.\u003c\/p\u003e\n      \u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- ── CTA BAND ── --\u003e\n\u003csection class=\"cta-band\"\u003e\n  \u003ch2\u003eReady to light up Chapter 3?\u003c\/h2\u003e\n  \u003cp\u003eDownload today and have everything you need — prompts, scaffolding, coaching guide, and rubric — in one no-prep file.\u003c\/p\u003e\n  \u003ca href=\"#\" class=\"btn-white\"\u003eAdd to Cart\u003c\/a\u003e\n\u003c\/section\u003e\n\n\u003c!-- ── FOOTER ── --\u003e\n\u003cfooter class=\"page-footer\"\u003e\n  \u003cp\u003e\n    © 2025 Light Up Literature™ Curriculum, LLC. All rights reserved.\u003cbr\u003e\n    \u003ca href=\"https:\/\/shop.lightupliterature.com\"\u003eshop.lightupliterature.com\u003c\/a\u003e  | \n    \u003ca href=\"mailto:debra@lightupliteraturecurriculum.com\"\u003edebra@lightupliteraturecurriculum.com\u003c\/a\u003e\u003cbr\u003e\u003cbr\u003e\n    For classroom and personal homeschool use only. This resource may not be distributed, uploaded, or shared in any public or commercial way.\n  \u003c\/p\u003e\n\u003c\/footer\u003e\n\n\n\u003c\/body\u003e","brand":"Light Up Literature™ Curriculum","offers":[{"title":"Default Title","offer_id":49869796770015,"sku":null,"price":4.75,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0810\/3038\/1791\/files\/TheHobbitChapter3WritingPrompts.png?v=1780341055"},{"product_id":"the-hobbit-chapter-4-writing-prompts-grades-6-8-no-prep-ela-no-prep-required","title":"The Hobbit Chapter 4 Writing Prompts | Grades 6–8 No-Prep ELA No Prep Required","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 Hobbit Chapter 4 Writing Prompts | Grades 6–8 | Light Up Literature\u003c\/title\u003e\n\u003cstyle\u003e\n  :root {\n    --purple: #BD10E1;\n    --indigo: #25046B;\n    --indigo-mid: #3a0a8f;\n    --light-purple: #f5e8fc;\n    --text-body: #2d1060;\n    --border-light: #e0cff5;\n  }\n\n  * { box-sizing: border-box; margin: 0; padding: 0; }\n\n  body {\n    font-family: 'Open Sans', sans-serif;\n    color: var(--text-body);\n    background: #fff;\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) 0%, var(--indigo-mid) 60%, #6b1fa8 100%);\n    color: #fff;\n    padding: 64px 24px 56px;\n    text-align: center;\n  }\n\n  .hero .eyebrow {\n    font-family: 'Open Sans', sans-serif;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: #d9b3f7;\n    margin-bottom: 14px;\n  }\n\n  .hero h1 {\n    font-size: clamp(28px, 5vw, 48px);\n    line-height: 1.15;\n    margin-bottom: 16px;\n    color: #fff;\n  }\n\n  .hero .subtitle {\n    font-size: 18px;\n    color: #e0cff5;\n    max-width: 600px;\n    margin: 0 auto 32px;\n  }\n\n  .hero .grade-badge {\n    display: inline-block;\n    background: rgba(255,255,255,0.15);\n    border: 1px solid rgba(255,255,255,0.3);\n    border-radius: 30px;\n    padding: 6px 20px;\n    font-size: 14px;\n    font-weight: 600;\n    color: #f0e0fc;\n    margin-bottom: 36px;\n  }\n\n  .hero .btn-primary {\n    display: inline-block;\n    background: var(--purple);\n    color: #fff;\n    font-family: 'Open Sans', sans-serif;\n    font-weight: 700;\n    font-size: 16px;\n    padding: 16px 40px;\n    border-radius: 6px;\n    text-decoration: none;\n    letter-spacing: 0.5px;\n  }\n\n  \/* ── NOTICE BAR ── *\/\n  .notice-bar {\n    background: var(--light-purple);\n    border-top: 3px solid var(--purple);\n    border-bottom: 3px solid var(--purple);\n    padding: 18px 24px;\n    text-align: center;\n    font-size: 15px;\n    font-weight: 600;\n    color: var(--indigo);\n  }\n\n  .notice-bar span {\n    color: var(--purple);\n  }\n\n  \/* ── TRUST BAR ── *\/\n  .trust-bar {\n    background: #fff;\n    border-bottom: 1px solid var(--border-light);\n    padding: 24px;\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 32px;\n  }\n\n  .trust-item {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    font-size: 14px;\n    font-weight: 600;\n    color: var(--indigo);\n  }\n\n  .trust-icon {\n    font-size: 22px;\n  }\n\n  \/* ── SECTION WRAPPERS ── *\/\n  .section-white {\n    background: #fff;\n    padding: 56px 24px;\n    max-width: 860px;\n    margin: 0 auto;\n  }\n\n  .section-light {\n    background: var(--light-purple);\n    padding: 56px 24px;\n  }\n\n  .section-light .inner {\n    max-width: 860px;\n    margin: 0 auto;\n  }\n\n  .section-dark {\n    background: var(--indigo);\n    padding: 56px 24px;\n    color: #fff;\n  }\n\n  .section-dark .inner {\n    max-width: 860px;\n    margin: 0 auto;\n  }\n\n  \/* ── WHY BAND ── *\/\n  .why-band {\n    background: var(--light-purple);\n    padding: 56px 24px;\n  }\n\n  .why-band .inner {\n    max-width: 860px;\n    margin: 0 auto;\n  }\n\n  \/* ── HEADINGS ── *\/\n  .section-label {\n    font-family: 'Open Sans', sans-serif;\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: var(--purple);\n    margin-bottom: 10px;\n  }\n\n  .section-heading {\n    font-size: clamp(22px, 4vw, 34px);\n    color: var(--indigo);\n    margin-bottom: 18px;\n    line-height: 1.25;\n  }\n\n  .section-dark .section-heading,\n  .section-dark .section-label {\n    color: #fff;\n  }\n\n  .section-dark .section-label {\n    color: #d9b3f7;\n  }\n\n  .section-intro {\n    font-size: 16px;\n    color: var(--text-body);\n    margin-bottom: 36px;\n    max-width: 700px;\n  }\n\n  .section-dark .section-intro {\n    color: #e0cff5;\n  }\n\n  \/* ── CARD GRID ── *\/\n  .card-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n    gap: 20px;\n    margin-top: 8px;\n  }\n\n  .card {\n    background: #fff;\n    border: 1px solid var(--border-light);\n    border-radius: 10px;\n    padding: 24px 20px;\n  }\n\n  .card .card-icon {\n    font-size: 28px;\n    margin-bottom: 10px;\n  }\n\n  .card h3 {\n    font-size: 16px;\n    color: var(--indigo);\n    margin-bottom: 8px;\n  }\n\n  .card p {\n    font-size: 14px;\n    color: var(--text-body);\n    line-height: 1.6;\n  }\n\n  .card-dark {\n    background: rgba(255,255,255,0.08);\n    border: 1px solid rgba(255,255,255,0.15);\n    border-radius: 10px;\n    padding: 24px 20px;\n  }\n\n  .card-dark h3 {\n    font-size: 16px;\n    color: #fff;\n    margin-bottom: 8px;\n  }\n\n  .card-dark p {\n    font-size: 14px;\n    color: #e0cff5;\n    line-height: 1.6;\n  }\n\n  \/* ── QUOTE BLOCK ── *\/\n  .quote-block {\n    border-left: 4px solid var(--purple);\n    padding: 20px 24px;\n    margin: 32px 0;\n    background: var(--light-purple);\n    border-radius: 0 8px 8px 0;\n  }\n\n  .quote-block p {\n    font-size: 17px;\n    font-style: italic;\n    color: var(--indigo);\n    line-height: 1.7;\n  }\n\n  .quote-block .quote-attr {\n    font-size: 13px;\n    font-style: normal;\n    font-weight: 700;\n    color: var(--purple);\n    margin-top: 10px;\n  }\n\n  \/* ── PROMPT LIST ── *\/\n  .prompt-list {\n    list-style: none;\n    margin-top: 8px;\n  }\n\n  .prompt-list li {\n    display: flex;\n    gap: 14px;\n    padding: 14px 0;\n    border-bottom: 1px solid var(--border-light);\n    align-items: flex-start;\n  }\n\n  .prompt-list li:last-child {\n    border-bottom: none;\n  }\n\n  .prompt-list .p-icon {\n    font-size: 22px;\n    flex-shrink: 0;\n    margin-top: 2px;\n  }\n\n  .prompt-list .p-content h4 {\n    font-family: 'Open Sans', sans-serif;\n    font-size: 15px;\n    font-weight: 700;\n    color: var(--indigo);\n    margin-bottom: 4px;\n  }\n\n  .prompt-list .p-content p {\n    font-size: 14px;\n    color: var(--text-body);\n  }\n\n  \/* ── FRAMEWORK BOXES ── *\/\n  .framework-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n    gap: 18px;\n    margin-top: 8px;\n  }\n\n  .framework-box {\n    border: 2px solid var(--purple);\n    border-radius: 10px;\n    padding: 20px;\n  }\n\n  .framework-box h3 {\n    font-size: 15px;\n    color: var(--purple);\n    margin-bottom: 10px;\n    font-family: 'Open Sans', sans-serif;\n    font-weight: 700;\n  }\n\n  .framework-box ul {\n    list-style: none;\n  }\n\n  .framework-box ul li {\n    font-size: 14px;\n    color: var(--text-body);\n    padding: 3px 0;\n  }\n\n  .framework-box ul li strong {\n    color: var(--indigo);\n  }\n\n  \/* ── GRADE LEVELS ── *\/\n  .grade-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n    gap: 16px;\n    margin-top: 8px;\n  }\n\n  .grade-box {\n    background: #fff;\n    border-radius: 10px;\n    padding: 22px 18px;\n    border-top: 4px solid var(--purple);\n  }\n\n  .grade-box h3 {\n    font-size: 16px;\n    color: var(--indigo);\n    margin-bottom: 8px;\n    font-family: 'Open Sans', sans-serif;\n    font-weight: 700;\n  }\n\n  .grade-box p {\n    font-size: 14px;\n    color: var(--text-body);\n    line-height: 1.6;\n  }\n\n  \/* ── SPECS TABLE ── *\/\n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-top: 8px;\n  }\n\n  .specs-table tr {\n    border-bottom: 1px solid var(--border-light);\n  }\n\n  .specs-table tr:last-child {\n    border-bottom: none;\n  }\n\n  .specs-table td {\n    padding: 12px 8px;\n    font-size: 14px;\n    vertical-align: top;\n  }\n\n  .specs-table td:first-child {\n    font-weight: 700;\n    color: var(--indigo);\n    width: 38%;\n    white-space: nowrap;\n  }\n\n  .specs-table td:last-child {\n    color: var(--text-body);\n  }\n\n  \/* ── FAQ ── *\/\n  .faq-list {\n    list-style: none;\n    margin-top: 8px;\n  }\n\n  .faq-item {\n    border: 1px solid var(--border-light);\n    border-radius: 8px;\n    margin-bottom: 12px;\n    padding: 20px;\n  }\n\n  .faq-item h4 {\n    font-family: 'Open Sans', sans-serif;\n    font-size: 15px;\n    font-weight: 700;\n    color: var(--indigo);\n    margin-bottom: 8px;\n  }\n\n  .faq-item p {\n    font-size: 14px;\n    color: var(--text-body);\n    line-height: 1.65;\n  }\n\n  \/* ── CTA BAND ── *\/\n  .cta-band {\n    background: linear-gradient(135deg, var(--indigo) 0%, #6b1fa8 100%);\n    padding: 64px 24px;\n    text-align: center;\n    color: #fff;\n  }\n\n  .cta-band h2 {\n    font-size: clamp(24px, 4vw, 36px);\n    margin-bottom: 14px;\n    color: #fff;\n  }\n\n  .cta-band p {\n    font-size: 16px;\n    color: #e0cff5;\n    max-width: 520px;\n    margin: 0 auto 32px;\n  }\n\n  .btn-white {\n    display: inline-block;\n    background: #fff;\n    color: var(--indigo);\n    font-family: 'Open Sans', sans-serif;\n    font-weight: 700;\n    font-size: 16px;\n    padding: 16px 40px;\n    border-radius: 6px;\n    text-decoration: none;\n  }\n\n  \/* ── FOOTER ── *\/\n  .page-footer {\n    background: var(--indigo);\n    border-top: 3px solid var(--purple);\n    padding: 28px 24px;\n    text-align: center;\n  }\n\n  .page-footer p {\n    font-size: 13px;\n    color: #c9a8f0;\n    line-height: 1.7;\n  }\n\n  .page-footer a {\n    color: #d9b3f7;\n    text-decoration: none;\n  }\n\n  \/* ── CHECKLIST ── *\/\n  .check-list {\n    list-style: none;\n    margin-top: 8px;\n  }\n\n  .check-list li {\n    padding: 8px 0;\n    padding-left: 28px;\n    position: relative;\n    font-size: 15px;\n    color: var(--text-body);\n    border-bottom: 1px solid var(--border-light);\n  }\n\n  .check-list li:last-child { border-bottom: none; }\n\n  .check-list li::before {\n    content: \"✓\";\n    position: absolute;\n    left: 0;\n    color: var(--purple);\n    font-weight: 700;\n  }\n\n  .section-dark .check-list li {\n    color: #e0cff5;\n    border-color: rgba(255,255,255,0.12);\n  }\n\n  .section-dark .check-list li::before {\n    color: #d9b3f7;\n  }\n\n  @media (max-width: 600px) {\n    .trust-bar { gap: 18px; }\n    .card-grid { grid-template-columns: 1fr; }\n    .framework-grid { grid-template-columns: 1fr; }\n    .grade-grid { grid-template-columns: 1fr; }\n  }\n\u003c\/style\u003e\n\n\n\u003c!-- ── HERO ── --\u003e\n\u003csection class=\"hero\"\u003e\n  \u003cp class=\"eyebrow\"\u003eThe Hobbit Novel Study · Chapter 4\u003c\/p\u003e\n  \u003ch1\u003eNo-Prep Writing Prompts\u003cbr\u003efor \"Over Hill and Under Hill\"\u003c\/h1\u003e\n  \u003cp class=\"subtitle\"\u003eSix analytical writing prompts with differentiated scaffolding, three grade-level versions, and a complete Teacher \u0026amp; Parent Support Guide — ready to use the moment you open it.\u003c\/p\u003e\n  \u003cdiv class=\"grade-badge\"\u003eGrades 6–8 · Common Core Aligned\u003c\/div\u003e\n  \u003cbr\u003e\n  \u003ca href=\"#\" class=\"btn-primary\"\u003eAdd to Cart\u003c\/a\u003e\n\u003c\/section\u003e\n\n\u003c!-- ── NOTICE BAR ── --\u003e\n\u003cdiv class=\"notice-bar\"\u003e\n  Part of the complete \u003cspan\u003eHobbit Novel Study series\u003c\/span\u003e — each chapter builds the same skills your student will carry through every text they read.\n\u003c\/div\u003e\n\n\u003c!-- ── TRUST BAR ── --\u003e\n\u003cdiv class=\"trust-bar\"\u003e\n  \u003cdiv class=\"trust-item\"\u003e\n\u003cspan class=\"trust-icon\"\u003e📄\u003c\/span\u003e No-Prep PDF\u003c\/div\u003e\n  \u003cdiv class=\"trust-item\"\u003e\n\u003cspan class=\"trust-icon\"\u003e🎯\u003c\/span\u003e 3 Grade Levels Included\u003c\/div\u003e\n  \u003cdiv class=\"trust-item\"\u003e\n\u003cspan class=\"trust-icon\"\u003e🧠\u003c\/span\u003e ADHD-Friendly\u003c\/div\u003e\n  \u003cdiv class=\"trust-item\"\u003e\n\u003cspan class=\"trust-icon\"\u003e✅\u003c\/span\u003e Rubric Included\u003c\/div\u003e\n  \u003cdiv class=\"trust-item\"\u003e\n\u003cspan class=\"trust-icon\"\u003e🏠\u003c\/span\u003e Classroom \u0026amp; Homeschool\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ── WHY THIS CHAPTER ── --\u003e\n\u003csection class=\"why-band\"\u003e\n  \u003cdiv class=\"inner\"\u003e\n    \u003cp class=\"section-label\"\u003eWhy This Chapter Matters\u003c\/p\u003e\n    \u003ch2 class=\"section-heading\"\u003eChapter 4 Is Where Comfort Becomes a Trap — and That's the Point\u003c\/h2\u003e\n    \u003cp class=\"section-intro\"\u003eAfter the warmth and rest of Rivendell, the company pushes into the Misty Mountains — and Tolkien engineers one of the most structurally deliberate moments in the novel. The company checks the cave carefully, finds nothing wrong, settles in to rest — and then the floor opens. These prompts are built to help your student read that trap not just as a plot event, but as a masterclass in how craft, character, and theme work together.\u003c\/p\u003e\n\n    \u003cdiv class=\"card-grid\"\u003e\n      \u003cdiv class=\"card\"\u003e\n        \u003cdiv class=\"card-icon\"\u003e🔎\u003c\/div\u003e\n        \u003ch3\u003eCharacter Under Pressure\u003c\/h3\u003e\n        \u003cp\u003eBilbo panics. Thorin resists. Gandalf acts with immediate authority. These responses are not random — they are Tolkien showing who each character really is when the performance of safety is stripped away.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"card\"\u003e\n        \u003cdiv class=\"card-icon\"\u003e✏️\u003c\/div\u003e\n        \u003ch3\u003eEngineered Tension\u003c\/h3\u003e\n        \u003cp\u003eThe cave floor collapse is a masterclass in pacing. Students analyze how Tolkien builds comfort specifically so its destruction hits harder — a craft technique that transfers to every genre they will ever read.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"card\"\u003e\n        \u003cdiv class=\"card-icon\"\u003e💡\u003c\/div\u003e\n        \u003ch3\u003eDanger in Disguise\u003c\/h3\u003e\n        \u003cp\u003eThe company was careful. They checked. They were still wrong. Tolkien is not saying they were careless — he is saying some danger is better than caution. That is a theme with real analytical depth.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"card\"\u003e\n        \u003cdiv class=\"card-icon\"\u003e👑\u003c\/div\u003e\n        \u003ch3\u003eThe Villain's Perspective\u003c\/h3\u003e\n        \u003cp\u003eThe Great Goblin is not just a villain who is defeated — he is a ruler humiliated in front of his entire kingdom. Students who can write that experience with specificity are doing sophisticated work.\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=\"section-dark\"\u003e\n  \u003cdiv class=\"inner\"\u003e\n    \u003cp class=\"section-label\" style=\"color:#d9b3f7;\"\u003eWhat's Included\u003c\/p\u003e\n    \u003ch2 class=\"section-heading\"\u003eSix Prompts. Three Grade Levels. One Coherent System.\u003c\/h2\u003e\n    \u003cp class=\"section-intro\"\u003eEvery prompt in this resource is built around a specific analytical skill — not just a question about the plot. Here is what your student will write.\u003c\/p\u003e\n\n    \u003cul class=\"prompt-list\"\u003e\n      \u003cli style=\"border-color:rgba(255,255,255,0.12);\"\u003e\n        \u003cspan class=\"p-icon\"\u003e🔎\u003c\/span\u003e\n        \u003cdiv class=\"p-content\"\u003e\n          \u003ch4 style=\"color:#fff;\"\u003eTREES™ Prompt 1 — Character Analysis\u003c\/h4\u003e\n          \u003cp style=\"color:#e0cff5;\"\u003eWhat each character's unguarded reaction to the goblin attack reveals about who they actually are. Students read behavior under pressure as character evidence — one of the most transferable analytical skills in all of literary study.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n      \u003cli style=\"border-color:rgba(255,255,255,0.12);\"\u003e\n        \u003cspan class=\"p-icon\"\u003e✏️\u003c\/span\u003e\n        \u003cdiv class=\"p-content\"\u003e\n          \u003ch4 style=\"color:#fff;\"\u003eTREES™ Prompt 2 — Author's Craft\u003c\/h4\u003e\n          \u003cp style=\"color:#e0cff5;\"\u003eHow Tolkien deliberately builds a sense of safety before the cave floor collapses — and why engineering that comfort first makes the betrayal hit harder than any straightforward ambush could.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n      \u003cli style=\"border-color:rgba(255,255,255,0.12);\"\u003e\n        \u003cspan class=\"p-icon\"\u003e💡\u003c\/span\u003e\n        \u003cdiv class=\"p-content\"\u003e\n          \u003ch4 style=\"color:#fff;\"\u003eTREES™ Prompt 3 — Theme \/ Central Idea\u003c\/h4\u003e\n          \u003cp style=\"color:#e0cff5;\"\u003eHow Chapter 4 develops the argument that danger disguises itself as safety — and that the most effective traps are designed to look exactly like what you need.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n      \u003cli style=\"border-color:rgba(255,255,255,0.12);\"\u003e\n        \u003cspan class=\"p-icon\"\u003e🪞\u003c\/span\u003e\n        \u003cdiv class=\"p-content\"\u003e\n          \u003ch4 style=\"color:#fff;\"\u003eTREES™ Prompt 4 — Reflective Writing\u003c\/h4\u003e\n          \u003cp style=\"color:#e0cff5;\"\u003eA time when something or someone turned out to be very different from what it seemed — connected to the company's mistake and what both experiences reveal about how trust and appearance work.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n      \u003cli style=\"border-color:rgba(255,255,255,0.12);\"\u003e\n        \u003cspan class=\"p-icon\"\u003e🎨\u003c\/span\u003e\n        \u003cdiv class=\"p-content\"\u003e\n          \u003ch4 style=\"color:#fff;\"\u003eTREES™ Prompt 5 — Creative Writing\u003c\/h4\u003e\n          \u003cp style=\"color:#e0cff5;\"\u003eThe Great Goblin's point of view when Gandalf appears — not a simple villain defeated, but a ruler humiliated in front of his entire kingdom. Requires close reading of the text to execute with authentic voice and specificity.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n      \u003cli style=\"border-bottom:none;\"\u003e\n        \u003cspan class=\"p-icon\"\u003e📊\u003c\/span\u003e\n        \u003cdiv class=\"p-content\"\u003e\n          \u003ch4 style=\"color:#fff;\"\u003eP.R.O.V.E.™ Prompt — Analytical Writing (3 Grade Levels)\u003c\/h4\u003e\n          \u003cp style=\"color:#e0cff5;\"\u003eDoes fear and chaos actually reveal true character — or do they just reveal how people behave when they're terrified? Students evaluate Tolkien's argument at 6th, 7th, or 8th grade depth. One prompt. Three levels. You choose.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- ── THREE FRAMEWORKS ── --\u003e\n\u003csection class=\"section-white\"\u003e\n  \u003cp class=\"section-label\"\u003eThe Writing System\u003c\/p\u003e\n  \u003ch2 class=\"section-heading\"\u003eThree Frameworks. One Consistent Structure.\u003c\/h2\u003e\n  \u003cp class=\"section-intro\"\u003eEvery prompt in this resource uses one of three proprietary writing frameworks — so your student is never staring at a blank page, and you are never guessing what to say next.\u003c\/p\u003e\n\n  \u003cdiv class=\"framework-grid\"\u003e\n    \u003cdiv class=\"framework-box\"\u003e\n      \u003ch3\u003eTREES™ — Short Answer\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eT —\u003c\/strong\u003e Topic: Make a clear claim\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eR —\u003c\/strong\u003e Reason: Support your claim\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eE —\u003c\/strong\u003e Example: Text evidence\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eE —\u003c\/strong\u003e Explain: Connect to claim\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eS —\u003c\/strong\u003e Summarize: Restate powerfully\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"framework-box\"\u003e\n      \u003ch3\u003eP.R.O.V.E.™ — Analytical\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eP —\u003c\/strong\u003e Point: What is the claim?\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eR —\u003c\/strong\u003e Reasons: What supports it?\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eO —\u003c\/strong\u003e Observe: What evidence is used?\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eV —\u003c\/strong\u003e Verify: Does it hold up?\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eE —\u003c\/strong\u003e Evaluate: How strong overall?\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"framework-box\"\u003e\n      \u003ch3\u003eTHREE TREES GROW™ — Essay\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eTHREE —\u003c\/strong\u003e Introduction structure\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eTREES —\u003c\/strong\u003e Each body paragraph\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eG —\u003c\/strong\u003e Give a recommendation\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eR —\u003c\/strong\u003e Restate thesis\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eO\/W —\u003c\/strong\u003e Offer a suggestion · Wow\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"quote-block\" style=\"margin-top:36px;\"\u003e\n    \u003cp\u003e\"The most common problem with TREES™ responses at every grade level is a weak Explain step. Students can usually find evidence. They struggle to explain what the evidence proves. Ask your student: 'You showed me what happened. Now tell me what it means.' That one question will unstick most explanations.\"\u003c\/p\u003e\n    \u003cp class=\"quote-attr\"\u003e— Light Up Literature™ Teacher \u0026amp; Parent Support Guide, Chapter 4\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- ── THREE GRADE LEVELS ── --\u003e\n\u003csection class=\"why-band\"\u003e\n  \u003cdiv class=\"inner\"\u003e\n    \u003cp class=\"section-label\"\u003eDifferentiated by Design\u003c\/p\u003e\n    \u003ch2 class=\"section-heading\"\u003eOne Claim. Three Grade-Level Versions.\u003c\/h2\u003e\n    \u003cp class=\"section-intro\"\u003eThe P.R.O.V.E.™ prompt comes in three versions — built for the same analytical claim at three levels of sophistication. You choose the right fit for your student. Moving a student down a level is not a failure. It is good teaching.\u003c\/p\u003e\n\n    \u003cdiv class=\"grade-grid\"\u003e\n      \u003cdiv class=\"grade-box\"\u003e\n        \u003ch3\u003e6th Grade\u003c\/h3\u003e\n        \u003cp\u003eFind the point and identify the support. Students locate what Tolkien is arguing about character under pressure and what evidence he uses. The most concrete version — focused on identification and basic connection.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"grade-box\"\u003e\n        \u003ch3\u003e7th Grade\u003c\/h3\u003e\n        \u003cp\u003eTest whether the reasoning holds together. Students evaluate whether Bilbo's panic or Gandalf's authority actually proves the claim — or whether the argument has gaps. The analytical leap from finding an argument to judging one.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"grade-box\"\u003e\n        \u003ch3\u003e8th Grade\u003c\/h3\u003e\n        \u003cp\u003eJudge the credibility and full strength of the argument. Students assess whether Tolkien earns his claim or assumes it, develop genuine counterpoints, and evaluate what a skeptical reader would still need. The most sophisticated version.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- ── ADHD \/ SUPPORT GUIDE ── --\u003e\n\u003csection class=\"section-dark\"\u003e\n  \u003cdiv class=\"inner\"\u003e\n    \u003cp class=\"section-label\" style=\"color:#d9b3f7;\"\u003eBuilt for Real Learners\u003c\/p\u003e\n    \u003ch2 class=\"section-heading\"\u003eEvery Prompt Comes with a Coaching Guide\u003c\/h2\u003e\n    \u003cp class=\"section-intro\"\u003eThe Teacher \u0026amp; Parent Support Guide tells you exactly what to say — before your student writes, while they are writing, and after they finish. No teaching degree required.\u003c\/p\u003e\n\n    \u003cdiv class=\"card-grid\"\u003e\n      \u003cdiv class=\"card-dark\"\u003e\n        \u003ch3\u003eFor the ADHD Learner\u003c\/h3\u003e\n        \u003cp\u003eConcrete pre-write strategies that break each prompt into manageable entry points — sorting activities, anchor questions, and two-character focus techniques — before a single sentence is written.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"card-dark\"\u003e\n        \u003ch3\u003eFor the Reluctant Writer\u003c\/h3\u003e\n        \u003cp\u003eOral conversation starters that connect the chapter's events to the student's own instincts — so the analytical structure never feels like an academic exercise imposed from the outside.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"card-dark\"\u003e\n        \u003ch3\u003eFor the Smart but Insecure Writer\u003c\/h3\u003e\n        \u003cp\u003eCoaching notes that validate sophisticated counterreadings — including the argument that panic is physiological, not a character revelation — so the student who wants to push back knows that is the stronger choice.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"card-dark\"\u003e\n        \u003ch3\u003eDiscussion Before Writing\u003c\/h3\u003e\n        \u003cp\u003eOne anchor question that cuts to the heart of Chapter 4's theme — with a follow-up for students who answer too quickly — that activates thinking for every prompt in the chapter.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- ── SPECS TABLE ── --\u003e\n\u003csection class=\"section-white\"\u003e\n  \u003cp class=\"section-label\"\u003eProduct Details\u003c\/p\u003e\n  \u003ch2 class=\"section-heading\"\u003eWhat You Get\u003c\/h2\u003e\n\n  \u003ctable class=\"specs-table\"\u003e\n    \u003ctr\u003e\n\u003ctd\u003eGrade Level\u003c\/td\u003e\n\u003ctd\u003eGrades 6, 7, and 8 — all included in one file\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eFormat\u003c\/td\u003e\n\u003ctd\u003ePrintable PDF — no prep, no editing required\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eChapter Covered\u003c\/td\u003e\n\u003ctd\u003eChapter 4: \"Over Hill and Under Hill\" — \u003cem\u003eThe Hobbit\u003c\/em\u003e by J.R.R. Tolkien\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003ePrompts Included\u003c\/td\u003e\n\u003ctd\u003e5 TREES™ short answer prompts + 1 P.R.O.V.E.™ analytical prompt (3 grade-level versions)\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eWriting Frameworks\u003c\/td\u003e\n\u003ctd\u003eTREES™, P.R.O.V.E.™, and THREE TREES GROW™ — with sentence stems and step-by-step scaffolding\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eTeacher Support\u003c\/td\u003e\n\u003ctd\u003eFull Teacher \u0026amp; Parent Support Guide with per-prompt coaching notes, ADHD accommodations, suggested sequences, and discussion starters\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eRubric\u003c\/td\u003e\n\u003ctd\u003eIncluded — TREES™, P.R.O.V.E.™, and THREE TREES GROW™ rubrics with growth checklists and gradebook scoring scale\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eStandards Alignment\u003c\/td\u003e\n\u003ctd\u003eCommon Core ELA Standards — Reading Literature, Writing, and Language strands, Grades 6–8\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eBest For\u003c\/td\u003e\n\u003ctd\u003eClassroom teachers, homeschool families, tutors, and co-ops\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eUsage\u003c\/td\u003e\n\u003ctd\u003ePersonal classroom and homeschool use only. See licensing terms for multi-teacher use.\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003c\/table\u003e\n\u003c\/section\u003e\n\n\u003c!-- ── FAQ ── --\u003e\n\u003csection class=\"why-band\"\u003e\n  \u003cdiv class=\"inner\"\u003e\n    \u003cp class=\"section-label\"\u003eCommon Questions\u003c\/p\u003e\n    \u003ch2 class=\"section-heading\"\u003eBefore You Buy\u003c\/h2\u003e\n\n    \u003cul class=\"faq-list\"\u003e\n      \u003cli class=\"faq-item\"\u003e\n        \u003ch4\u003eDo I need to have read The Hobbit to use this?\u003c\/h4\u003e\n        \u003cp\u003eNo. The Teacher \u0026amp; Parent Support Guide includes a full literary analysis of Chapter 4 — the cave trap, Gandalf's role, what each character's response reveals — and tells you exactly what your student's writing should be trying to accomplish. You need the guide, a little time, and the willingness to sit alongside your student as they figure out how to say what they think. That is the whole job.\u003c\/p\u003e\n      \u003c\/li\u003e\n      \u003cli class=\"faq-item\"\u003e\n        \u003ch4\u003eDo all three grade levels come in the same file?\u003c\/h4\u003e\n        \u003cp\u003eYes. One purchase includes the 6th, 7th, and 8th grade versions of the P.R.O.V.E.™ prompt on separate student pages. You choose the version that fits your student. If your student flies through it easily, move up. If they struggle significantly, move down. The level is a tool, not a label.\u003c\/p\u003e\n      \u003c\/li\u003e\n      \u003cli class=\"faq-item\"\u003e\n        \u003ch4\u003eDoes my student need to have done Chapters 1–3 first?\u003c\/h4\u003e\n        \u003cp\u003eThe TREES™ and P.R.O.V.E.™ frameworks are explained in full in the Chapter 1 guide. Beginning with Chapter 2, a Quick Reference card is included with the student materials so your student can use the frameworks without going back. Each chapter builds on the thinking of earlier chapters — so sequential use is recommended — but every prompt in Chapter 4 also stands on its own.\u003c\/p\u003e\n      \u003c\/li\u003e\n      \u003cli class=\"faq-item\"\u003e\n        \u003ch4\u003eIs this right for homeschool families?\u003c\/h4\u003e\n        \u003cp\u003eYes — the Teacher \u0026amp; Parent Support Guide was written with homeschool parents explicitly in mind. There is a dedicated \"A Note for Homeschool Parents\" section, separate coaching notes for the homeschool context throughout, and a rubric note on using the Growth Checklist without formal grades if that better serves your student.\u003c\/p\u003e\n      \u003c\/li\u003e\n      \u003cli class=\"faq-item\"\u003e\n        \u003ch4\u003eHow is this different from a regular worksheet?\u003c\/h4\u003e\n        \u003cp\u003eEvery prompt is built around a specific analytical skill — not a comprehension question. The sentence stems remove blank-page paralysis, but the goal over time is to move your student off the stems entirely. The support guide tells you exactly how to coach that transition. The frameworks are also cumulative: every TREES™ paragraph your student writes is a body paragraph in disguise, building toward the essay prompts in Chapters 5, 9, 13, and 19.\u003c\/p\u003e\n      \u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- ── CTA BAND ── --\u003e\n\u003csection class=\"cta-band\"\u003e\n  \u003ch2\u003eReady to light up Chapter 4?\u003c\/h2\u003e\n  \u003cp\u003eDownload today and have everything you need — prompts, scaffolding, coaching guide, and rubric — in one no-prep file.\u003c\/p\u003e\n  \u003ca href=\"#\" class=\"btn-white\"\u003eAdd to Cart\u003c\/a\u003e\n\u003c\/section\u003e\n\n\u003c!-- ── FOOTER ── --\u003e\n\u003cfooter class=\"page-footer\"\u003e\n  \u003cp\u003e\n    © 2025 Light Up Literature™ Curriculum, LLC. All rights reserved.\u003cbr\u003e\n    \u003ca href=\"https:\/\/lightupliterature.com\"\u003elightupliterature.com\u003c\/a\u003e |\n    \u003ca href=\"mailto:debra@lightupliteraturecurriculum.com\"\u003edebra@lightupliteraturecurriculum.com\u003c\/a\u003e\u003cbr\u003e\u003cbr\u003e\n    For classroom and personal homeschool use only. This resource may not be distributed, uploaded, or shared in any public or commercial way.\n  \u003c\/p\u003e\n\u003c\/footer\u003e\n\n\n\u003c\/body\u003e","brand":"Light Up Literature™ Curriculum","offers":[{"title":"Default Title","offer_id":50018716352735,"sku":null,"price":4.75,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0810\/3038\/1791\/files\/TheHobbitChapter4WritingPrompts.png?v=1780585541"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0810\/3038\/1791\/collections\/Novel_Studies.png?v=1779489670","url":"https:\/\/shop.lightupliterature.com\/collections\/novel-studies.oembed","provider":"Light Up Literature™ Curriculum","version":"1.0","type":"link"}