{"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","url":"https:\/\/shop.lightupliterature.com\/products\/the-hobbit-webquest-scavenger-hunt-pre-reading-activities-middle-school-ela","provider":"Light Up Literature™ Curriculum","version":"1.0","type":"link"}