{"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","url":"https:\/\/shop.lightupliterature.com\/products\/the-hobbit-chapter-4-writing-prompts-grades-6-8-no-prep-ela-no-prep-required","provider":"Light Up Literature™ Curriculum","version":"1.0","type":"link"}