{"product_id":"the-hobbit-chapter-3-writing-prompts-grades-6-8","title":"The Hobbit Chapter 3 Writing Prompts | Grades 6–8","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eThe Hobbit Chapter 3 Writing Prompts | Grades 6–8 | Light Up Literature\u003c\/title\u003e\n\u003cstyle\u003e\n  :root {\n    --purple: #BD10E1;\n    --indigo: #25046B;\n    --indigo-mid: #3a0a8f;\n    --light-purple: #f5e8fc;\n    --text-body: #2d1060;\n    --border-light: #e0cff5;\n  }\n\n  * { box-sizing: border-box; margin: 0; padding: 0; }\n\n  body {\n    font-family: 'Open Sans', sans-serif;\n    color: var(--text-body);\n    background: #fff;\n    line-height: 1.7;\n  }\n\n  h1, h2, h3 {\n    font-family: 'Playfair Display', serif;\n  }\n\n  \/* ── HERO ── *\/\n  .hero {\n    background: linear-gradient(135deg, var(--indigo) 0%, var(--indigo-mid) 60%, #6b1fa8 100%);\n    color: #fff;\n    padding: 64px 24px 56px;\n    text-align: center;\n  }\n\n  .hero .eyebrow {\n    font-family: 'Open Sans', sans-serif;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: #d9b3f7;\n    margin-bottom: 14px;\n  }\n\n  .hero h1 {\n    font-size: clamp(28px, 5vw, 48px);\n    line-height: 1.15;\n    margin-bottom: 16px;\n    color: #fff;\n  }\n\n  .hero .subtitle {\n    font-size: 18px;\n    color: #e0cff5;\n    max-width: 600px;\n    margin: 0 auto 32px;\n  }\n\n  .hero .grade-badge {\n    display: inline-block;\n    background: rgba(255,255,255,0.15);\n    border: 1px solid rgba(255,255,255,0.3);\n    border-radius: 30px;\n    padding: 6px 20px;\n    font-size: 14px;\n    font-weight: 600;\n    color: #f0e0fc;\n    margin-bottom: 36px;\n  }\n\n  .hero .btn-primary {\n    display: inline-block;\n    background: var(--purple);\n    color: #fff;\n    font-family: 'Open Sans', sans-serif;\n    font-weight: 700;\n    font-size: 16px;\n    padding: 16px 40px;\n    border-radius: 6px;\n    text-decoration: none;\n    letter-spacing: 0.5px;\n  }\n\n  \/* ── NOTICE BAR ── *\/\n  .notice-bar {\n    background: var(--light-purple);\n    border-top: 3px solid var(--purple);\n    border-bottom: 3px solid var(--purple);\n    padding: 18px 24px;\n    text-align: center;\n    font-size: 15px;\n    font-weight: 600;\n    color: var(--indigo);\n  }\n\n  .notice-bar span {\n    color: var(--purple);\n  }\n\n  \/* ── TRUST BAR ── *\/\n  .trust-bar {\n    background: #fff;\n    border-bottom: 1px solid var(--border-light);\n    padding: 24px;\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 32px;\n  }\n\n  .trust-item {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    font-size: 14px;\n    font-weight: 600;\n    color: var(--indigo);\n  }\n\n  .trust-icon {\n    font-size: 22px;\n  }\n\n  \/* ── SECTION WRAPPERS ── *\/\n  .section-white {\n    background: #fff;\n    padding: 56px 24px;\n    max-width: 860px;\n    margin: 0 auto;\n  }\n\n  .section-light {\n    background: var(--light-purple);\n    padding: 56px 24px;\n  }\n\n  .section-light .inner {\n    max-width: 860px;\n    margin: 0 auto;\n  }\n\n  .section-dark {\n    background: var(--indigo);\n    padding: 56px 24px;\n    color: #fff;\n  }\n\n  .section-dark .inner {\n    max-width: 860px;\n    margin: 0 auto;\n  }\n\n  \/* ── WHY BAND ── *\/\n  .why-band {\n    background: var(--light-purple);\n    padding: 56px 24px;\n  }\n\n  .why-band .inner {\n    max-width: 860px;\n    margin: 0 auto;\n  }\n\n  \/* ── HEADINGS ── *\/\n  .section-label {\n    font-family: 'Open Sans', sans-serif;\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: var(--purple);\n    margin-bottom: 10px;\n  }\n\n  .section-heading {\n    font-size: clamp(22px, 4vw, 34px);\n    color: var(--indigo);\n    margin-bottom: 18px;\n    line-height: 1.25;\n  }\n\n  .section-dark .section-heading,\n  .section-dark .section-label {\n    color: #fff;\n  }\n\n  .section-dark .section-label {\n    color: #d9b3f7;\n  }\n\n  .section-intro {\n    font-size: 16px;\n    color: var(--text-body);\n    margin-bottom: 36px;\n    max-width: 700px;\n  }\n\n  .section-dark .section-intro {\n    color: #e0cff5;\n  }\n\n  \/* ── CARD GRID ── *\/\n  .card-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n    gap: 20px;\n    margin-top: 8px;\n  }\n\n  .card {\n    background: #fff;\n    border: 1px solid var(--border-light);\n    border-radius: 10px;\n    padding: 24px 20px;\n  }\n\n  .card .card-icon {\n    font-size: 28px;\n    margin-bottom: 10px;\n  }\n\n  .card h3 {\n    font-size: 16px;\n    color: var(--indigo);\n    margin-bottom: 8px;\n  }\n\n  .card p {\n    font-size: 14px;\n    color: var(--text-body);\n    line-height: 1.6;\n  }\n\n  .card-dark {\n    background: rgba(255,255,255,0.08);\n    border: 1px solid rgba(255,255,255,0.15);\n    border-radius: 10px;\n    padding: 24px 20px;\n  }\n\n  .card-dark h3 {\n    font-size: 16px;\n    color: #fff;\n    margin-bottom: 8px;\n  }\n\n  .card-dark p {\n    font-size: 14px;\n    color: #e0cff5;\n    line-height: 1.6;\n  }\n\n  \/* ── QUOTE BLOCK ── *\/\n  .quote-block {\n    border-left: 4px solid var(--purple);\n    padding: 20px 24px;\n    margin: 32px 0;\n    background: var(--light-purple);\n    border-radius: 0 8px 8px 0;\n  }\n\n  .quote-block p {\n    font-size: 17px;\n    font-style: italic;\n    color: var(--indigo);\n    line-height: 1.7;\n  }\n\n  .quote-block .quote-attr {\n    font-size: 13px;\n    font-style: normal;\n    font-weight: 700;\n    color: var(--purple);\n    margin-top: 10px;\n  }\n\n  \/* ── PROMPT LIST ── *\/\n  .prompt-list {\n    list-style: none;\n    margin-top: 8px;\n  }\n\n  .prompt-list li {\n    display: flex;\n    gap: 14px;\n    padding: 14px 0;\n    border-bottom: 1px solid var(--border-light);\n    align-items: flex-start;\n  }\n\n  .prompt-list li:last-child {\n    border-bottom: none;\n  }\n\n  .prompt-list .p-icon {\n    font-size: 22px;\n    flex-shrink: 0;\n    margin-top: 2px;\n  }\n\n  .prompt-list .p-content h4 {\n    font-family: 'Open Sans', sans-serif;\n    font-size: 15px;\n    font-weight: 700;\n    color: var(--indigo);\n    margin-bottom: 4px;\n  }\n\n  .prompt-list .p-content p {\n    font-size: 14px;\n    color: var(--text-body);\n  }\n\n  \/* ── FRAMEWORK BOXES ── *\/\n  .framework-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n    gap: 18px;\n    margin-top: 8px;\n  }\n\n  .framework-box {\n    border: 2px solid var(--purple);\n    border-radius: 10px;\n    padding: 20px;\n  }\n\n  .framework-box h3 {\n    font-size: 15px;\n    color: var(--purple);\n    margin-bottom: 10px;\n    font-family: 'Open Sans', sans-serif;\n    font-weight: 700;\n  }\n\n  .framework-box ul {\n    list-style: none;\n  }\n\n  .framework-box ul li {\n    font-size: 14px;\n    color: var(--text-body);\n    padding: 3px 0;\n  }\n\n  .framework-box ul li strong {\n    color: var(--indigo);\n  }\n\n  \/* ── GRADE LEVELS ── *\/\n  .grade-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n    gap: 16px;\n    margin-top: 8px;\n  }\n\n  .grade-box {\n    background: #fff;\n    border-radius: 10px;\n    padding: 22px 18px;\n    border-top: 4px solid var(--purple);\n  }\n\n  .grade-box h3 {\n    font-size: 16px;\n    color: var(--indigo);\n    margin-bottom: 8px;\n    font-family: 'Open Sans', sans-serif;\n    font-weight: 700;\n  }\n\n  .grade-box p {\n    font-size: 14px;\n    color: var(--text-body);\n    line-height: 1.6;\n  }\n\n  \/* ── SPECS TABLE ── *\/\n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-top: 8px;\n  }\n\n  .specs-table tr {\n    border-bottom: 1px solid var(--border-light);\n  }\n\n  .specs-table tr:last-child {\n    border-bottom: none;\n  }\n\n  .specs-table td {\n    padding: 12px 8px;\n    font-size: 14px;\n    vertical-align: top;\n  }\n\n  .specs-table td:first-child {\n    font-weight: 700;\n    color: var(--indigo);\n    width: 38%;\n    white-space: nowrap;\n  }\n\n  .specs-table td:last-child {\n    color: var(--text-body);\n  }\n\n  \/* ── FAQ ── *\/\n  .faq-list {\n    list-style: none;\n    margin-top: 8px;\n  }\n\n  .faq-item {\n    border: 1px solid var(--border-light);\n    border-radius: 8px;\n    margin-bottom: 12px;\n    padding: 20px;\n  }\n\n  .faq-item h4 {\n    font-family: 'Open Sans', sans-serif;\n    font-size: 15px;\n    font-weight: 700;\n    color: var(--indigo);\n    margin-bottom: 8px;\n  }\n\n  .faq-item p {\n    font-size: 14px;\n    color: var(--text-body);\n    line-height: 1.65;\n  }\n\n  \/* ── CTA BAND ── *\/\n  .cta-band {\n    background: linear-gradient(135deg, var(--indigo) 0%, #6b1fa8 100%);\n    padding: 64px 24px;\n    text-align: center;\n    color: #fff;\n  }\n\n  .cta-band h2 {\n    font-size: clamp(24px, 4vw, 36px);\n    margin-bottom: 14px;\n    color: #fff;\n  }\n\n  .cta-band p {\n    font-size: 16px;\n    color: #e0cff5;\n    max-width: 520px;\n    margin: 0 auto 32px;\n  }\n\n  .btn-white {\n    display: inline-block;\n    background: #fff;\n    color: var(--indigo);\n    font-family: 'Open Sans', sans-serif;\n    font-weight: 700;\n    font-size: 16px;\n    padding: 16px 40px;\n    border-radius: 6px;\n    text-decoration: none;\n  }\n\n  \/* ── FOOTER ── *\/\n  .page-footer {\n    background: var(--indigo);\n    border-top: 3px solid var(--purple);\n    padding: 28px 24px;\n    text-align: center;\n  }\n\n  .page-footer p {\n    font-size: 13px;\n    color: #c9a8f0;\n    line-height: 1.7;\n  }\n\n  .page-footer a {\n    color: #d9b3f7;\n    text-decoration: none;\n  }\n\n  \/* ── CHECKLIST ── *\/\n  .check-list {\n    list-style: none;\n    margin-top: 8px;\n  }\n\n  .check-list li {\n    padding: 8px 0;\n    padding-left: 28px;\n    position: relative;\n    font-size: 15px;\n    color: var(--text-body);\n    border-bottom: 1px solid var(--border-light);\n  }\n\n  .check-list li:last-child { border-bottom: none; }\n\n  .check-list li::before {\n    content: \"✓\";\n    position: absolute;\n    left: 0;\n    color: var(--purple);\n    font-weight: 700;\n  }\n\n  .section-dark .check-list li {\n    color: #e0cff5;\n    border-color: rgba(255,255,255,0.12);\n  }\n\n  .section-dark .check-list li::before {\n    color: #d9b3f7;\n  }\n\n  @media (max-width: 600px) {\n    .trust-bar { gap: 18px; }\n    .card-grid { grid-template-columns: 1fr; }\n    .framework-grid { grid-template-columns: 1fr; }\n    .grade-grid { grid-template-columns: 1fr; }\n  }\n\u003c\/style\u003e\n\n\n\n\u003c!-- ── HERO ── --\u003e\n\u003csection class=\"hero\"\u003e\n  \u003cp class=\"eyebrow\"\u003eThe Hobbit Novel Study · Chapter 3\u003c\/p\u003e\n  \u003ch1\u003eNo-Prep Writing Prompts\u003cbr\u003efor \"A Short Rest\"\u003c\/h1\u003e\n  \u003cp class=\"subtitle\"\u003eSix analytical writing prompts with differentiated scaffolding, three grade-level versions, and a complete Teacher \u0026amp; Parent Support Guide — ready to use the moment you open it.\u003c\/p\u003e\n  \u003cdiv class=\"grade-badge\"\u003eGrades 6–8 · Common Core Aligned\u003c\/div\u003e\n\u003cbr\u003e\n  \u003ca href=\"#\" class=\"btn-primary\"\u003eAdd to Cart\u003c\/a\u003e\n\u003c\/section\u003e\n\n\u003c!-- ── NOTICE BAR ── --\u003e\n\u003cdiv class=\"notice-bar\"\u003e\n  Part of the complete \u003cspan\u003eHobbit Novel Study series\u003c\/span\u003e — each chapter builds the same skills your student will carry through every text they read.\n\u003c\/div\u003e\n\n\u003c!-- ── TRUST BAR ── --\u003e\n\u003cdiv class=\"trust-bar\"\u003e\n  \u003cdiv class=\"trust-item\"\u003e\n\u003cspan class=\"trust-icon\"\u003e📄\u003c\/span\u003e No-Prep PDF\u003c\/div\u003e\n  \u003cdiv class=\"trust-item\"\u003e\n\u003cspan class=\"trust-icon\"\u003e🎯\u003c\/span\u003e 3 Grade Levels Included\u003c\/div\u003e\n  \u003cdiv class=\"trust-item\"\u003e\n\u003cspan class=\"trust-icon\"\u003e🧠\u003c\/span\u003e ADHD-Friendly\u003c\/div\u003e\n  \u003cdiv class=\"trust-item\"\u003e\n\u003cspan class=\"trust-icon\"\u003e✅\u003c\/span\u003e Rubric Included\u003c\/div\u003e\n  \u003cdiv class=\"trust-item\"\u003e\n\u003cspan class=\"trust-icon\"\u003e🏠\u003c\/span\u003e Classroom \u0026amp; Homeschool\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ── WHY THIS CHAPTER ── --\u003e\n\u003csection class=\"why-band\"\u003e\n  \u003cdiv class=\"inner\"\u003e\n    \u003cp class=\"section-label\"\u003eWhy This Chapter Matters\u003c\/p\u003e\n    \u003ch2 class=\"section-heading\"\u003eChapter 3 Is Quiet — and That's the Point\u003c\/h2\u003e\n    \u003cp class=\"section-intro\"\u003eAfter the chaos of the troll scene in Chapter 2, Tolkien gives the company — and your student — a moment to breathe in Rivendell. That breathing room is not a pause in the story. It is the story doing something important. These prompts are built to help your student see what Tolkien is building in the stillness, not just what he is doing when things are on fire.\u003c\/p\u003e\n\n    \u003cdiv class=\"card-grid\"\u003e\n      \u003cdiv class=\"card\"\u003e\n        \u003cdiv class=\"card-icon\"\u003e🔎\u003c\/div\u003e\n        \u003ch3\u003eCharacter as Argument\u003c\/h3\u003e\n        \u003cp\u003eElrond isn't just a wise elf — he is Tolkien making a claim about what wisdom actually is. Students learn to read a character as an authorial argument.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"card\"\u003e\n        \u003cdiv class=\"card-icon\"\u003e✏️\u003c\/div\u003e\n        \u003ch3\u003eForm Carries Meaning\u003c\/h3\u003e\n        \u003cp\u003eThe elf song does something a description never could. Students analyze how a song functions differently than narration — a craft skill that transfers to every genre.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"card\"\u003e\n        \u003cdiv class=\"card-icon\"\u003e💡\u003c\/div\u003e\n        \u003ch3\u003eContrast as Theme\u003c\/h3\u003e\n        \u003cp\u003eTolkien places Elrond and Thorin side by side on purpose. Students learn to read structural placement as thematic argument — not just character comparison.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"card\"\u003e\n        \u003cdiv class=\"card-icon\"\u003e🗝️\u003c\/div\u003e\n        \u003ch3\u003eHidden Knowledge\u003c\/h3\u003e\n        \u003cp\u003eThe moon-letters device asks students to think about why some truths can only be seen when the conditions are right — a thematic idea with real-world resonance.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- ── WHAT'S INCLUDED ── --\u003e\n\u003csection class=\"section-dark\"\u003e\n  \u003cdiv class=\"inner\"\u003e\n    \u003cp class=\"section-label\" style=\"color:#d9b3f7;\"\u003eWhat's Included\u003c\/p\u003e\n    \u003ch2 class=\"section-heading\"\u003eSix Prompts. Three Grade Levels. One Coherent System.\u003c\/h2\u003e\n    \u003cp class=\"section-intro\"\u003eEvery prompt in this resource is built around a specific analytical skill — not just a question about the plot. Here is what your student will write.\u003c\/p\u003e\n\n    \u003cul class=\"prompt-list\" style=\"border-color:rgba(255,255,255,0.12);\"\u003e\n      \u003cli style=\"border-color:rgba(255,255,255,0.12);\"\u003e\n        \u003cspan class=\"p-icon\"\u003e🔎\u003c\/span\u003e\n        \u003cdiv class=\"p-content\"\u003e\n          \u003ch4 style=\"color:#fff;\"\u003eTREES™ Prompt 1 — Character Analysis\u003c\/h4\u003e\n          \u003cp style=\"color:#e0cff5;\"\u003eWhat Elrond's character reveals about the kind of wisdom Tolkien values most. Students read a character not as a person but as an authorial argument.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n      \u003cli style=\"border-color:rgba(255,255,255,0.12);\"\u003e\n        \u003cspan class=\"p-icon\"\u003e✏️\u003c\/span\u003e\n        \u003cdiv class=\"p-content\"\u003e\n          \u003ch4 style=\"color:#fff;\"\u003eTREES™ Prompt 2 — Author's Craft\u003c\/h4\u003e\n          \u003cp style=\"color:#e0cff5;\"\u003eHow Tolkien uses the elf song as a craft choice. Students analyze what a song accomplishes that narration or dialogue cannot.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n      \u003cli style=\"border-color:rgba(255,255,255,0.12);\"\u003e\n        \u003cspan class=\"p-icon\"\u003e💡\u003c\/span\u003e\n        \u003cdiv class=\"p-content\"\u003e\n          \u003ch4 style=\"color:#fff;\"\u003eTREES™ Prompt 3 — Theme \/ Central Idea\u003c\/h4\u003e\n          \u003cp style=\"color:#e0cff5;\"\u003eWisdom and beauty as more powerful forces than strength and ambition. Students read contrast as thematic argument — not just character description.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n      \u003cli style=\"border-color:rgba(255,255,255,0.12);\"\u003e\n        \u003cspan class=\"p-icon\"\u003e🪞\u003c\/span\u003e\n        \u003cdiv class=\"p-content\"\u003e\n          \u003ch4 style=\"color:#fff;\"\u003eTREES™ Prompt 4 — Reflective Writing\u003c\/h4\u003e\n          \u003cp style=\"color:#e0cff5;\"\u003eA place in your own life that feels like a refuge. Students use personal experience as a lens to understand what Tolkien builds into Rivendell structurally.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n      \u003cli style=\"border-color:rgba(255,255,255,0.12);\"\u003e\n        \u003cspan class=\"p-icon\"\u003e🎨\u003c\/span\u003e\n        \u003cdiv class=\"p-content\"\u003e\n          \u003ch4 style=\"color:#fff;\"\u003eTREES™ Prompt 5 — Creative Writing\u003c\/h4\u003e\n          \u003cp style=\"color:#e0cff5;\"\u003eA secret message that can only be read under unusual circumstances. Students inhabit the thematic logic of the moon-letters and connect it to the theme of hidden knowledge.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n      \u003cli style=\"border-color:none; border:none;\"\u003e\n        \u003cspan class=\"p-icon\"\u003e📊\u003c\/span\u003e\n        \u003cdiv class=\"p-content\"\u003e\n          \u003ch4 style=\"color:#fff;\"\u003eP.R.O.V.E.™ Prompt — Analytical Writing (3 Grade Levels)\u003c\/h4\u003e\n          \u003cp style=\"color:#e0cff5;\"\u003eDid Tolkien actually prove that wisdom is more powerful than strength — or did he just write a beautiful chapter and expect you to agree? Students evaluate the argument at 6th, 7th, or 8th grade depth.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- ── THREE FRAMEWORKS ── --\u003e\n\u003csection class=\"section-white\"\u003e\n  \u003cp class=\"section-label\"\u003eThe Writing System\u003c\/p\u003e\n  \u003ch2 class=\"section-heading\"\u003eThree Frameworks. One Consistent Structure.\u003c\/h2\u003e\n  \u003cp class=\"section-intro\"\u003eEvery prompt in this resource uses one of three proprietary writing frameworks — so your student is never staring at a blank page, and you are never guessing what to say next.\u003c\/p\u003e\n\n  \u003cdiv class=\"framework-grid\"\u003e\n    \u003cdiv class=\"framework-box\"\u003e\n      \u003ch3\u003eTREES™ — Short Answer\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eT —\u003c\/strong\u003e Topic: Make a clear claim\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eR —\u003c\/strong\u003e Reason: Support your claim\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eE —\u003c\/strong\u003e Example: Text evidence\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eE —\u003c\/strong\u003e Explain: Connect to claim\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eS —\u003c\/strong\u003e Summarize: Restate powerfully\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"framework-box\"\u003e\n      \u003ch3\u003eP.R.O.V.E.™ — Analytical\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eP —\u003c\/strong\u003e Point: What is the claim?\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eR —\u003c\/strong\u003e Reasons: What supports it?\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eO —\u003c\/strong\u003e Observe: What evidence is used?\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eV —\u003c\/strong\u003e Verify: Does it hold up?\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eE —\u003c\/strong\u003e Evaluate: How strong overall?\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"framework-box\"\u003e\n      \u003ch3\u003eTHREE TREES GROW™ — Essay\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eTHREE —\u003c\/strong\u003e Introduction structure\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eTREES —\u003c\/strong\u003e Each body paragraph\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eG —\u003c\/strong\u003e Give a recommendation\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eR —\u003c\/strong\u003e Restate thesis\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eO\/W —\u003c\/strong\u003e Offer a suggestion · Wow\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"quote-block\" style=\"margin-top:36px;\"\u003e\n    \u003cp\u003e\"A strong response is not necessarily a long response. It is a connected response — the claim leads to the reason, the reason leads to the evidence, the evidence leads to the explanation, and the explanation leads back to the claim.\"\u003c\/p\u003e\n    \u003cp class=\"quote-attr\"\u003e— Light Up Literature™ TREES™ Framework Guide\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- ── THREE GRADE LEVELS ── --\u003e\n\u003csection class=\"why-band\"\u003e\n  \u003cdiv class=\"inner\"\u003e\n    \u003cp class=\"section-label\"\u003eDifferentiated by Design\u003c\/p\u003e\n    \u003ch2 class=\"section-heading\"\u003eOne Claim. Three Grade-Level Versions.\u003c\/h2\u003e\n    \u003cp class=\"section-intro\"\u003eThe P.R.O.V.E.™ prompt comes in three versions — built for the same analytical claim at three levels of sophistication. You choose the right fit for your student. Moving a student down a level is not a failure. It is good teaching.\u003c\/p\u003e\n\n    \u003cdiv class=\"grade-grid\"\u003e\n      \u003cdiv class=\"grade-box\"\u003e\n        \u003ch3\u003e6th Grade\u003c\/h3\u003e\n        \u003cp\u003eFind the point and identify the support. Students locate what Tolkien is arguing and what evidence he uses. The most concrete version — focused on identification and basic connection.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"grade-box\"\u003e\n        \u003ch3\u003e7th Grade\u003c\/h3\u003e\n        \u003cp\u003eTest whether the reasoning holds together. Students evaluate whether the evidence actually supports the point. The analytical leap — from finding an argument to judging one.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"grade-box\"\u003e\n        \u003ch3\u003e8th Grade\u003c\/h3\u003e\n        \u003cp\u003eJudge the credibility and full strength of the argument. Students assess whether Tolkien earns his claim or assumes it — and what a skeptical reader would still need. The most sophisticated version.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- ── ADHD \/ SUPPORT GUIDE ── --\u003e\n\u003csection class=\"section-dark\"\u003e\n  \u003cdiv class=\"inner\"\u003e\n    \u003cp class=\"section-label\" style=\"color:#d9b3f7;\"\u003eBuilt for Real Learners\u003c\/p\u003e\n    \u003ch2 class=\"section-heading\"\u003eEvery Prompt Comes with a Coaching Guide\u003c\/h2\u003e\n    \u003cp class=\"section-intro\"\u003eThe Teacher \u0026amp; Parent Support Guide tells you exactly what to say — before your student writes, while they are writing, and after they finish. No teaching degree required.\u003c\/p\u003e\n\n    \u003cdiv class=\"card-grid\"\u003e\n      \u003cdiv class=\"card-dark\"\u003e\n        \u003ch3\u003eFor the ADHD Learner\u003c\/h3\u003e\n        \u003cp\u003eConcrete pre-write strategies that break each prompt into manageable entry points before a single sentence is written.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"card-dark\"\u003e\n        \u003ch3\u003eFor the Reluctant Writer\u003c\/h3\u003e\n        \u003cp\u003eOral conversation starters that turn the student's genuine opinion into a claim — so the analytical structure never feels mechanical.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"card-dark\"\u003e\n        \u003ch3\u003eFor the Smart but Insecure Writer\u003c\/h3\u003e\n        \u003cp\u003eCoaching notes that validate sophisticated counterintuitive readings — so the student who wants to push back knows that is the stronger choice.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"card-dark\"\u003e\n        \u003ch3\u003eDiscussion Before Writing\u003c\/h3\u003e\n        \u003cp\u003eOne anchor question per chapter that activates thinking for every prompt — and a follow-up for students who answer too quickly.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- ── SPECS TABLE ── --\u003e\n\u003csection class=\"section-white\"\u003e\n  \u003cp class=\"section-label\"\u003eProduct Details\u003c\/p\u003e\n  \u003ch2 class=\"section-heading\"\u003eWhat You Get\u003c\/h2\u003e\n\n  \u003ctable class=\"specs-table\"\u003e\n    \u003ctr\u003e\n\u003ctd\u003eGrade Level\u003c\/td\u003e\n\u003ctd\u003eGrades 6, 7, and 8 — all included in one file\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eFormat\u003c\/td\u003e\n\u003ctd\u003ePrintable PDF — no prep, no editing required\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eChapter Covered\u003c\/td\u003e\n\u003ctd\u003eChapter 3: \"A Short Rest\" — \u003cem\u003eThe Hobbit\u003c\/em\u003e by J.R.R. Tolkien\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003ePrompts Included\u003c\/td\u003e\n\u003ctd\u003e5 TREES™ short answer prompts + 1 P.R.O.V.E.™ analytical prompt (3 grade-level versions)\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eWriting Frameworks\u003c\/td\u003e\n\u003ctd\u003eTREES™, P.R.O.V.E.™, and THREE TREES GROW™ — with sentence stems and step-by-step scaffolding\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eTeacher Support\u003c\/td\u003e\n\u003ctd\u003eFull Teacher \u0026amp; Parent Support Guide with per-prompt coaching notes, ADHD accommodations, suggested sequences, and discussion starters\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eRubric\u003c\/td\u003e\n\u003ctd\u003eIncluded — TREES™, P.R.O.V.E.™, and THREE TREES GROW™ rubrics with growth checklists and gradebook scoring scale\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eStandards Alignment\u003c\/td\u003e\n\u003ctd\u003eCommon Core ELA Standards — Reading Literature, Writing, and Language strands, Grades 6–8\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eBest For\u003c\/td\u003e\n\u003ctd\u003eClassroom teachers, homeschool families, tutors, and co-ops\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eUsage\u003c\/td\u003e\n\u003ctd\u003ePersonal classroom and homeschool use only. See licensing terms for multi-teacher use.\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003c\/table\u003e\n\u003c\/section\u003e\n\n\u003c!-- ── FAQ ── --\u003e\n\u003csection class=\"why-band\"\u003e\n  \u003cdiv class=\"inner\"\u003e\n    \u003cp class=\"section-label\"\u003eCommon Questions\u003c\/p\u003e\n    \u003ch2 class=\"section-heading\"\u003eBefore You Buy\u003c\/h2\u003e\n\n    \u003cul class=\"faq-list\"\u003e\n      \u003cli class=\"faq-item\"\u003e\n        \u003ch4\u003eDo I need to have read The Hobbit to use this?\u003c\/h4\u003e\n        \u003cp\u003eNo. The Teacher \u0026amp; Parent Support Guide tells you exactly what matters in Chapter 3 and what your student's writing should be trying to accomplish. You need the guide, a little time, and the willingness to sit alongside your student as they figure out how to say what they think. That is the whole job.\u003c\/p\u003e\n      \u003c\/li\u003e\n      \u003cli class=\"faq-item\"\u003e\n        \u003ch4\u003eDo all three grade levels come in the same file?\u003c\/h4\u003e\n        \u003cp\u003eYes. One purchase includes the 6th, 7th, and 8th grade versions of the P.R.O.V.E.™ prompt. You choose the version that fits your student. If your student flies through it easily, move up. If they struggle significantly, move down. The level is a tool, not a label.\u003c\/p\u003e\n      \u003c\/li\u003e\n      \u003cli class=\"faq-item\"\u003e\n        \u003ch4\u003eDoes my student need to have done Chapters 1 and 2 first?\u003c\/h4\u003e\n        \u003cp\u003eThe TREES™ and P.R.O.V.E.™ frameworks are explained in the Chapter 1 guide. Beginning with Chapter 2 (and this resource), a Quick Reference card is included so students can use the frameworks without going back to Chapter 1. Each chapter is also designed to build on the thinking of earlier chapters — so sequential use is recommended, but each prompt stands on its own.\u003c\/p\u003e\n      \u003c\/li\u003e\n      \u003cli class=\"faq-item\"\u003e\n        \u003ch4\u003eIs this right for homeschool families?\u003c\/h4\u003e\n        \u003cp\u003eYes — the Teacher \u0026amp; Parent Support Guide was written with homeschool parents explicitly in mind. There is a dedicated \"A Note for Homeschool Parents\" section in each chapter guide, and the rubric includes a note on using the Growth Checklist without formal grades if that better serves your student.\u003c\/p\u003e\n      \u003c\/li\u003e\n      \u003cli class=\"faq-item\"\u003e\n        \u003ch4\u003eHow is this different from a regular worksheet?\u003c\/h4\u003e\n        \u003cp\u003eEvery prompt in this resource is built around a specific analytical skill — not just a comprehension question. The sentence stems remove blank-page paralysis, but the goal over time is to move your student off the stems entirely. The support guide tells you exactly how to coach that transition. The frameworks are also cumulative: every TREES™ paragraph your student writes is a body paragraph in disguise, building toward the essay prompts in Chapters 5, 9, 13, and 19.\u003c\/p\u003e\n      \u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- ── CTA BAND ── --\u003e\n\u003csection class=\"cta-band\"\u003e\n  \u003ch2\u003eReady to light up Chapter 3?\u003c\/h2\u003e\n  \u003cp\u003eDownload today and have everything you need — prompts, scaffolding, coaching guide, and rubric — in one no-prep file.\u003c\/p\u003e\n  \u003ca href=\"#\" class=\"btn-white\"\u003eAdd to Cart\u003c\/a\u003e\n\u003c\/section\u003e\n\n\u003c!-- ── FOOTER ── --\u003e\n\u003cfooter class=\"page-footer\"\u003e\n  \u003cp\u003e\n    © 2025 Light Up Literature™ Curriculum, LLC. All rights reserved.\u003cbr\u003e\n    \u003ca href=\"https:\/\/shop.lightupliterature.com\"\u003eshop.lightupliterature.com\u003c\/a\u003e  | \n    \u003ca href=\"mailto:debra@lightupliteraturecurriculum.com\"\u003edebra@lightupliteraturecurriculum.com\u003c\/a\u003e\u003cbr\u003e\u003cbr\u003e\n    For classroom and personal homeschool use only. This resource may not be distributed, uploaded, or shared in any public or commercial way.\n  \u003c\/p\u003e\n\u003c\/footer\u003e\n\n\n\u003c\/body\u003e","brand":"Light Up Literature™ Curriculum","offers":[{"title":"Default Title","offer_id":49869796770015,"sku":null,"price":4.75,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0810\/3038\/1791\/files\/TheHobbitChapter3WritingPrompts.png?v=1780341055","url":"https:\/\/shop.lightupliterature.com\/products\/the-hobbit-chapter-3-writing-prompts-grades-6-8","provider":"Light Up Literature™ Curriculum","version":"1.0","type":"link"}