{"product_id":"the-hobbit-board-game-middle-school-ela-review","title":"The Hobbit Board Game — Middle School ELA Review","description":"\u003c!-- ============================================================\n     LIGHT UP LITERATURE™ — SHOPIFY PRODUCT PAGE\n     Product: The Hobbit Board Game | ELA Review | Grades 6–8\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  .lul-wrap * {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n\n  .lul-wrap {\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: linear-gradient(135deg, var(--indigo) 0%, var(--indigo-mid) 60%, #5a0fa8 100%);\n    padding: 56px 24px 48px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .lul-hero::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background-image:\n      radial-gradient(circle at 15% 20%, rgba(189,16,225,0.18) 0%, transparent 50%),\n      radial-gradient(circle at 85% 80%, rgba(189,16,225,0.12) 0%, transparent 50%);\n    pointer-events: none;\n  }\n\n  .lul-hero-eyebrow {\n    font-family: 'Open Sans', sans-serif;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: rgba(255,255,255,0.6);\n    margin-bottom: 14px;\n  }\n\n  .lul-hero h1 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(28px, 5vw, 46px);\n    font-weight: 700;\n    color: #ffffff;\n    line-height: 1.2;\n    margin-bottom: 16px;\n    position: relative;\n  }\n\n  .lul-hero h1 span {\n    color: #e8a0f8;\n  }\n\n  .lul-hero-sub {\n    font-size: 16px;\n    color: rgba(255,255,255,0.82);\n    max-width: 560px;\n    margin: 0 auto 28px;\n    line-height: 1.6;\n  }\n\n  .lul-hero-badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    justify-content: center;\n    margin-bottom: 32px;\n  }\n\n  .lul-badge {\n    background: rgba(255,255,255,0.12);\n    border: 1px solid rgba(255,255,255,0.25);\n    color: #fff;\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 0.06em;\n    padding: 6px 14px;\n    border-radius: 100px;\n  }\n\n  .lul-hero-cta {\n    display: inline-block;\n    background: var(--purple);\n    color: #fff;\n    font-family: 'Open Sans', sans-serif;\n    font-size: 15px;\n    font-weight: 700;\n    letter-spacing: 0.04em;\n    padding: 15px 36px;\n    border-radius: 6px;\n    text-decoration: none;\n    border: none;\n    cursor: pointer;\n  }\n\n  \/* ── NOTICE BAR ── *\/\n  .lul-notice-bar {\n    background: var(--purple);\n    color: #fff;\n    text-align: center;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 0.06em;\n    padding: 11px 20px;\n  }\n\n  \/* ── TRUST BAR ── *\/\n  .lul-trust-bar {\n    background: var(--indigo);\n    padding: 20px 24px;\n  }\n\n  .lul-trust-inner {\n    max-width: 900px;\n    margin: 0 auto;\n    display: flex;\n    flex-wrap: wrap;\n    gap: 18px;\n    justify-content: center;\n    align-items: center;\n  }\n\n  .lul-trust-item {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    color: rgba(255,255,255,0.88);\n    font-size: 13px;\n    font-weight: 600;\n  }\n\n  .lul-trust-item span.icon {\n    font-size: 16px;\n  }\n\n  \/* ── SECTION SHARED ── *\/\n  .lul-section {\n    padding: 52px 24px;\n    max-width: 900px;\n    margin: 0 auto;\n  }\n\n  .lul-section-title {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(22px, 3.5vw, 30px);\n    font-weight: 700;\n    color: var(--indigo);\n    margin-bottom: 8px;\n    line-height: 1.25;\n  }\n\n  .lul-section-title.white {\n    color: #fff;\n  }\n\n  .lul-section-lead {\n    font-size: 15px;\n    color: var(--text-body);\n    margin-bottom: 32px;\n    max-width: 680px;\n    opacity: 0.85;\n  }\n\n  .lul-section-lead.white {\n    color: rgba(255,255,255,0.82);\n  }\n\n  \/* ── WHY BAND (light purple bg) ── *\/\n  .lul-why-band {\n    background: var(--light-purple);\n    padding: 52px 24px;\n  }\n\n  .lul-why-inner {\n    max-width: 900px;\n    margin: 0 auto;\n  }\n\n  \/* ── DARK BAND ── *\/\n  .lul-dark-band {\n    background: var(--indigo);\n    padding: 52px 24px;\n  }\n\n  .lul-dark-inner {\n    max-width: 900px;\n    margin: 0 auto;\n  }\n\n  \/* ── INCLUDED GRID ── *\/\n  .lul-included-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n    gap: 20px;\n    margin-top: 32px;\n  }\n\n  .lul-included-card {\n    background: #fff;\n    border: 1.5px solid var(--border-light);\n    border-radius: 10px;\n    padding: 24px 22px;\n  }\n\n  .lul-included-card-icon {\n    font-size: 28px;\n    margin-bottom: 10px;\n    display: block;\n  }\n\n  .lul-included-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\n  .lul-included-card p {\n    font-size: 14px;\n    color: var(--text-body);\n    line-height: 1.6;\n    opacity: 0.85;\n  }\n\n  \/* ── SKILLS GRID ── *\/\n  .lul-skills-wrap {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 28px;\n    margin-top: 32px;\n  }\n\n  @media (max-width: 600px) {\n    .lul-skills-wrap { grid-template-columns: 1fr; }\n  }\n\n  .lul-skills-col h3 {\n    font-family: 'Playfair Display', serif;\n    font-size: 17px;\n    font-weight: 700;\n    color: #fff;\n    margin-bottom: 16px;\n    padding-bottom: 10px;\n    border-bottom: 1px solid rgba(255,255,255,0.2);\n  }\n\n  .lul-skill-item {\n    display: flex;\n    align-items: flex-start;\n    gap: 10px;\n    margin-bottom: 12px;\n  }\n\n  .lul-skill-check {\n    color: #e8a0f8;\n    font-size: 14px;\n    margin-top: 2px;\n    flex-shrink: 0;\n  }\n\n  .lul-skill-text {\n    font-size: 13.5px;\n    color: rgba(255,255,255,0.88);\n    line-height: 1.5;\n  }\n\n  .lul-skill-standard {\n    display: inline-block;\n    background: rgba(189,16,225,0.25);\n    color: #e8a0f8;\n    font-size: 10.5px;\n    font-weight: 700;\n    letter-spacing: 0.05em;\n    padding: 2px 7px;\n    border-radius: 4px;\n    margin-left: 6px;\n    vertical-align: middle;\n  }\n\n  \/* ── PERFECT FOR ── *\/\n  .lul-perfect-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n    gap: 16px;\n    margin-top: 28px;\n  }\n\n  .lul-perfect-item {\n    background: #fff;\n    border: 1.5px solid var(--border-light);\n    border-radius: 10px;\n    padding: 20px 18px;\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n  }\n\n  .lul-perfect-item-icon {\n    font-size: 22px;\n    flex-shrink: 0;\n    margin-top: 2px;\n  }\n\n  .lul-perfect-item-text {\n    font-size: 14px;\n    color: var(--text-body);\n    font-weight: 600;\n    line-height: 1.5;\n  }\n\n  .lul-perfect-item-sub {\n    font-size: 12.5px;\n    font-weight: 400;\n    color: var(--text-body);\n    opacity: 0.75;\n    margin-top: 3px;\n  }\n\n  \/* ── WHY LOVE IT ── *\/\n  .lul-love-list {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n    gap: 20px;\n    margin-top: 28px;\n  }\n\n  .lul-love-item {\n    display: flex;\n    gap: 14px;\n    align-items: flex-start;\n  }\n\n  .lul-love-icon {\n    width: 42px;\n    height: 42px;\n    background: rgba(189,16,225,0.15);\n    border-radius: 8px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 20px;\n    flex-shrink: 0;\n  }\n\n  .lul-love-text 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\n  .lul-love-text p {\n    font-size: 13.5px;\n    color: var(--text-body);\n    opacity: 0.82;\n    line-height: 1.55;\n  }\n\n  \/* ── SPECS TABLE ── *\/\n  .lul-specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-top: 28px;\n    font-size: 14px;\n  }\n\n  .lul-specs-table tr {\n    border-bottom: 1px solid var(--border-light);\n  }\n\n  .lul-specs-table tr:last-child {\n    border-bottom: none;\n  }\n\n  .lul-specs-table td {\n    padding: 13px 16px;\n    vertical-align: top;\n    line-height: 1.6;\n  }\n\n  .lul-specs-table td:first-child {\n    font-weight: 700;\n    color: var(--indigo);\n    width: 38%;\n    background: var(--light-purple);\n  }\n\n  .lul-specs-table td:last-child {\n    color: var(--text-body);\n    background: #fff;\n  }\n\n  \/* ── FAQ ── *\/\n  .lul-faq-list {\n    margin-top: 28px;\n    display: flex;\n    flex-direction: column;\n    gap: 16px;\n  }\n\n  .lul-faq-item {\n    border: 1.5px solid var(--border-light);\n    border-radius: 10px;\n    overflow: hidden;\n  }\n\n  .lul-faq-q {\n    background: var(--light-purple);\n    padding: 16px 20px;\n    font-family: 'Playfair Display', serif;\n    font-size: 15px;\n    font-weight: 700;\n    color: var(--indigo);\n    line-height: 1.4;\n  }\n\n  .lul-faq-a {\n    background: #fff;\n    padding: 16px 20px;\n    font-size: 14px;\n    color: var(--text-body);\n    line-height: 1.65;\n    opacity: 0.88;\n  }\n\n  \/* ── CTA BAND ── *\/\n  .lul-cta-band {\n    background: linear-gradient(135deg, var(--indigo) 0%, var(--indigo-mid) 60%, #5a0fa8 100%);\n    padding: 56px 24px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .lul-cta-band::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background-image: radial-gradient(circle at 50% 50%, rgba(189,16,225,0.2) 0%, transparent 65%);\n    pointer-events: none;\n  }\n\n  .lul-cta-band h2 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(22px, 4vw, 34px);\n    font-weight: 700;\n    color: #fff;\n    margin-bottom: 14px;\n    position: relative;\n  }\n\n  .lul-cta-band p {\n    color: rgba(255,255,255,0.82);\n    font-size: 15px;\n    max-width: 520px;\n    margin: 0 auto 28px;\n    line-height: 1.6;\n    position: relative;\n  }\n\n  .lul-cta-btn {\n    display: inline-block;\n    background: var(--purple);\n    color: #fff;\n    font-family: 'Open Sans', sans-serif;\n    font-size: 15px;\n    font-weight: 700;\n    letter-spacing: 0.04em;\n    padding: 15px 40px;\n    border-radius: 6px;\n    text-decoration: none;\n    position: relative;\n  }\n\n  \/* ── FOOTER ── *\/\n  .lul-footer {\n    background: var(--indigo);\n    padding: 28px 24px;\n    text-align: center;\n  }\n\n  .lul-footer p {\n    font-size: 12px;\n    color: rgba(255,255,255,0.5);\n    line-height: 1.7;\n    max-width: 680px;\n    margin: 0 auto;\n  }\n\n  .lul-footer p + p {\n    margin-top: 8px;\n  }\n\n  \/* ── DIVIDER ── *\/\n  .lul-divider {\n    height: 1px;\n    background: var(--border-light);\n    margin: 0;\n  }\n\n  \/* ── WILD CARD STRIP ── *\/\n  .lul-wildcard-strip {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n    gap: 14px;\n    margin-top: 28px;\n  }\n\n  .lul-wildcard {\n    background: rgba(255,255,255,0.07);\n    border: 1px solid rgba(255,255,255,0.15);\n    border-radius: 8px;\n    padding: 16px 16px;\n  }\n\n  .lul-wildcard h4 {\n    font-family: 'Playfair Display', serif;\n    font-size: 13.5px;\n    font-weight: 700;\n    color: #e8a0f8;\n    margin-bottom: 5px;\n  }\n\n  .lul-wildcard p {\n    font-size: 12.5px;\n    color: rgba(255,255,255,0.72);\n    line-height: 1.5;\n  }\n\n\u003c\/style\u003e\n\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"lul-wrap\"\u003e\n\n  \u003cdiv class=\"lul-hero\"\u003e\n    \u003cp class=\"lul-hero-eyebrow\"\u003eLight Up Literature™ Curriculum\u003c\/p\u003e\n    \u003ch1\u003eThe Hobbit \u003cspan\u003eBoard Game\u003c\/span\u003e\u003cbr\u003eGrammar \u0026amp; Literature Adventure\u003c\/h1\u003e\n    \u003cp class=\"lul-hero-sub\"\u003e50 skill-based game cards. Movement bonuses on every card. Grammar and novel review that feels like a quest — not a quiz. Designed for grades 6–8.\u003c\/p\u003e\n    \u003cdiv class=\"lul-hero-badges\"\u003e\n      \u003cspan class=\"lul-badge\"\u003e📄 PDF Download\u003c\/span\u003e\n      \u003cspan class=\"lul-badge\"\u003e🎓 Grades 6–8\u003c\/span\u003e\n      \u003cspan class=\"lul-badge\"\u003e✅ Answer Key Included\u003c\/span\u003e\n      \u003cspan class=\"lul-badge\"\u003e⚡ Low Prep\u003c\/span\u003e\n      \u003cspan class=\"lul-badge\"\u003e🧠 ADHD-Friendly\u003c\/span\u003e\n      \u003cspan class=\"lul-badge\"\u003e📐 CCSS Aligned\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003ca href=\"#\" class=\"lul-hero-cta\"\u003eAdd to Cart — Begin the Adventure\u003c\/a\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- NOTICE BAR --\u003e\n  \u003cdiv class=\"lul-notice-bar\"\u003e\n    🗡️  Instant PDF download — print, cut, and play the same day  🗡️\n  \u003c\/div\u003e\n\n  \u003c!-- TRUST BAR --\u003e\n  \u003cdiv class=\"lul-trust-bar\"\u003e\n    \u003cdiv class=\"lul-trust-inner\"\u003e\n      \u003cdiv class=\"lul-trust-item\"\u003e\n\u003cspan class=\"icon\"\u003e📋\u003c\/span\u003e 50 Game Cards + 6 Wild Cards\u003c\/div\u003e\n      \u003cdiv class=\"lul-trust-item\"\u003e\n\u003cspan class=\"icon\"\u003e🗺️\u003c\/span\u003e 2 Printable Game Boards\u003c\/div\u003e\n      \u003cdiv class=\"lul-trust-item\"\u003e\n\u003cspan class=\"icon\"\u003e🧙\u003c\/span\u003e 6 Character Tokens\u003c\/div\u003e\n      \u003cdiv class=\"lul-trust-item\"\u003e\n\u003cspan class=\"icon\"\u003e✅\u003c\/span\u003e Complete Answer Key\u003c\/div\u003e\n      \u003cdiv class=\"lul-trust-item\"\u003e\n\u003cspan class=\"icon\"\u003e📐\u003c\/span\u003e CCSS L.6–8 + RL.6–8\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- WHY BAND: THE PROBLEM --\u003e\n  \u003cdiv class=\"lul-why-band\"\u003e\n    \u003cdiv class=\"lul-why-inner\"\u003e\n      \u003ch2 class=\"lul-section-title\"\u003eReview that actually works for the students who need it most.\u003c\/h2\u003e\n      \u003cp class=\"lul-section-lead\"\u003eTraditional end-of-unit review shuts down reluctant learners, ADHD students, and anxious readers before it even starts. This board game was built for exactly those students — rigorous ELA standards woven into movement, drama, and genuine fun.\u003c\/p\u003e\n      \u003cdiv class=\"lul-love-list\"\u003e\n        \u003cdiv class=\"lul-love-item\"\u003e\n          \u003cdiv class=\"lul-love-icon\"\u003e🎮\u003c\/div\u003e\n          \u003cdiv class=\"lul-love-text\"\u003e\n            \u003ch4\u003eNot a Worksheet in Disguise\u003c\/h4\u003e\n            \u003cp\u003eEvery card pairs a real CCSS-aligned question with a movement or drama bonus. Students stay physically and mentally engaged from the first roll to the last.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"lul-love-item\"\u003e\n          \u003cdiv class=\"lul-love-icon\"\u003e🧠\u003c\/div\u003e\n          \u003cdiv class=\"lul-love-text\"\u003e\n            \u003ch4\u003eBuilt for ADHD Learners\u003c\/h4\u003e\n            \u003cp\u003eMovement is baked in — not bolted on. Bear crawls, sword poses, tiptoing like Bilbo, and howling like a warg keep bodies engaged so brains can focus.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"lul-love-item\"\u003e\n          \u003cdiv class=\"lul-love-icon\"\u003e📚\u003c\/div\u003e\n          \u003cdiv class=\"lul-love-text\"\u003e\n            \u003ch4\u003eCovers the Full Novel\u003c\/h4\u003e\n            \u003cp\u003eFrom Bag End to the Battle of the Five Armies, all 19 chapters are represented across the 50 cards. No chapter left behind.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"lul-love-item\"\u003e\n          \u003cdiv class=\"lul-love-icon\"\u003e✏️\u003c\/div\u003e\n          \u003cdiv class=\"lul-love-text\"\u003e\n            \u003ch4\u003eGrammar in Context\u003c\/h4\u003e\n            \u003cp\u003eEvery grammar question uses Hobbit-themed sentences so the skill practice feels connected to the story — not like a separate subject students have to mentally switch into.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- DARK BAND: WHAT'S INCLUDED --\u003e\n  \u003cdiv class=\"lul-dark-band\"\u003e\n    \u003cdiv class=\"lul-dark-inner\"\u003e\n      \u003ch2 class=\"lul-section-title white\"\u003eEverything inside this download.\u003c\/h2\u003e\n      \u003cp class=\"lul-section-lead white\"\u003eOne PDF. Everything you need to print, cut, and play — no extra materials required beyond a die and a few coins or buttons for game pieces.\u003c\/p\u003e\n      \u003cdiv class=\"lul-included-grid\"\u003e\n        \u003cdiv class=\"lul-included-card\"\u003e\n          \u003cspan class=\"lul-included-card-icon\"\u003e📋\u003c\/span\u003e\n          \u003ch3\u003e50 Numbered Game Cards\u003c\/h3\u003e\n          \u003cp\u003eA balanced mix of multiple choice grammar questions and open-ended Hobbit novel comprehension questions. Every card includes a bonus movement, acting, or creative thinking challenge — no dead card in the deck.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"lul-included-card\"\u003e\n          \u003cspan class=\"lul-included-card-icon\"\u003e🃏\u003c\/span\u003e\n          \u003ch3\u003e6 Wild Cards\u003c\/h3\u003e\n          \u003cp\u003eSneaky Like a Burglar, Roll Again Precioussss, Wizard's Wisdom, Stuck in a Barrel, Eagle Rescue, and Dragon's Fury. Wild cards add competitive strategy and keep every player invested even when it's not their turn.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"lul-included-card\"\u003e\n          \u003cspan class=\"lul-included-card-icon\"\u003e🗺️\u003c\/span\u003e\n          \u003ch3\u003e2 Printable Game Boards\u003c\/h3\u003e\n          \u003cp\u003eOne black and white ink-friendly version for easy everyday printing. One color-highlighted version with accented runes and footprint spaces. Both feature the iconic round green Bag End door as the start.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"lul-included-card\"\u003e\n          \u003cspan class=\"lul-included-card-icon\"\u003e🧙\u003c\/span\u003e\n          \u003ch3\u003e6 Cut-and-Fold Character Tokens\u003c\/h3\u003e\n          \u003cp\u003eBilbo, Gandalf, Thorin, Elrond, Smaug, and The Ring. Fold-and-stand design — cut out, fold on the dotted line, and every player has a themed game piece standing at Bag End and ready to adventure.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"lul-included-card\"\u003e\n          \u003cspan class=\"lul-included-card-icon\"\u003e✅\u003c\/span\u003e\n          \u003ch3\u003eComplete Answer Key\u003c\/h3\u003e\n          \u003cp\u003eLists the correct answer for all 50 cards by number. Designed for quick teacher reference during gameplay or post-game class review. No hunting through the deck mid-game.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"lul-included-card\"\u003e\n          \u003cspan class=\"lul-included-card-icon\"\u003e📖\u003c\/span\u003e\n          \u003ch3\u003eInstruction Page\u003c\/h3\u003e\n          \u003cp\u003eFull setup directions, gameplay rules, and winning conditions. Three built-in format variations — Small Group Station, Whole-Class Projected Game, and Silent Independent Review — plus teacher tips for pacing.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- WILD CARD DETAIL STRIP --\u003e\n      \u003ch3 style=\"font-family:'Playfair Display',serif; color:#e8a0f8; font-size:16px; margin-top:40px; margin-bottom:4px;\"\u003eA closer look at the Wild Cards\u003c\/h3\u003e\n      \u003cp style=\"font-size:13px; color:rgba(255,255,255,0.6); margin-bottom:16px;\"\u003eSix themed wild cards that shift the balance of power mid-game.\u003c\/p\u003e\n      \u003cdiv class=\"lul-wildcard-strip\"\u003e\n        \u003cdiv class=\"lul-wildcard\"\u003e\n\u003ch4\u003e🦶 Sneaky Like a Burglar\u003c\/h4\u003e\n\u003cp\u003eMove another player's token back 2 spaces.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"lul-wildcard\"\u003e\n\u003ch4\u003e💍 Roll Again, Precioussss\u003c\/h4\u003e\n\u003cp\u003eRoll the die and move again immediately.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"lul-wildcard\"\u003e\n\u003ch4\u003e🧙 Wizard's Wisdom\u003c\/h4\u003e\n\u003cp\u003eChoose any player to skip their next turn.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"lul-wildcard\"\u003e\n\u003ch4\u003e🛢️ Stuck in a Barrel\u003c\/h4\u003e\n\u003cp\u003eLose your next turn. Pretend to paddle to stay afloat.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"lul-wildcard\"\u003e\n\u003ch4\u003e🦅 Eagle Rescue\u003c\/h4\u003e\n\u003cp\u003eFly to the space of any other player on the board.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"lul-wildcard\"\u003e\n\u003ch4\u003e🔥 Dragon's Fury\u003c\/h4\u003e\n\u003cp\u003eEveryone but you moves back 1 space. Roar optional.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- WHY BAND: SKILLS COVERED --\u003e\n  \u003cdiv class=\"lul-why-band\"\u003e\n    \u003cdiv class=\"lul-why-inner\"\u003e\n      \u003ch2 class=\"lul-section-title\"\u003eStandards-aligned skills across grammar and literature.\u003c\/h2\u003e\n      \u003cp class=\"lul-section-lead\"\u003eEvery question in this game targets a real Common Core standard. Students review the same skills they'd see on a test — they're just doing it while acting like Gollum.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- DARK BAND: SKILLS DETAIL --\u003e\n  \u003cdiv class=\"lul-dark-band\"\u003e\n    \u003cdiv class=\"lul-dark-inner\"\u003e\n      \u003cdiv class=\"lul-skills-wrap\"\u003e\n        \u003cdiv class=\"lul-skills-col\"\u003e\n          \u003ch3\u003e📝 Grammar Skills — CCSS Language\u003c\/h3\u003e\n          \u003cdiv class=\"lul-skill-item\"\u003e\n\u003cspan class=\"lul-skill-check\"\u003e✔\u003c\/span\u003e\u003cspan class=\"lul-skill-text\"\u003eSubject-verb agreement — singular, plural, and collective subjects \u003cspan class=\"lul-skill-standard\"\u003eL.6.1 · L.7.1\u003c\/span\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"lul-skill-item\"\u003e\n\u003cspan class=\"lul-skill-check\"\u003e✔\u003c\/span\u003e\u003cspan class=\"lul-skill-text\"\u003ePronoun case — subject vs. object, I vs. me \u003cspan class=\"lul-skill-standard\"\u003eL.6.1a\u003c\/span\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"lul-skill-item\"\u003e\n\u003cspan class=\"lul-skill-check\"\u003e✔\u003c\/span\u003e\u003cspan class=\"lul-skill-text\"\u003ePrepositional phrases — identification within sentences \u003cspan class=\"lul-skill-standard\"\u003eL.6.1e\u003c\/span\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"lul-skill-item\"\u003e\n\u003cspan class=\"lul-skill-check\"\u003e✔\u003c\/span\u003e\u003cspan class=\"lul-skill-text\"\u003ePossessives and apostrophes — singular possessive formation \u003cspan class=\"lul-skill-standard\"\u003eL.6.2a\u003c\/span\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"lul-skill-item\"\u003e\n\u003cspan class=\"lul-skill-check\"\u003e✔\u003c\/span\u003e\u003cspan class=\"lul-skill-text\"\u003eCapitalization — proper nouns, names, titles \u003cspan class=\"lul-skill-standard\"\u003eL.6.2a\u003c\/span\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"lul-skill-item\"\u003e\n\u003cspan class=\"lul-skill-check\"\u003e✔\u003c\/span\u003e\u003cspan class=\"lul-skill-text\"\u003eComma usage — series and dialogue punctuation \u003cspan class=\"lul-skill-standard\"\u003eL.6.2a · L.7.2\u003c\/span\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"lul-skill-item\"\u003e\n\u003cspan class=\"lul-skill-check\"\u003e✔\u003c\/span\u003e\u003cspan class=\"lul-skill-text\"\u003eSentence types — declarative, interrogative, imperative, exclamatory \u003cspan class=\"lul-skill-standard\"\u003eL.6.1e\u003c\/span\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"lul-skill-item\"\u003e\n\u003cspan class=\"lul-skill-check\"\u003e✔\u003c\/span\u003e\u003cspan class=\"lul-skill-text\"\u003eComplete sentences vs. fragments — identification and correction \u003cspan class=\"lul-skill-standard\"\u003eL.6.1e\u003c\/span\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"lul-skill-item\"\u003e\n\u003cspan class=\"lul-skill-check\"\u003e✔\u003c\/span\u003e\u003cspan class=\"lul-skill-text\"\u003eRun-on sentences and comma splices — identification and correction \u003cspan class=\"lul-skill-standard\"\u003eL.6.1e · L.7.1c\u003c\/span\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"lul-skill-item\"\u003e\n\u003cspan class=\"lul-skill-check\"\u003e✔\u003c\/span\u003e\u003cspan class=\"lul-skill-text\"\u003eCombining sentences — using coordinating conjunctions correctly \u003cspan class=\"lul-skill-standard\"\u003eL.6.3a\u003c\/span\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"lul-skill-item\"\u003e\n\u003cspan class=\"lul-skill-check\"\u003e✔\u003c\/span\u003e\u003cspan class=\"lul-skill-text\"\u003eParts of speech — nouns, verbs, adjectives, adverbs in context \u003cspan class=\"lul-skill-standard\"\u003eL.6.1 · L.7.1\u003c\/span\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"lul-skill-item\"\u003e\n\u003cspan class=\"lul-skill-check\"\u003e✔\u003c\/span\u003e\u003cspan class=\"lul-skill-text\"\u003eVerb tense — past, present, future, past perfect \u003cspan class=\"lul-skill-standard\"\u003eL.6.1e · L.7.1c\u003c\/span\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"lul-skill-item\"\u003e\n\u003cspan class=\"lul-skill-check\"\u003e✔\u003c\/span\u003e\u003cspan class=\"lul-skill-text\"\u003eActive vs. passive voice — identification and revision \u003cspan class=\"lul-skill-standard\"\u003eL.8.1b\u003c\/span\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"lul-skill-item\"\u003e\n\u003cspan class=\"lul-skill-check\"\u003e✔\u003c\/span\u003e\u003cspan class=\"lul-skill-text\"\u003eSubject identification — simple subject within a sentence \u003cspan class=\"lul-skill-standard\"\u003eL.6.1\u003c\/span\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"lul-skills-col\"\u003e\n          \u003ch3\u003e📚 Literature Skills — CCSS Reading\u003c\/h3\u003e\n          \u003cdiv class=\"lul-skill-item\"\u003e\n\u003cspan class=\"lul-skill-check\"\u003e✔\u003c\/span\u003e\u003cspan class=\"lul-skill-text\"\u003eCharacter motivation — why characters make the choices they do \u003cspan class=\"lul-skill-standard\"\u003eRL.6.3 · RL.7.3\u003c\/span\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"lul-skill-item\"\u003e\n\u003cspan class=\"lul-skill-check\"\u003e✔\u003c\/span\u003e\u003cspan class=\"lul-skill-text\"\u003eCharacter traits — identifying traits through actions and decisions \u003cspan class=\"lul-skill-standard\"\u003eRL.6.3\u003c\/span\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"lul-skill-item\"\u003e\n\u003cspan class=\"lul-skill-check\"\u003e✔\u003c\/span\u003e\u003cspan class=\"lul-skill-text\"\u003ePlot events and sequence — key events across all 19 chapters \u003cspan class=\"lul-skill-standard\"\u003eRL.6.1 · RL.7.1\u003c\/span\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"lul-skill-item\"\u003e\n\u003cspan class=\"lul-skill-check\"\u003e✔\u003c\/span\u003e\u003cspan class=\"lul-skill-text\"\u003eTheme — greed, courage, friendship, and the value of home \u003cspan class=\"lul-skill-standard\"\u003eRL.6.2 · RL.7.2\u003c\/span\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"lul-skill-item\"\u003e\n\u003cspan class=\"lul-skill-check\"\u003e✔\u003c\/span\u003e\u003cspan class=\"lul-skill-text\"\u003eSymbolism — the ring, the Arkenstone, and what they represent \u003cspan class=\"lul-skill-standard\"\u003eRL.6.4 · RL.7.4\u003c\/span\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"lul-skill-item\"\u003e\n\u003cspan class=\"lul-skill-check\"\u003e✔\u003c\/span\u003e\u003cspan class=\"lul-skill-text\"\u003eInference and text evidence — drawing conclusions from story events \u003cspan class=\"lul-skill-standard\"\u003eRL.6.1 · RL.7.1\u003c\/span\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"lul-skill-item\"\u003e\n\u003cspan class=\"lul-skill-check\"\u003e✔\u003c\/span\u003e\u003cspan class=\"lul-skill-text\"\u003eConflict — internal and external including the Battle of the Five Armies \u003cspan class=\"lul-skill-standard\"\u003eRL.6.3\u003c\/span\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"lul-skill-item\"\u003e\n\u003cspan class=\"lul-skill-check\"\u003e✔\u003c\/span\u003e\u003cspan class=\"lul-skill-text\"\u003eAuthor's craft — narrative choices and storytelling structure \u003cspan class=\"lul-skill-standard\"\u003eRL.6.4 · RL.8.4\u003c\/span\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"lul-skill-item\" style=\"margin-top:24px; padding-top:20px; border-top:1px solid rgba(255,255,255,0.15);\"\u003e\n            \u003cspan class=\"lul-skill-check\" style=\"color:#e8a0f8; font-size:13px;\"\u003e📐\u003c\/span\u003e\n            \u003cspan class=\"lul-skill-text\" style=\"font-size:12.5px;\"\u003e\n              \u003cstrong style=\"color:rgba(255,255,255,0.9);\"\u003eFull Standards Alignment:\u003c\/strong\u003e\u003cbr\u003e\n              CCSS Language: L.6.1, L.6.2, L.6.3, L.7.1, L.7.2, L.8.1, L.8.2\u003cbr\u003e\n              CCSS Reading Literature: RL.6.1, RL.6.2, RL.6.3, RL.6.4, RL.7.1, RL.7.2, RL.7.3, RL.8.4\n            \u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- WHY BAND: PERFECT FOR --\u003e\n  \u003cdiv class=\"lul-why-band\"\u003e\n    \u003cdiv class=\"lul-why-inner\"\u003e\n      \u003ch2 class=\"lul-section-title\"\u003ePerfect for.\u003c\/h2\u003e\n      \u003cp class=\"lul-section-lead\"\u003eOne game. A dozen ways to use it. From whole-class review to independent centers to homeschool family game night.\u003c\/p\u003e\n      \u003cdiv class=\"lul-perfect-grid\"\u003e\n        \u003cdiv class=\"lul-perfect-item\"\u003e\n          \u003cspan class=\"lul-perfect-item-icon\"\u003e📚\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cdiv class=\"lul-perfect-item-text\"\u003eEnd-of-Unit Novel Study Review\u003c\/div\u003e\n            \u003cdiv class=\"lul-perfect-item-sub\"\u003eCovers the full Hobbit from Bag End to the Battle of the Five Armies\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"lul-perfect-item\"\u003e\n          \u003cspan class=\"lul-perfect-item-icon\"\u003e📝\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cdiv class=\"lul-perfect-item-text\"\u003eELA Test Prep\u003c\/div\u003e\n            \u003cdiv class=\"lul-perfect-item-sub\"\u003eGrammar spiral review in a format students actually want to do\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"lul-perfect-item\"\u003e\n          \u003cspan class=\"lul-perfect-item-icon\"\u003e🏫\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cdiv class=\"lul-perfect-item-text\"\u003eLiterature Centers\u003c\/div\u003e\n            \u003cdiv class=\"lul-perfect-item-sub\"\u003eSmall group station format built right into the instruction page\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"lul-perfect-item\"\u003e\n          \u003cspan class=\"lul-perfect-item-icon\"\u003e🧠\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cdiv class=\"lul-perfect-item-text\"\u003eADHD-Friendly Classrooms\u003c\/div\u003e\n            \u003cdiv class=\"lul-perfect-item-sub\"\u003eMovement on every single card — not as an option but as part of the game\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"lul-perfect-item\"\u003e\n          \u003cspan class=\"lul-perfect-item-icon\"\u003e🏡\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cdiv class=\"lul-perfect-item-text\"\u003eHomeschool Enrichment\u003c\/div\u003e\n            \u003cdiv class=\"lul-perfect-item-sub\"\u003eWorks for families — play in teams or one-on-one with a parent reading questions\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"lul-perfect-item\"\u003e\n          \u003cspan class=\"lul-perfect-item-icon\"\u003e⭐\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cdiv class=\"lul-perfect-item-text\"\u003eSub Plans and Game Days\u003c\/div\u003e\n            \u003cdiv class=\"lul-perfect-item-sub\"\u003eRigorous enough to justify, fun enough that students stay on task without you\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- DARK BAND: WHY YOU'LL LOVE IT --\u003e\n  \u003cdiv class=\"lul-dark-band\"\u003e\n    \u003cdiv class=\"lul-dark-inner\"\u003e\n      \u003ch2 class=\"lul-section-title white\"\u003eWhy teachers keep coming back to this one.\u003c\/h2\u003e\n      \u003cp class=\"lul-section-lead white\"\u003eDesigned by a certified ELA teacher with seven years of classroom experience and a philosophy built around the students traditional curriculum leaves behind.\u003c\/p\u003e\n      \u003cdiv class=\"lul-love-list\" style=\"margin-top:28px;\"\u003e\n        \u003cdiv class=\"lul-love-item\"\u003e\n          \u003cdiv class=\"lul-love-icon\" style=\"background:rgba(255,255,255,0.1);\"\u003e🎯\u003c\/div\u003e\n          \u003cdiv class=\"lul-love-text\"\u003e\n            \u003ch4 style=\"color:#e8a0f8;\"\u003eNo Rigor Sacrificed\u003c\/h4\u003e\n            \u003cp style=\"color:rgba(255,255,255,0.78);\"\u003eEvery card targets a real CCSS standard. Students aren't just having fun — they're demonstrating skills the same way they would on an assessment.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"lul-love-item\"\u003e\n          \u003cdiv class=\"lul-love-icon\" style=\"background:rgba(255,255,255,0.1);\"\u003e⚡\u003c\/div\u003e\n          \u003cdiv class=\"lul-love-text\"\u003e\n            \u003ch4 style=\"color:#e8a0f8;\"\u003eGenuinely Low Prep\u003c\/h4\u003e\n            \u003cp style=\"color:rgba(255,255,255,0.78);\"\u003ePrint, cut, and play. No laminating required. No elaborate setup. Works as-is the same day you download it.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"lul-love-item\"\u003e\n          \u003cdiv class=\"lul-love-icon\" style=\"background:rgba(255,255,255,0.1);\"\u003e🔄\u003c\/div\u003e\n          \u003cdiv class=\"lul-love-text\"\u003e\n            \u003ch4 style=\"color:#e8a0f8;\"\u003eThree Formats in One\u003c\/h4\u003e\n            \u003cp style=\"color:rgba(255,255,255,0.78);\"\u003eSmall group station, whole-class projected game, or silent independent review mode. One download flexes across your entire instructional week.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"lul-love-item\"\u003e\n          \u003cdiv class=\"lul-love-icon\" style=\"background:rgba(255,255,255,0.1);\"\u003e🏆\u003c\/div\u003e\n          \u003cdiv class=\"lul-love-text\"\u003e\n            \u003ch4 style=\"color:#e8a0f8;\"\u003eStudents Who Hate Review Will Play This\u003c\/h4\u003e\n            \u003cp style=\"color:rgba(255,255,255,0.78);\"\u003eThe students who check out during traditional review are the exact students this game was designed for. Movement, competition, and Hobbit-themed drama change the experience entirely.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SPECS TABLE --\u003e\n  \u003cdiv class=\"lul-why-band\"\u003e\n    \u003cdiv class=\"lul-why-inner\"\u003e\n      \u003ch2 class=\"lul-section-title\"\u003eProduct details.\u003c\/h2\u003e\n      \u003cp class=\"lul-section-lead\"\u003eEverything you need to know before you add to cart.\u003c\/p\u003e\n      \u003ctable class=\"lul-specs-table\"\u003e\n        \u003ctr\u003e\n\u003ctd\u003eGrade Level\u003c\/td\u003e\n\u003ctd\u003e6th, 7th, and 8th grade ELA\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eFormat\u003c\/td\u003e\n\u003ctd\u003ePDF — instant download, print at home or at a copy center\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eTotal Pages\u003c\/td\u003e\n\u003ctd\u003e23 pages including 2 game boards, 50 game cards, 6 wild cards, 6 character tokens, complete answer key, and instruction page\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eTotal Cards\u003c\/td\u003e\n\u003ctd\u003e56 cards — 50 skill cards + 6 wild cards\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003ePrep Required\u003c\/td\u003e\n\u003ctd\u003ePrint and cut — no laminating required, no extra materials beyond a standard die\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003ePlay Time\u003c\/td\u003e\n\u003ctd\u003eOne class period or across multiple sessions — pacing guidance included\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003ePlayers\u003c\/td\u003e\n\u003ctd\u003e2 or more players or teams — includes whole-class variation for 30+ students\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eStandards\u003c\/td\u003e\n\u003ctd\u003eCCSS Language L.6.1, L.6.2, L.6.3, L.7.1, L.7.2, L.8.1, L.8.2 and CCSS Reading Literature RL.6.1, RL.6.2, RL.6.3, RL.6.4, RL.7.1, RL.7.2, RL.7.3, RL.8.4\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eLicense\u003c\/td\u003e\n\u003ctd\u003eSingle classroom or homeschool use — one teacher or one family only\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003cdiv class=\"lul-section\"\u003e\n    \u003ch2 class=\"lul-section-title\"\u003eFrequently asked questions.\u003c\/h2\u003e\n    \u003cp class=\"lul-section-lead\"\u003eStill deciding? Here are the questions teachers ask most before purchasing.\u003c\/p\u003e\n    \u003cdiv class=\"lul-faq-list\"\u003e\n      \u003cdiv class=\"lul-faq-item\"\u003e\n        \u003cdiv class=\"lul-faq-q\"\u003eDoes this work if my students haven't finished the novel yet?\u003c\/div\u003e\n        \u003cdiv class=\"lul-faq-a\"\u003eThe game is designed as an end-of-unit review, so it works best after students have read the full novel. The 50 cards cover events from all 19 chapters including the ending, so using it mid-novel will create spoilers. It is best saved for your final week of the unit or used as a test prep activity before your novel assessment.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lul-faq-item\"\u003e\n        \u003cdiv class=\"lul-faq-q\"\u003eCan I use this for a whole class of 30 students?\u003c\/div\u003e\n        \u003cdiv class=\"lul-faq-a\"\u003eYes. The instruction page includes a Whole-Class Game variation where you project the board and divide students into two teams. One student draws and reads a card aloud while both teams discuss. This works well with a projector or smartboard for the game board and physical card sets for teams to pass around.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lul-faq-item\"\u003e\n        \u003cdiv class=\"lul-faq-q\"\u003eDo I need a special die or game pieces?\u003c\/div\u003e\n        \u003cdiv class=\"lul-faq-a\"\u003eNo. The game uses a standard six-sided die. For game pieces, the PDF includes six cut-and-fold character tokens — Bilbo, Gandalf, Thorin, Elrond, Smaug, and The Ring. You can also use coins, buttons, or any small classroom object as an alternative piece.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lul-faq-item\"\u003e\n        \u003cdiv class=\"lul-faq-q\"\u003eIs the answer key detailed enough to use without re-reading the novel?\u003c\/div\u003e\n        \u003cdiv class=\"lul-faq-a\"\u003eThe answer key lists the correct answer for all 50 cards by card number. For multiple choice grammar questions, it identifies the correct letter. For open-ended novel questions, it provides the correct or expected answer. Some open-ended questions allow for student interpretation, and those are designed to prompt discussion rather than a single right answer.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lul-faq-item\"\u003e\n        \u003cdiv class=\"lul-faq-q\"\u003eCan I use this for homeschool with just one student?\u003c\/div\u003e\n        \u003cdiv class=\"lul-faq-a\"\u003eYes — the Silent Review Mode variation lets a single student work through the cards independently and track their score. A parent can also play alongside their student, alternating turns, which works particularly well with the wild cards still in the deck for competitive fun.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lul-faq-item\"\u003e\n        \u003cdiv class=\"lul-faq-q\"\u003eDoes this cover the grammar standards I need for 6th, 7th, and 8th grade?\u003c\/div\u003e\n        \u003cdiv class=\"lul-faq-a\"\u003eThe game covers 14 grammar skills aligned to CCSS Language Standards L.6.1 through L.8.2, including subject-verb agreement, pronoun case, prepositional phrases, punctuation, sentence types, run-ons, fragments, verb tense, parts of speech, combining sentences, and active vs. passive voice. This makes it a strong spiral review tool for 7th and 8th grade teachers reinforcing standards introduced in 6th grade as well.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CTA BAND --\u003e\n  \u003cdiv class=\"lul-cta-band\"\u003e\n    \u003ch2\u003eReady to make review feel like an adventure?\u003c\/h2\u003e\n    \u003cp\u003e50 skill-based cards. 6 wild cards. Movement bonuses on every single one. Print, cut, and begin the quest from Bag End today.\u003c\/p\u003e\n    \u003ca href=\"#\" class=\"lul-cta-btn\"\u003eAdd to Cart — Begin the Adventure\u003c\/a\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FOOTER --\u003e\n  \u003cdiv class=\"lul-footer\"\u003e\n    \u003cp\u003e© 2025 Light Up Literature™ Curriculum, LLC. All rights reserved.\u003c\/p\u003e\n    \u003cp\u003eThis resource is licensed for single classroom or homeschool use only. Duplication for multiple teachers, classes, or commercial resale is strictly prohibited. For licensing questions, contact Debra@lightupliteraturecurriculum.com\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Light Up Literature™ Curriculum","offers":[{"title":"Default Title","offer_id":50092268847327,"sku":null,"price":6.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0810\/3038\/1791\/files\/TheHobbitBoardGame.png?v=1780952027","url":"https:\/\/shop.lightupliterature.com\/products\/the-hobbit-board-game-middle-school-ela-review","provider":"Light Up Literature™ Curriculum","version":"1.0","type":"link"}