{"title":"The Hobbit — Complete Resource Collection","description":"\u003cp\u003eThis collection brings together no-prep resources for teaching J.R.R. Tolkien's \u003cem\u003eThe Hobbit\u003c\/em\u003e in 6th grade, 7th grade, and 8th grade ELA classrooms. Resources are designed to support close reading, literary analysis, and standards-aligned instruction from the first chapter of Bilbo's unexpected journey to the last — so every leg of the adventure becomes a genuine opportunity for rigorous ELA work.\u003c\/p\u003e\n\n\u003cp\u003eYou'll find pre-reading materials that build background knowledge and set students up for success with Tolkien's world, chapter-by-chapter comprehension and analysis resources that keep students accountable to the text, vocabulary practice tied directly to the novel, and culminating activities and assessments that push students toward the kind of evidence-based literary analysis that middle school standards require.\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 dragons and the dwarves, not the planning and the photocopying.\u003c\/p\u003e\n\n\u003cp\u003ePerfect for ELA teachers and homeschool educators who want a complete, rigorous Hobbit novel study that honors the depth of the literature and gives middle school readers the scaffolding they need to meet it there.\u003c\/p\u003e","products":[{"product_id":"the-hobbit-webquest-scavenger-hunt-pre-reading-activities-middle-school-ela","title":"The Hobbit WebQuest Scavenger Hunt Pre-Reading Activities 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 WebQuest \u0026amp; Pre-Reading Activities | Tolkien Biography, WWI \u0026amp; Trench Warfare | Middle School ELA | Light Up Literature\u003c\/title\u003e\n\u003cmeta name=\"description\" content=\"A cross-curricular Hobbit pre-reading packet connecting Tolkien's WWI experience to Middle Earth. Includes biography WebQuest, Battle of the Somme research, scavenger hunt, and answer keys. No prep, grades 5–8.\"\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 {\n    max-width: 780px;\n    margin: 0 auto;\n    padding: 0 1.5rem;\n  }\n  .section {\n    padding: 3rem 0 2.5rem;\n    border-bottom: 1px solid var(--border);\n  }\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 {\n    font-size: 14px;\n    font-weight: 700;\n    color: var(--indigo);\n    margin: 1.6rem 0 0.4rem;\n  }\n\n  p { margin-bottom: 1rem; color: var(--text-body); }\n\n  \/* ── PULL QUOTE ── *\/\n  .pull-quote {\n    border-left: 4px solid var(--purple);\n    margin: 1.5rem 0;\n    padding: 1rem 1.5rem;\n    background: var(--indigo-faint);\n    border-radius: 0 6px 6px 0;\n  }\n  .pull-quote p {\n    font-family: 'Playfair Display', serif;\n    font-size: 16px;\n    line-height: 1.7;\n    color: var(--indigo);\n    margin: 0;\n    font-style: italic;\n  }\n\n  \/* ── CONTENT CARDS ── *\/\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 {\n    font-weight: 700;\n    color: var(--indigo);\n    font-size: 13px;\n    margin-bottom: 0.35rem;\n  }\n  .content-card-detail {\n    font-size: 12.5px;\n    color: var(--text-muted);\n    line-height: 1.6;\n  }\n  .content-card-tag {\n    display: inline-block;\n    margin-top: 0.5rem;\n    background: var(--indigo-mid);\n    color: var(--indigo);\n    font-size: 10.5px;\n    font-weight: 700;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n    padding: 0.2rem 0.55rem;\n    border-radius: 3px;\n  }\n\n  \/* ── EXTRAS LIST ── *\/\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 {\n    content: '✓';\n    color: var(--green);\n    font-weight: 700;\n    flex-shrink: 0;\n    margin-top: 1px;\n  }\n\n  \/* ── DIFFERENTIATOR ── *\/\n  .diff-box {\n    background: var(--indigo);\n    border-radius: 8px;\n    padding: 2rem 2rem 1.5rem;\n    margin-top: 1.5rem;\n  }\n  .diff-box h3 {\n    color: #d97df5;\n    margin-top: 0;\n    font-family: 'Playfair Display', serif;\n    font-size: 17px;\n    margin-bottom: 1rem;\n  }\n  .diff-list {\n    list-style: none;\n    display: flex;\n    flex-direction: column;\n    gap: 0.75rem;\n  }\n  .diff-list li {\n    display: flex;\n    align-items: flex-start;\n    gap: 0.75rem;\n    font-size: 13.5px;\n    line-height: 1.65;\n    color: rgba(255,255,255,0.88);\n  }\n  .diff-list li::before {\n    content: '★';\n    color: #d97df5;\n    flex-shrink: 0;\n    margin-top: 2px;\n  }\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 {\n    display: block;\n    color: var(--indigo);\n    font-size: 12.5px;\n    margin-bottom: 0.2rem;\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n  }\n\n  \/* ── HOBBIT 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 {\n    border-color: var(--purple);\n    box-shadow: 0 2px 10px rgba(189,16,225,0.1);\n  }\n  .collection-card.anchor {\n    border-color: var(--purple);\n    border-width: 2px;\n    background: var(--indigo-faint);\n  }\n  .collection-card .card-label {\n    font-size: 10.5px;\n    font-weight: 700;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: var(--purple);\n    margin-bottom: 0.3rem;\n  }\n  .collection-card strong {\n    display: block;\n    color: var(--indigo);\n    font-size: 13px;\n    line-height: 1.4;\n  }\n\n  \/* ── PRODUCT DETAILS ── *\/\n  .details-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-top: 1.2rem;\n    font-size: 13.5px;\n  }\n  .details-table tr { border-bottom: 1px solid var(--border); }\n  .details-table tr:last-child { border-bottom: none; }\n  .details-table td {\n    padding: 0.65rem 0.5rem;\n    vertical-align: top;\n  }\n  .details-table td:first-child {\n    font-weight: 700;\n    color: var(--indigo);\n    white-space: nowrap;\n    width: 40%;\n    padding-right: 1rem;\n  }\n\n  \/* ── FOOTER ── *\/\n  .page-footer {\n    background: var(--indigo-faint);\n    border-top: 1px solid var(--border);\n    padding: 2rem 1.5rem;\n    text-align: center;\n    font-size: 12px;\n    color: var(--text-muted);\n    margin-top: 2rem;\n  }\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 { grid-template-columns: 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 · Grades 5–8 · Cross-Curricular ELA \u0026amp; History\u003c\/div\u003e\n    \u003ch1\u003eThe Hobbit WebQuest \u0026amp;\u003cbr\u003e\u003cspan\u003ePre-Reading Activities\u003c\/span\u003e\n\u003c\/h1\u003e\n    \u003cp class=\"hero-sub\"\u003eBefore your student reads page one — give them the story behind the story. A cross-curricular investigation into Tolkien's life, World War I, and the real experiences that gave birth to Middle Earth.\u003c\/p\u003e\n    \u003cdiv class=\"hero-tags\"\u003e\n      \u003cspan class=\"hero-tag\"\u003eTolkien Biography\u003c\/span\u003e\n      \u003cspan class=\"hero-tag\"\u003eWWI \u0026amp; Trench Warfare\u003c\/span\u003e\n      \u003cspan class=\"hero-tag\"\u003eBook Scavenger Hunt\u003c\/span\u003e\n      \u003cspan class=\"hero-tag\"\u003eWebQuest\u003c\/span\u003e\n      \u003cspan class=\"hero-tag\"\u003eNovel Study\u003c\/span\u003e\n      \u003cspan class=\"hero-tag\"\u003eCross-Curricular\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hero-stats\"\u003e\n      \u003cdiv class=\"stat\"\u003e\n        \u003cspan class=\"stat-number\"\u003e39\u003c\/span\u003e\n        \u003cspan class=\"stat-label\"\u003eResearch Questions\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stat\"\u003e\n        \u003cspan class=\"stat-number\"\u003e4\u003c\/span\u003e\n        \u003cspan class=\"stat-label\"\u003eActivities Included\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stat\"\u003e\n        \u003cspan class=\"stat-number\"\u003e5–8\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 HOOK ═══════════ --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eThe Story Behind the Story\u003c\/div\u003e\n    \u003ch2\u003eTolkien Didn't Invent the Darkness in The Hobbit. He Remembered It.\u003c\/h2\u003e\n\n    \u003cp\u003eJ.R.R. Tolkien wrote \u003cem\u003eThe Hobbit\u003c\/em\u003e in the shadow of the Battle of the Somme — one of the deadliest battles in human history. He watched his closest friends die in the trenches of World War I. The darkness, the loyalty, the unexpected courage in the story — none of it was invented.\u003c\/p\u003e\n\n    \u003cdiv class=\"pull-quote\"\u003e\n      \u003cp\u003eThe courage Bilbo finds at the edge of the unknown — Tolkien had seen what that looked like in real life, in the mud, among men who had every reason to turn back and didn't.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cp\u003eWhen students understand that context before they open the book, everything changes. The Misty Mountains aren't just scenery. The fellowship of the Company isn't just plot. The darkness has weight because it came from somewhere real.\u003c\/p\u003e\n    \u003cp\u003eThis WebQuest and pre-reading packet gives your student that emotional and historical foundation before Bilbo takes a single step out his door. The result is a reader who understands what they're reading — and why it matters.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══════════ WHAT'S INSIDE ═══════════ --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eWhat's Inside\u003c\/div\u003e\n    \u003ch2\u003eNot a Character List. A Genuine Investigation.\u003c\/h2\u003e\n    \u003cp\u003eMost pre-reading activities stay on the surface — author birthdate, publication year, genre. This one goes deeper: biography, military history, and literary context woven into one cross-curricular pre-reading experience.\u003c\/p\u003e\n\n    \u003cdiv class=\"contents-grid\"\u003e\n      \u003cdiv class=\"content-card\"\u003e\n        \u003cdiv class=\"content-card-title\"\u003e📚 15-Question Book Scavenger Hunt\u003c\/div\u003e\n        \u003cdiv class=\"content-card-detail\"\u003eStudents explore the physical book itself — maps, dedications, appendices, chapter titles — building familiarity and curiosity before reading begins.\u003c\/div\u003e\n        \u003cspan class=\"content-card-tag\"\u003ePre-Reading\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"content-card\"\u003e\n        \u003cdiv class=\"content-card-title\"\u003e🔢 Roman \u0026amp; Arabic Numerals Warm-Up\u003c\/div\u003e\n        \u003cdiv class=\"content-card-detail\"\u003eA practical skill activity tied directly to The Hobbit's chapter numbering — cross-curricular, low-stakes, and immediately relevant to the text.\u003c\/div\u003e\n        \u003cspan class=\"content-card-tag\"\u003eCross-Curricular\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"content-card\"\u003e\n        \u003cdiv class=\"content-card-title\"\u003e📖 12-Question Tolkien Biography \u0026amp; Timeline WebQuest\u003c\/div\u003e\n        \u003cdiv class=\"content-card-detail\"\u003eStudents research Tolkien's life, influences, and creative process using embedded web links — no source hunting required. Builds the \"why he wrote what he wrote\" foundation.\u003c\/div\u003e\n        \u003cspan class=\"content-card-tag\"\u003eBiography · ELA\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"content-card\"\u003e\n        \u003cdiv class=\"content-card-title\"\u003e⚔️ 12-Question WWI \u0026amp; Trench Warfare WebQuest\u003c\/div\u003e\n        \u003cdiv class=\"content-card-detail\"\u003eStudents investigate the Battle of the Somme and trench warfare conditions — the real experiences that shaped Middle Earth. The most powerful section. Students consistently connect it back to the novel throughout reading.\u003c\/div\u003e\n        \u003cspan class=\"content-card-tag\"\u003eHistory · ELA\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"content-card\"\u003e\n        \u003cdiv class=\"content-card-title\"\u003e⭐ Optional Student Challenge Grid\u003c\/div\u003e\n        \u003cdiv class=\"content-card-detail\"\u003eExtension activities for advanced learners who finish early or want to go deeper — built in so you don't have to create anything extra for your high achievers.\u003c\/div\u003e\n        \u003cspan class=\"content-card-tag\"\u003eDifferentiation\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003ch3\u003eAlso Included\u003c\/h3\u003e\n    \u003cul class=\"extras-list\"\u003e\n      \u003cli\u003eComplete teacher answer key with notes and flexibility suggestions\u003c\/li\u003e\n      \u003cli\u003eWeb links embedded directly on every student page — no source hunting\u003c\/li\u003e\n      \u003cli\u003ePrint-and-go format — no accounts, no technology setup required\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══════════ WHAT MAKES IT DIFFERENT ═══════════ --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eWhat Makes This Different\u003c\/div\u003e\n    \u003ch2\u003eSurface-Level Pre-Reading vs. Real Context\u003c\/h2\u003e\n    \u003cp\u003eThere are dozens of Hobbit pre-reading packets on TPT. Most of them tell students what the book is about. This one tells them where it came from — which is a completely different kind of preparation for a reader.\u003c\/p\u003e\n\n    \u003cdiv class=\"diff-box\"\u003e\n      \u003ch3\u003eWhy Context Changes Everything\u003c\/h3\u003e\n      \u003cul class=\"diff-list\"\u003e\n        \u003cli\u003eStudents who know Tolkien survived WWI read his descriptions of courage and fellowship differently — they're not just reading fantasy, they're reading a man's attempt to make sense of what he witnessed.\u003c\/li\u003e\n        \u003cli\u003eThe WWI WebQuest section is the most consistently memorable part for students — many teachers report students referencing it unprompted weeks into the novel when certain themes appear.\u003c\/li\u003e\n        \u003cli\u003eThe scavenger hunt builds physical familiarity with the book before reading begins — reluctant readers especially benefit from this kind of low-stakes, curiosity-first entry point.\u003c\/li\u003e\n        \u003cli\u003eEvery web link is embedded directly on the student page. No class time lost to searching, no broken-link scrambles, no dependency on you being in the room.\u003c\/li\u003e\n        \u003cli\u003eThe answer key includes flexibility notes — not just answers but guidance on acceptable variations and how to handle student responses that go in unexpected directions.\u003c\/li\u003e\n        \u003cli\u003eThe challenge grid means your advanced learners have meaningful extension work without you creating anything extra. Differentiation built in, not bolted on.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══════════ PERFECT FOR ═══════════ --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003ePerfect For\u003c\/div\u003e\n    \u003ch2\u003eWorks Whether You're Teaching the Whole Novel or Just Starting It\u003c\/h2\u003e\n\n    \u003cdiv class=\"use-cases\"\u003e\n      \u003cdiv class=\"use-case\"\u003e\n        \u003cstrong\u003eNovel Launch\u003c\/strong\u003e\n        Use all four activities in sequence across the first week before reading begins — a complete, coherent pre-reading unit that earns student investment.\n      \u003c\/div\u003e\n      \u003cdiv class=\"use-case\"\u003e\n        \u003cstrong\u003eWebQuest Rotation\u003c\/strong\u003e\n        Assign different WebQuest sections to different groups — biography to one, WWI to another — then share findings before the novel begins.\n      \u003c\/div\u003e\n      \u003cdiv class=\"use-case\"\u003e\n        \u003cstrong\u003eHomeschool Unit Study\u003c\/strong\u003e\n        A self-directed, research-based introduction to a Hobbit unit study — students can work independently while you manage other grades or subjects.\n      \u003c\/div\u003e\n      \u003cdiv class=\"use-case\"\u003e\n        \u003cstrong\u003eSub Plans\u003c\/strong\u003e\n        Self-contained, clear student directions, embedded links, answer key included. A sub can run this without any explanation from you.\n      \u003c\/div\u003e\n      \u003cdiv class=\"use-case\"\u003e\n        \u003cstrong\u003eCross-Curricular ELA \u0026amp; History\u003c\/strong\u003e\n        Co-teach the WWI WebQuest section with your history department — or use it as an ELA entry point into a WWI history unit already underway.\n      \u003c\/div\u003e\n      \u003cdiv class=\"use-case\"\u003e\n        \u003cstrong\u003eReluctant Readers\u003c\/strong\u003e\n        Students who resist novel studies respond to the real-world hook. Finding out a beloved fantasy story came from one of history's worst wars tends to get their attention in a way \"here's the author's birthdate\" never does.\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 5–8 (adaptable for advanced 4th or high school remediation)\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eStandards\u003c\/td\u003e\n        \u003ctd\u003eCommon Core Reading, Writing, and History — RL, RI, W, RH (grades 5–8)\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eActivities\u003c\/td\u003e\n        \u003ctd\u003e15-question scavenger hunt, numerals warm-up, 12-question biography WebQuest, 12-question WWI WebQuest, optional challenge grid\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eTotal Questions\u003c\/td\u003e\n        \u003ctd\u003e39 research and comprehension questions across all sections\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eAnswer Key\u003c\/td\u003e\n        \u003ctd\u003eComplete teacher key with notes and flexibility suggestions\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eWeb Links\u003c\/td\u003e\n        \u003ctd\u003eEmbedded directly on every student page — no source hunting required\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!-- ═══════════ HOBBIT COLLECTION ═══════════ --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eThe Hobbit Collection\u003c\/div\u003e\n    \u003ch2\u003eEverything You Need to Teach The Hobbit — Start to Finish\u003c\/h2\u003e\n    \u003cp\u003eThis pre-reading packet is the first piece of a complete Hobbit resource library. Every resource uses the same no-prep, standards-aligned approach so your unit holds together from day one through the final assessment.\u003c\/p\u003e\n\n    \u003cdiv class=\"collection-grid\"\u003e\n      \u003cdiv class=\"collection-card anchor\"\u003e\n        \u003cdiv class=\"card-label\"\u003eYou Are Here · Start Here\u003c\/div\u003e\n        \u003cstrong\u003eWebQuest \u0026amp; Pre-Reading Activities — Tolkien Biography \u0026amp; WWI Context\u003c\/strong\u003e\n      \u003c\/div\u003e\n      \u003ca class=\"collection-card\" href=\"https:\/\/www.teacherspayteachers.com\/Product\/No-Prep-The-Hobbit-Vocabulary-Chapter-by-Chapter-Google-Slides-12711376\" target=\"_blank\" rel=\"noopener\"\u003e\n        \u003cdiv class=\"card-label\"\u003eVocabulary\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-12711376\" 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      \u003ca class=\"collection-card\" href=\"https:\/\/www.teacherspayteachers.com\/Product\/The-Hobbit-No-Prep-37-pages-Chapter-by-Chapter-Printable-Reading-Quizzes-12711376\" target=\"_blank\" rel=\"noopener\"\u003e\n        \u003cdiv class=\"card-label\"\u003eComprehension\u003c\/div\u003e\n        \u003cstrong\u003e37 Pages of Chapter-by-Chapter Reading Quizzes — No Prep\u003c\/strong\u003e\n      \u003c\/a\u003e\n      \u003ca class=\"collection-card\" href=\"https:\/\/www.teacherspayteachers.com\/Product\/The-Hobbit-Writing-Prompts-Reflective-Text-Based-Journal-Tasks-12711376\" target=\"_blank\" rel=\"noopener\"\u003e\n        \u003cdiv class=\"card-label\"\u003eWriting\u003c\/div\u003e\n        \u003cstrong\u003eWriting Prompts — Reflective \u0026amp; Text-Based Journal Tasks\u003c\/strong\u003e\n      \u003c\/a\u003e\n      \u003ca class=\"collection-card\" href=\"https:\/\/www.teacherspayteachers.com\/Product\/The-Hobbit-Complete-Literature-Unit-Novel-Study-Board-Game-Vocabulary-12711376\" target=\"_blank\" rel=\"noopener\"\u003e\n        \u003cdiv class=\"card-label\"\u003eComplete Unit\u003c\/div\u003e\n        \u003cstrong\u003eComplete Literature Unit — Novel Study, Board Game, Vocabulary \u0026amp; More\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 this resource transformed how your students entered the novel, a review makes a real difference — it helps other teachers find exactly what you found.\u003c\/p\u003e\n  \u003cp style=\"margin-top:0.6rem;\"\u003e\u003cstrong\u003e© 2025 Light Up Literature, LLC.\u003c\/strong\u003e All rights reserved. Printable PDF for single-classroom or single-family use.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"Light Up Literature™ Curriculum","offers":[{"title":"Default Title","offer_id":49235288588511,"sku":null,"price":8.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0810\/3038\/1791\/files\/TheHobbitPreReadingActivitiesandWebquestMiddleSchoolELAADHDFriendly.png?v=1779149803"},{"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":"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-2-roast-mutton-writing-prompts-trees™-p-r-o-v-e-™-6-8","title":"The Hobbit Chapter 2 \"Roast Mutton\" Writing Prompts | TREES™ + P.R.O.V.E.™ 6-8","description":"\u003cbody\u003e\n\u003c!--\nSHOPIFY SEO TITLE (57 characters) \/ The Hobbit Chapter 2 Writing Prompts | Grades 6–8\nSHOPIFY META DESCRIPTION (158 characters) \/ No-prep Hobbit Chapter 2 writing prompts for grades 6–8. Five TREES™ prompts + P.R.O.V.E.™ analytical writing at 3 levels. Teacher support guide + rubric included.\nSHOPIFY URL HANDLE \/ hobbit-chapter-2-writing-prompts\nTPT LISTING TITLE \/ The Hobbit Chapter 2 \"Roast Mutton\" Writing Prompts | TREES™ + P.R.O.V.E.™ | Grades 6–8\n--\u003e\n\n\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 2 Writing Prompts | Grades 6–8\u003c\/title\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;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    --light-purple: #f5e8fc;\n    --text-body: #2d1060;\n    --border-light: #e0cff5;\n  }\n  * { box-sizing: border-box; margin: 0; padding: 0; }\n  body { font-family: 'Open Sans', sans-serif; color: var(--text-body); background: #fff; }\n\n  \/* HERO *\/\n  .hero {\n    background: linear-gradient(135deg, var(--indigo) 0%, var(--indigo-mid) 60%, #6b0fa8 100%);\n    color: #fff;\n    padding: 60px 24px 50px;\n    text-align: center;\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: #d9b4f7;\n    margin-bottom: 14px;\n  }\n  .hero h1 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(28px, 5vw, 46px);\n    font-weight: 900;\n    line-height: 1.15;\n    margin-bottom: 18px;\n  }\n  .hero h1 span { color: #e8a8ff; }\n  .hero .subhead {\n    font-size: 17px;\n    line-height: 1.6;\n    max-width: 620px;\n    margin: 0 auto 28px;\n    color: #e0ccf8;\n  }\n  .hero-badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    justify-content: center;\n  }\n  .hero-badge {\n    background: rgba(255,255,255,0.15);\n    border: 1px solid rgba(255,255,255,0.3);\n    border-radius: 20px;\n    padding: 6px 16px;\n    font-size: 13px;\n    font-weight: 600;\n    color: #fff;\n  }\n\n  \/* NOTICE BAR *\/\n  .notice-bar {\n    background: var(--purple);\n    color: #fff;\n    text-align: center;\n    padding: 12px 24px;\n    font-size: 14px;\n    font-weight: 700;\n    letter-spacing: 0.3px;\n  }\n\n  \/* TRUST BAR *\/\n  .trust-bar {\n    background: var(--light-purple);\n    border-top: 1px solid var(--border-light);\n    border-bottom: 1px solid var(--border-light);\n    padding: 18px 24px;\n  }\n  .trust-bar-inner {\n    max-width: 860px;\n    margin: 0 auto;\n    display: flex;\n    flex-wrap: wrap;\n    gap: 16px;\n    justify-content: center;\n  }\n  .trust-item {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    font-size: 13px;\n    font-weight: 600;\n    color: var(--indigo);\n  }\n  .trust-item span { font-size: 18px; }\n\n  \/* SECTION WRAPPERS *\/\n  .section-white { background: #fff; padding: 52px 24px; }\n  .section-light { background: var(--light-purple); padding: 52px 24px; }\n  .section-dark {\n    background: linear-gradient(135deg, var(--indigo) 0%, var(--indigo-mid) 100%);\n    color: #fff;\n    padding: 52px 24px;\n  }\n  .inner { max-width: 860px; margin: 0 auto; }\n\n  \/* SECTION HEADERS *\/\n  .section-label {\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2.5px;\n    text-transform: uppercase;\n    color: var(--purple);\n    margin-bottom: 8px;\n  }\n  .section-dark .section-label { color: #d9b4f7; }\n  h2 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(22px, 4vw, 34px);\n    font-weight: 700;\n    line-height: 1.25;\n    color: var(--indigo);\n    margin-bottom: 16px;\n  }\n  .section-dark h2 { color: #fff; }\n  .lead {\n    font-size: 16px;\n    line-height: 1.7;\n    color: #4a2080;\n    max-width: 680px;\n    margin-bottom: 32px;\n  }\n  .section-dark .lead { color: #d0b8f5; }\n\n  \/* WHY BAND — icon cards *\/\n  .why-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n    gap: 20px;\n    margin-top: 8px;\n  }\n  .why-card {\n    background: #fff;\n    border: 1px solid var(--border-light);\n    border-radius: 12px;\n    padding: 24px 20px;\n  }\n  .section-dark .why-card {\n    background: rgba(255,255,255,0.08);\n    border-color: rgba(255,255,255,0.15);\n  }\n  .why-card .icon { font-size: 28px; margin-bottom: 10px; }\n  .why-card h3 {\n    font-family: 'Playfair Display', serif;\n    font-size: 16px;\n    font-weight: 700;\n    color: var(--indigo);\n    margin-bottom: 8px;\n  }\n  .section-dark .why-card h3 { color: #e8d4ff; }\n  .why-card p {\n    font-size: 14px;\n    line-height: 1.6;\n    color: #5a3a8a;\n  }\n  .section-dark .why-card p { color: #c8b0f0; }\n\n  \/* FRAMEWORK HIGHLIGHT *\/\n  .framework-row {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n    gap: 16px;\n    margin-top: 24px;\n  }\n  .framework-card {\n    border-radius: 10px;\n    padding: 20px;\n    border-left: 4px solid var(--purple);\n    background: var(--light-purple);\n  }\n  .framework-card .fw-name {\n    font-weight: 700;\n    font-size: 15px;\n    color: var(--indigo);\n    margin-bottom: 6px;\n  }\n  .framework-card p {\n    font-size: 13px;\n    line-height: 1.55;\n    color: #5a3a8a;\n  }\n\n  \/* PROMPT LIST *\/\n  .prompt-list { list-style: none; margin-top: 24px; }\n  .prompt-list li {\n    display: flex;\n    align-items: flex-start;\n    gap: 14px;\n    padding: 16px 0;\n    border-bottom: 1px solid var(--border-light);\n  }\n  .prompt-list li:last-child { border-bottom: none; }\n  .prompt-icon { font-size: 22px; flex-shrink: 0; margin-top: 2px; }\n  .prompt-info h4 {\n    font-family: 'Playfair Display', serif;\n    font-size: 15px;\n    font-weight: 700;\n    color: var(--indigo);\n    margin-bottom: 4px;\n  }\n  .prompt-info p { font-size: 13px; line-height: 1.55; color: #5a3a8a; }\n\n  \/* SPECS TABLE *\/\n  .specs-table { width: 100%; border-collapse: collapse; margin-top: 24px; }\n  .specs-table tr { border-bottom: 1px solid var(--border-light); }\n  .specs-table tr:last-child { border-bottom: none; }\n  .specs-table td {\n    padding: 12px 8px;\n    font-size: 14px;\n    vertical-align: top;\n  }\n  .specs-table td:first-child {\n    font-weight: 700;\n    color: var(--indigo);\n    width: 40%;\n  }\n  .specs-table td:last-child { color: #5a3a8a; }\n\n  \/* GRADE LEVEL CALLOUT *\/\n  .grade-cards {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 16px;\n    margin-top: 24px;\n  }\n  @media (max-width: 540px) { .grade-cards { grid-template-columns: 1fr; } }\n  .grade-card {\n    border-radius: 10px;\n    padding: 20px 16px;\n    text-align: center;\n  }\n  .grade-card.g6 { background: #ede0fb; border: 2px solid #c97ff5; }\n  .grade-card.g7 { background: #e0ecfb; border: 2px solid #7faef5; }\n  .grade-card.g8 { background: #fbe0f5; border: 2px solid #f57fc9; }\n  .grade-card .grade-label {\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    margin-bottom: 6px;\n    color: var(--indigo);\n  }\n  .grade-card h4 {\n    font-family: 'Playfair Display', serif;\n    font-size: 15px;\n    font-weight: 700;\n    color: var(--indigo);\n    margin-bottom: 8px;\n  }\n  .grade-card p { font-size: 13px; line-height: 1.5; color: #5a3a8a; }\n\n  \/* FAQ *\/\n  .faq-item { border-bottom: 1px solid var(--border-light); padding: 18px 0; }\n  .faq-item:last-child { border-bottom: none; }\n  .faq-q {\n    font-weight: 700;\n    font-size: 15px;\n    color: var(--indigo);\n    margin-bottom: 8px;\n  }\n  .faq-a { font-size: 14px; line-height: 1.65; color: #5a3a8a; }\n\n  \/* CTA BAND *\/\n  .cta-band {\n    background: linear-gradient(135deg, var(--purple) 0%, #8b00c9 100%);\n    color: #fff;\n    text-align: center;\n    padding: 52px 24px;\n  }\n  .cta-band h2 { color: #fff; margin-bottom: 12px; }\n  .cta-band p { color: rgba(255,255,255,0.85); font-size: 16px; max-width: 540px; margin: 0 auto 28px; line-height: 1.6; }\n  .cta-btn {\n    display: inline-block;\n    background: #fff;\n    color: var(--purple);\n    font-family: 'Open Sans', sans-serif;\n    font-weight: 700;\n    font-size: 16px;\n    padding: 15px 36px;\n    border-radius: 8px;\n    text-decoration: none;\n    letter-spacing: 0.3px;\n  }\n\n  \/* FOOTER *\/\n  .page-footer {\n    background: var(--indigo);\n    color: #c8b0f0;\n    text-align: center;\n    padding: 24px;\n    font-size: 13px;\n    line-height: 1.7;\n  }\n  .page-footer a { color: #d9b4f7; }\n\n  \/* LICENSING *\/\n  .license-block {\n    background: var(--light-purple);\n    border: 1px solid var(--border-light);\n    border-radius: 10px;\n    padding: 24px;\n    margin-top: 32px;\n  }\n  .license-block h3 {\n    font-family: 'Playfair Display', serif;\n    font-size: 16px;\n    font-weight: 700;\n    color: var(--indigo);\n    margin-bottom: 14px;\n  }\n  .license-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }\n  @media (max-width: 480px) { .license-cols { grid-template-columns: 1fr; } }\n  .license-col h4 { font-size: 13px; font-weight: 700; margin-bottom: 8px; }\n  .license-col.may h4 { color: #1a7a3a; }\n  .license-col.may-not h4 { color: #c0392b; }\n  .license-col ul { list-style: none; padding: 0; }\n  .license-col li {\n    font-size: 13px;\n    line-height: 1.55;\n    padding: 4px 0;\n    padding-left: 18px;\n    position: relative;\n    color: #4a2080;\n  }\n  .license-col.may li::before { content: \"✓\"; position: absolute; left: 0; color: #1a7a3a; font-weight: 700; }\n  .license-col.may-not li::before { content: \"✗\"; position: absolute; left: 0; color: #c0392b; font-weight: 700; }\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 2\u003c\/p\u003e\n  \u003ch1\u003eNo-Prep Writing Prompts\u003cbr\u003e\u003cspan\u003e\"Roast Mutton\"\u003c\/span\u003e\n\u003c\/h1\u003e\n  \u003cp class=\"subhead\"\u003eSix structured writing prompts for Chapter 2 — with a full Teacher \u0026amp; Parent Support Guide, three grade levels of analytical writing, and a built-in rubric. No prep. Just open and teach.\u003c\/p\u003e\n  \u003cdiv class=\"hero-badges\"\u003e\n    \u003cspan class=\"hero-badge\"\u003eGrades 6–8\u003c\/span\u003e\n    \u003cspan class=\"hero-badge\"\u003e3 Differentiation Levels\u003c\/span\u003e\n    \u003cspan class=\"hero-badge\"\u003eNo Prep\u003c\/span\u003e\n    \u003cspan class=\"hero-badge\"\u003eRubric Included\u003c\/span\u003e\n    \u003cspan class=\"hero-badge\"\u003eTREES™ Framework\u003c\/span\u003e\n    \u003cspan class=\"hero-badge\"\u003eP.R.O.V.E.™ Framework\u003c\/span\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- NOTICE BAR --\u003e\n\u003cdiv class=\"notice-bar\"\u003e\n  Part of the complete Hobbit Novel Study series — buy chapters individually or as a bundle\n\u003c\/div\u003e\n\n\u003c!-- TRUST BAR --\u003e\n\u003cdiv class=\"trust-bar\"\u003e\n  \u003cdiv class=\"trust-bar-inner\"\u003e\n    \u003cdiv class=\"trust-item\"\u003e\n\u003cspan\u003e📖\u003c\/span\u003e Standards-aligned ELA\u003c\/div\u003e\n    \u003cdiv class=\"trust-item\"\u003e\n\u003cspan\u003e🧠\u003c\/span\u003e ADHD-friendly design\u003c\/div\u003e\n    \u003cdiv class=\"trust-item\"\u003e\n\u003cspan\u003e🏠\u003c\/span\u003e Classroom + homeschool ready\u003c\/div\u003e\n    \u003cdiv class=\"trust-item\"\u003e\n\u003cspan\u003e✅\u003c\/span\u003e Rubric included\u003c\/div\u003e\n    \u003cdiv class=\"trust-item\"\u003e\n\u003cspan\u003e🎯\u003c\/span\u003e Common Core aligned\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- WHY BAND: What makes this different --\u003e\n\u003csection class=\"section-white\"\u003e\n  \u003cdiv class=\"inner\"\u003e\n    \u003cp class=\"section-label\"\u003eWhat makes this different\u003c\/p\u003e\n    \u003ch2\u003eMore than a worksheet — it's a complete writing system\u003c\/h2\u003e\n    \u003cp class=\"lead\"\u003eMost novel study resources give you a prompt and leave you on your own. This one gives you the prompt, the framework, the differentiation, the coaching notes, and the rubric — so you're ready for any learner who walks through your door.\u003c\/p\u003e\n    \u003cdiv class=\"why-grid\"\u003e\n      \u003cdiv class=\"why-card\"\u003e\n        \u003cdiv class=\"icon\"\u003e🗺️\u003c\/div\u003e\n        \u003ch3\u003eTeacher \u0026amp; Parent Support Guide\u003c\/h3\u003e\n        \u003cp\u003eA full coaching guide tells you what each prompt is really asking, what strong responses look like, what students most often get wrong, and exactly what to say before they write.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"why-card\"\u003e\n        \u003cdiv class=\"icon\"\u003e🧩\u003c\/div\u003e\n        \u003ch3\u003eThree Learner Types Addressed\u003c\/h3\u003e\n        \u003cp\u003eEvery prompt includes targeted coaching for the ADHD learner, the reluctant writer, and the smart but insecure writer — because real classrooms have all three.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"why-card\"\u003e\n        \u003cdiv class=\"icon\"\u003e📊\u003c\/div\u003e\n        \u003ch3\u003eThree Grade Levels of Analytical Writing\u003c\/h3\u003e\n        \u003cp\u003eThe P.R.O.V.E.™ prompt comes in 6th, 7th, and 8th grade versions — each asking students to engage with Tolkien's argument at a developmentally appropriate level of sophistication.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"why-card\"\u003e\n        \u003cdiv class=\"icon\"\u003e📋\u003c\/div\u003e\n        \u003ch3\u003eRubric Built In\u003c\/h3\u003e\n        \u003cp\u003eA Growth Checklist and Scoring Scale are included for all three frameworks — so feedback is specific, consistent, and useful whether you're assigning grades or having a coaching conversation.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- DARK BAND: The frameworks --\u003e\n\u003csection class=\"section-dark\"\u003e\n  \u003cdiv class=\"inner\"\u003e\n    \u003cp class=\"section-label\"\u003eThe writing frameworks\u003c\/p\u003e\n    \u003ch2\u003eThree proprietary frameworks.\u003cbr\u003eOne coherent writing system.\u003c\/h2\u003e\n    \u003cp class=\"lead\"\u003eEvery prompt in this resource is built on one of three Light Up Literature™ frameworks — designed so students build skills that transfer across every text they'll ever read.\u003c\/p\u003e\n    \u003cdiv class=\"framework-row\"\u003e\n      \u003cdiv class=\"framework-card\"\u003e\n        \u003cdiv class=\"fw-name\"\u003eTREES™\u003c\/div\u003e\n        \u003cp\u003eFive-step short answer framework: Topic → Reason → Example → Explain → Summarize. Used for all five chapter writing prompts. Sentence stems included.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"framework-card\"\u003e\n        \u003cdiv class=\"fw-name\"\u003eP.R.O.V.E.™\u003c\/div\u003e\n        \u003cp\u003eFive-step analytical writing framework for evaluating an author's argument: Point → Reasons → Observe Evidence → Verify → Evaluate. Three grade-level versions included.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"framework-card\"\u003e\n        \u003cdiv class=\"fw-name\"\u003eTHREE TREES GROW™\u003c\/div\u003e\n        \u003cp\u003eComplete essay framework (introduction + body paragraphs + conclusion) introduced in Chapter 1. Quick Reference card included for ongoing use in Chapter 2 and beyond.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- WHITE SECTION: The six prompts --\u003e\n\u003csection class=\"section-white\"\u003e\n  \u003cdiv class=\"inner\"\u003e\n    \u003cp class=\"section-label\"\u003eWhat's included\u003c\/p\u003e\n    \u003ch2\u003eSix writing prompts built for Chapter 2\u003c\/h2\u003e\n    \u003cp class=\"lead\"\u003eEach prompt targets a specific ELA skill — and the Teacher Support Guide explains exactly why it was built that way, so you understand the skill as well as the task.\u003c\/p\u003e\n    \u003cul class=\"prompt-list\"\u003e\n      \u003cli\u003e\n        \u003cspan class=\"prompt-icon\"\u003e🔎\u003c\/span\u003e\n        \u003cdiv class=\"prompt-info\"\u003e\n          \u003ch4\u003ePrompt 1 — Character Analysis\u003c\/h4\u003e\n          \u003cp\u003eWhat Bilbo's choice to follow the company reveals about his character. Students learn to read a quiet, reluctant action as evidence of who a character is capable of becoming — not just what they did.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"prompt-icon\"\u003e✏️\u003c\/span\u003e\n        \u003cdiv class=\"prompt-info\"\u003e\n          \u003ch4\u003ePrompt 2 — Author's Craft\u003c\/h4\u003e\n          \u003cp\u003eHow Tolkien uses humor in the troll scene. Targets tonal contrast — one of the most sophisticated craft moves in literature. Students explain what humor achieves inside a genuinely dangerous scene.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"prompt-icon\"\u003e💡\u003c\/span\u003e\n        \u003cdiv class=\"prompt-info\"\u003e\n          \u003ch4\u003ePrompt 3 — Theme \/ Central Idea\u003c\/h4\u003e\n          \u003cp\u003eTrue courage is not the absence of fear — it is acting in spite of it. Students connect a specific scene to a thematic argument they'll recognize in every hero story they'll ever read.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"prompt-icon\"\u003e🪞\u003c\/span\u003e\n        \u003cdiv class=\"prompt-info\"\u003e\n          \u003ch4\u003ePrompt 4 — Reflective Writing\u003c\/h4\u003e\n          \u003cp\u003eA time when you committed to something and then wished you hadn't. Students use personal experience as a lens to understand Bilbo's psychology — building the habit of reading literature as a mirror.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"prompt-icon\"\u003e🎨\u003c\/span\u003e\n        \u003cdiv class=\"prompt-info\"\u003e\n          \u003ch4\u003ePrompt 5 — Creative Writing\u003c\/h4\u003e\n          \u003cp\u003eOne of the trolls, the morning after Gandalf tricks them. Students write from an unreliable, blame-deflecting point of view — using specific details from Chapter 2 to ground the voice in the actual text.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"prompt-icon\"\u003e📊\u003c\/span\u003e\n        \u003cdiv class=\"prompt-info\"\u003e\n          \u003ch4\u003eP.R.O.V.E.™ Prompt — Analytical Writing (3 Levels)\u003c\/h4\u003e\n          \u003cp\u003eClaim: Tolkien argues that true courage is not the absence of fear — it is acting in spite of it. Three grade-level versions ask students to find the point, test the reasoning, and judge the full credibility of Tolkien's argument.\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!-- WHY BAND: Grade level differentiation --\u003e\n\u003csection class=\"section-light\"\u003e\n  \u003cdiv class=\"inner\"\u003e\n    \u003cp class=\"section-label\"\u003eBuilt-in differentiation\u003c\/p\u003e\n    \u003ch2\u003eOne purchase. Three grade levels.\u003c\/h2\u003e\n    \u003cp class=\"lead\"\u003eThe P.R.O.V.E.™ analytical prompt scales from identification to full argument evaluation — so you can meet every learner where they are without making extra copies or buying additional resources.\u003c\/p\u003e\n    \u003cdiv class=\"grade-cards\"\u003e\n      \u003cdiv class=\"grade-card g6\"\u003e\n        \u003cdiv class=\"grade-label\"\u003e6th Grade\u003c\/div\u003e\n        \u003ch4\u003eFind the Point \u0026amp; Identify the Support\u003c\/h4\u003e\n        \u003cp\u003eStudents locate Tolkien's argument about courage and identify what evidence he uses. Focused on identification and basic connection.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"grade-card g7\"\u003e\n        \u003cdiv class=\"grade-label\"\u003e7th Grade\u003c\/div\u003e\n        \u003ch4\u003eTest Whether the Reasoning Holds Together\u003c\/h4\u003e\n        \u003cp\u003eStudents evaluate whether the reasons and evidence actually support the point. The analytical leap from finding an argument to judging one.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"grade-card g8\"\u003e\n        \u003cdiv class=\"grade-label\"\u003e8th Grade\u003c\/div\u003e\n        \u003ch4\u003eJudge the Credibility \u0026amp; Full Strength\u003c\/h4\u003e\n        \u003cp\u003eStudents assess whether Tolkien earns his argument, identify genuine counterpoints, and evaluate what a skeptical reader would still need.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- DARK BAND: ADHD-friendly design --\u003e\n\u003csection class=\"section-dark\"\u003e\n  \u003cdiv class=\"inner\"\u003e\n    \u003cp class=\"section-label\"\u003eDesigned for every learner\u003c\/p\u003e\n    \u003ch2\u003eADHD-friendly from the ground up\u003c\/h2\u003e\n    \u003cp class=\"lead\"\u003eEvery prompt in this resource was built with reluctant writers, ADHD learners, and anxious students in mind. Sentence stems eliminate blank-page paralysis. The Support Guide tells you exactly what to say to get a stuck student moving.\u003c\/p\u003e\n    \u003cdiv class=\"why-grid\"\u003e\n      \u003cdiv class=\"why-card\"\u003e\n        \u003cdiv class=\"icon\"\u003e✍️\u003c\/div\u003e\n        \u003ch3\u003eSentence Stems Included\u003c\/h3\u003e\n        \u003cp\u003eEvery TREES™ step has two sentence stem options — giving students a starting line without scripting their thinking. The goal is to move them from stems to independence over time.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"why-card\"\u003e\n        \u003cdiv class=\"icon\"\u003e🎯\u003c\/div\u003e\n        \u003ch3\u003ePre-Writing Strategies Built In\u003c\/h3\u003e\n        \u003cp\u003eThe Support Guide includes specific pre-writing strategies for each prompt — index card comparisons, oral story first, two-step brainstorms — designed for ADHD brains that need structure before writing.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"why-card\"\u003e\n        \u003cdiv class=\"icon\"\u003e💬\u003c\/div\u003e\n        \u003ch3\u003e\"Before They Write — Say This\"\u003c\/h3\u003e\n        \u003cp\u003eEach prompt includes a specific discussion question to ask out loud before writing begins. One right question activates thinking for every single 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  \u003cdiv class=\"inner\"\u003e\n    \u003cp class=\"section-label\"\u003eProduct details\u003c\/p\u003e\n    \u003ch2\u003eEverything in this resource\u003c\/h2\u003e\n    \u003ctable class=\"specs-table\"\u003e\n      \u003ctr\u003e\n\u003ctd\u003eProduct type\u003c\/td\u003e\n\u003ctd\u003eDigital download (PDF)\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eGrade levels\u003c\/td\u003e\n\u003ctd\u003e6th, 7th, and 8th grade\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 2: \"Roast Mutton\"\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eWriting frameworks included\u003c\/td\u003e\n\u003ctd\u003eTREES™, P.R.O.V.E.™, THREE TREES GROW™ (Quick Reference)\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eNumber of prompts\u003c\/td\u003e\n\u003ctd\u003e5 TREES™ short-answer prompts + 1 P.R.O.V.E.™ analytical prompt (3 levels)\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003ePrompt types\u003c\/td\u003e\n\u003ctd\u003eCharacter Analysis, Author's Craft, Theme \/ Central Idea, Reflective Writing, Creative Writing, Analytical Argument Evaluation\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eTeacher \/ Parent Support Guide\u003c\/td\u003e\n\u003ctd\u003eIncluded — with coaching notes for ADHD learners, reluctant writers, and advanced writers for every prompt\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eRubric\u003c\/td\u003e\n\u003ctd\u003eIncluded — Growth Checklist + Scoring Scale for TREES™ and P.R.O.V.E.™\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\u003eStandards alignment\u003c\/td\u003e\n\u003ctd\u003eCommon Core ELA — Reading Literature, Writing, Language\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eBest for\u003c\/td\u003e\n\u003ctd\u003eClassroom teachers, homeschool parents, ELA tutors, co-ops\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003ePart of a series\u003c\/td\u003e\n\u003ctd\u003eYes — available chapter-by-chapter for all 19 chapters of The Hobbit\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=\"section-light\"\u003e\n  \u003cdiv class=\"inner\"\u003e\n    \u003cp class=\"section-label\"\u003eQuestions\u003c\/p\u003e\n    \u003ch2\u003eFrequently asked questions\u003c\/h2\u003e\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eDo I need Chapter 1 before using this?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eThe full framework explanations for TREES™, P.R.O.V.E.™, and THREE TREES GROW™ live in Chapter 1. Chapter 2 includes a Quick Reference card. If you're starting with Chapter 2, the frameworks are clearly explained in the Support Guide — you don't need Chapter 1 to use this resource successfully, but the bundle gives your students a stronger foundation.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eMy student is in 6th grade but reads above level. Which P.R.O.V.E.™ version should I use?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eStart with the grade-level version. If your student finishes quickly and the work feels too easy, move up. If they struggle significantly, move down. The level is a tool, not a label — and all three versions are included in your purchase.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eIs this suitable for homeschool families who aren't English teachers?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes — this is exactly who the Teacher \u0026amp; Parent Support Guide was written for. You don't need a teaching degree or to have read The Hobbit recently. The guide tells you what each prompt is really asking, what to say before your student writes, and what to look for when they finish.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eDoes this work as a standalone resource or does it need to be part of the full novel study?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eIt works both ways. Each chapter's prompts are fully self-contained. The frameworks build in complexity across the novel, but every chapter resource includes everything you need to use it on its own.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eCan I use this for multiple students in my homeschool co-op?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eA single license covers one teacher or tutor's personal classroom or homeschool use. For co-ops or team settings where multiple teachers or tutors will use the resource, each instructor needs their own license. Please purchase additional licenses at checkout.\u003c\/div\u003e\n    \u003c\/div\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 bring Chapter 2 to life?\u003c\/h2\u003e\n  \u003cp\u003eSix structured writing prompts. Three frameworks. A full coaching guide. A built-in rubric. Everything you need to teach \"Roast Mutton\" — and nothing you don't.\u003c\/p\u003e\n  \u003ca href=\"#\" class=\"cta-btn\"\u003eAdd to Cart\u003c\/a\u003e\n\u003c\/section\u003e\n\n\u003c!-- LICENSING --\u003e\n\u003csection class=\"section-white\"\u003e\n  \u003cdiv class=\"inner\"\u003e\n    \u003cdiv class=\"license-block\"\u003e\n      \u003ch3\u003eLicensing \u0026amp; Use\u003c\/h3\u003e\n      \u003cdiv class=\"license-cols\"\u003e\n        \u003cdiv class=\"license-col may\"\u003e\n          \u003ch4\u003e✅ You May:\u003c\/h4\u003e\n          \u003cul\u003e\n            \u003cli\u003eUse this resource in your personal classroom, homeschool, or for private student instruction\u003c\/li\u003e\n            \u003cli\u003eMake print or digital copies for your own students only\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=\"license-col may-not\"\u003e\n          \u003ch4\u003e✗ You May Not:\u003c\/h4\u003e\n          \u003cul\u003e\n            \u003cli\u003eShare, email, or upload this file to any shared drive, group folder, or platform accessible 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 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  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- FOOTER --\u003e\n\u003cfooter class=\"page-footer\"\u003e\n  \u003cp\u003e© 2025 Light Up Literature™ Curriculum, LLC. All rights reserved.\u003c\/p\u003e\n  \u003cp\u003e\u003ca href=\"https:\/\/shop.lightupliterature.com\"\u003eshop.lightupliterature.com\u003c\/a\u003e · \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":49861256151263,"sku":null,"price":4.75,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0810\/3038\/1791\/files\/TheHobbitChapter2WritingPrompts-2.png?v=1780329097"},{"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\/The_Hobbit.png?v=1779489882","url":"https:\/\/shop.lightupliterature.com\/collections\/the-hobbit-novel-study.oembed","provider":"Light Up Literature™ Curriculum","version":"1.0","type":"link"}