{"product_id":"digital-product-4","title":"6th Grade Tone \u0026 Mood Worksheets | Nonfiction Reading Passages \u0026 Answer Keys | No-Prep ELA Test Prep","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\u003e6th Grade Tone \u0026amp; Mood Worksheets | Nonfiction Reading Passages | No-Prep ELA Activities \u0026amp; Answer Keys | Light Up Literature\u003c\/title\u003e\n\u003cmeta name=\"description\" content=\"Three high-interest nonfiction passages on flight, kites, and electric motors — 30 rigorous multiple-choice questions targeting tone, mood, and author's attitude. Fully expanded answer key. No prep. RL.6.4, RI.6.6.\"\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026amp;family=Playfair+Display:wght@700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  :root {\n    --purple: #BD10E1;\n    --indigo: #25046B;\n    --indigo-light: #3a0999;\n    --indigo-faint: #f3effb;\n    --indigo-mid: #e8e0f8;\n    --white: #ffffff;\n    --text-body: #2d2d2d;\n    --text-muted: #5a5a7a;\n    --border: #e2daf0;\n    --green: #1a7f4b;\n    --green-bg: #edf7f2;\n  }\n\n  * { box-sizing: border-box; margin: 0; padding: 0; }\n\n  body {\n    font-family: 'Open Sans', sans-serif;\n    font-size: 14px;\n    line-height: 1.85;\n    color: var(--text-body);\n    background: var(--white);\n  }\n\n  \/* ── HERO ── *\/\n  .hero {\n    background: var(--indigo);\n    padding: 4rem 2rem 3.5rem;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: '';\n    position: absolute;\n    top: -60px; right: -60px;\n    width: 280px; height: 280px;\n    border-radius: 50%;\n    background: rgba(189,16,225,0.12);\n    pointer-events: none;\n  }\n  .hero::after {\n    content: '';\n    position: absolute;\n    bottom: -80px; left: -40px;\n    width: 220px; height: 220px;\n    border-radius: 50%;\n    background: rgba(189,16,225,0.08);\n    pointer-events: none;\n  }\n  .hero-inner { position: relative; z-index: 1; max-width: 760px; margin: 0 auto; }\n\n  .hero-badge {\n    display: inline-block;\n    background: rgba(189,16,225,0.25);\n    border: 1px solid rgba(189,16,225,0.5);\n    color: #e89df5;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    padding: 0.35rem 1rem;\n    border-radius: 20px;\n    margin-bottom: 1.4rem;\n  }\n\n  .hero h1 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(24px, 4vw, 38px);\n    font-weight: 700;\n    color: var(--white);\n    line-height: 1.25;\n    margin-bottom: 1.2rem;\n  }\n  .hero h1 span { color: #d97df5; }\n\n  .hero-sub {\n    font-size: 15px;\n    color: rgba(255,255,255,0.8);\n    max-width: 620px;\n    margin: 0 auto 2rem;\n    line-height: 1.8;\n  }\n\n  .hero-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 0.5rem;\n    justify-content: center;\n    margin-bottom: 2rem;\n  }\n  .hero-tag {\n    background: rgba(255,255,255,0.1);\n    border: 1px solid rgba(255,255,255,0.2);\n    color: rgba(255,255,255,0.85);\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n    padding: 0.3rem 0.8rem;\n    border-radius: 4px;\n  }\n\n  .hero-stats {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 1.5rem;\n    justify-content: center;\n  }\n  .stat { text-align: center; }\n  .stat-number {\n    display: block;\n    font-family: 'Playfair Display', serif;\n    font-size: 28px;\n    font-weight: 700;\n    color: #d97df5;\n    line-height: 1;\n  }\n  .stat-label {\n    font-size: 11px;\n    font-weight: 600;\n    color: rgba(255,255,255,0.65);\n    letter-spacing: 0.05em;\n    text-transform: uppercase;\n    margin-top: 0.25rem;\n  }\n\n  \/* ── LAYOUT ── *\/\n  .content {\n    max-width: 780px;\n    margin: 0 auto;\n    padding: 0 1.5rem;\n  }\n  .section {\n    padding: 3rem 0 2.5rem;\n    border-bottom: 1px solid var(--border);\n  }\n  .section:last-child { border-bottom: none; }\n\n  .section-label {\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: var(--purple);\n    margin-bottom: 0.5rem;\n  }\n\n  h2 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(20px, 3vw, 26px);\n    font-weight: 700;\n    color: var(--indigo);\n    line-height: 1.35;\n    margin-bottom: 1rem;\n  }\n\n  h3 {\n    font-size: 14px;\n    font-weight: 700;\n    color: var(--indigo);\n    margin: 1.6rem 0 0.4rem;\n  }\n\n  p { margin-bottom: 1rem; color: var(--text-body); }\n\n  \/* ── PASSAGE CARDS ── *\/\n  .passage-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 1rem;\n    margin-top: 1.5rem;\n  }\n  .passage-card {\n    background: var(--indigo-faint);\n    border: 1px solid var(--border);\n    border-top: 4px solid var(--purple);\n    border-radius: 6px;\n    padding: 1.3rem 1.2rem;\n    text-align: center;\n  }\n  .passage-icon {\n    font-size: 28px;\n    margin-bottom: 0.5rem;\n    display: block;\n  }\n  .passage-title {\n    font-family: 'Playfair Display', serif;\n    font-size: 15px;\n    font-weight: 700;\n    color: var(--indigo);\n    margin-bottom: 0.4rem;\n  }\n  .passage-detail {\n    font-size: 12px;\n    color: var(--text-muted);\n    line-height: 1.6;\n  }\n  .passage-tag {\n    display: inline-block;\n    margin-top: 0.65rem;\n    background: var(--indigo-mid);\n    color: var(--indigo);\n    font-size: 10.5px;\n    font-weight: 700;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n    padding: 0.2rem 0.6rem;\n    border-radius: 3px;\n  }\n\n  \/* ── WHAT'S INSIDE ── *\/\n  .contents-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n    gap: 1rem;\n    margin-top: 1.5rem;\n  }\n  .content-card {\n    background: var(--indigo-faint);\n    border: 1px solid var(--border);\n    border-left: 4px solid var(--purple);\n    border-radius: 6px;\n    padding: 1.1rem 1.2rem;\n  }\n  .content-card-title {\n    font-weight: 700;\n    color: var(--indigo);\n    font-size: 13px;\n    margin-bottom: 0.35rem;\n  }\n  .content-card-detail {\n    font-size: 12.5px;\n    color: var(--text-muted);\n    line-height: 1.6;\n  }\n\n  \/* ── ANSWER KEY SPOTLIGHT ── *\/\n  .key-spotlight {\n    background: var(--indigo);\n    border-radius: 8px;\n    padding: 2rem 2rem 1.5rem;\n    margin-top: 1.5rem;\n  }\n  .key-spotlight h3 {\n    color: #d97df5;\n    margin-top: 0;\n    font-family: 'Playfair Display', serif;\n    font-size: 17px;\n    margin-bottom: 0.5rem;\n  }\n  .key-spotlight p {\n    color: rgba(255,255,255,0.8);\n    font-size: 13.5px;\n    margin-bottom: 1.2rem;\n  }\n  .key-list {\n    list-style: none;\n    display: flex;\n    flex-direction: column;\n    gap: 0.65rem;\n  }\n  .key-list li {\n    display: flex;\n    align-items: flex-start;\n    gap: 0.75rem;\n    font-size: 13.5px;\n    line-height: 1.6;\n    color: rgba(255,255,255,0.88);\n  }\n  .key-list li::before {\n    content: '★';\n    color: #d97df5;\n    flex-shrink: 0;\n    margin-top: 2px;\n  }\n\n  \/* ── COMPARISON TABLE ── *\/\n  .compare-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-top: 1.5rem;\n    font-size: 13px;\n  }\n  .compare-table th {\n    padding: 0.75rem 1rem;\n    text-align: left;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    border-bottom: 2px solid var(--border);\n  }\n  .compare-table th:first-child { color: var(--text-muted); }\n  .compare-table th:last-child {\n    color: var(--white);\n    background: var(--purple);\n    border-radius: 4px 4px 0 0;\n    text-align: center;\n  }\n  .compare-table td {\n    padding: 0.7rem 1rem;\n    border-bottom: 1px solid var(--border);\n    vertical-align: middle;\n  }\n  .compare-table td:last-child {\n    text-align: center;\n    background: var(--indigo-faint);\n    font-weight: 700;\n    color: var(--green);\n  }\n  .compare-table tr:last-child td { border-bottom: none; }\n  .no { color: #c0392b; }\n  .yes { color: var(--green); }\n\n  \/* ── USE CASES ── *\/\n  .use-cases {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n    gap: 0.85rem;\n    margin-top: 1.2rem;\n  }\n  .use-case {\n    background: var(--white);\n    border: 1px solid var(--border);\n    border-radius: 6px;\n    padding: 1rem 1.1rem;\n    font-size: 13px;\n    color: var(--text-body);\n    line-height: 1.55;\n  }\n  .use-case strong {\n    display: block;\n    color: var(--indigo);\n    font-size: 12.5px;\n    margin-bottom: 0.2rem;\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n  }\n\n  \/* ── SKILLS ── *\/\n  .skills-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n    gap: 0.7rem;\n    margin-top: 1.2rem;\n  }\n  .skill-pill {\n    background: var(--indigo-faint);\n    border: 1px solid var(--border);\n    border-radius: 5px;\n    padding: 0.65rem 0.85rem;\n    font-size: 12.5px;\n  }\n  .skill-pill strong {\n    display: block;\n    color: var(--purple);\n    font-size: 11.5px;\n    letter-spacing: 0.04em;\n    text-transform: uppercase;\n    margin-bottom: 0.15rem;\n  }\n  .skill-pill span { color: var(--text-muted); font-size: 12px; }\n\n  \/* ── EXTRAS LIST ── *\/\n  .extras-list {\n    list-style: none;\n    margin-top: 1.2rem;\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n    gap: 0.6rem;\n  }\n  .extras-list li {\n    display: flex;\n    align-items: flex-start;\n    gap: 0.6rem;\n    font-size: 13.5px;\n    color: var(--text-body);\n    background: var(--green-bg);\n    border: 1px solid #c3e8d5;\n    border-radius: 5px;\n    padding: 0.6rem 0.85rem;\n  }\n  .extras-list li::before {\n    content: '✓';\n    color: var(--green);\n    font-weight: 700;\n    flex-shrink: 0;\n    margin-top: 1px;\n  }\n\n  \/* ── PRODUCT DETAILS ── *\/\n  .details-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-top: 1.2rem;\n    font-size: 13.5px;\n  }\n  .details-table tr { border-bottom: 1px solid var(--border); }\n  .details-table tr:last-child { border-bottom: none; }\n  .details-table td {\n    padding: 0.65rem 0.5rem;\n    vertical-align: top;\n  }\n  .details-table td:first-child {\n    font-weight: 700;\n    color: var(--indigo);\n    white-space: nowrap;\n    width: 40%;\n    padding-right: 1rem;\n  }\n\n  \/* ── RELATED ── *\/\n  .related-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n    gap: 0.85rem;\n    margin-top: 1.2rem;\n  }\n  .related-card {\n    border: 1px solid var(--border);\n    border-radius: 6px;\n    padding: 1rem 1.1rem;\n    font-size: 13px;\n    line-height: 1.5;\n    text-decoration: none;\n    color: var(--text-body);\n    display: block;\n    transition: border-color 0.2s, box-shadow 0.2s;\n  }\n  .related-card:hover {\n    border-color: var(--purple);\n    box-shadow: 0 2px 10px rgba(189,16,225,0.1);\n  }\n  .related-card .related-label {\n    font-size: 10.5px;\n    font-weight: 700;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: var(--purple);\n    margin-bottom: 0.3rem;\n  }\n  .related-card strong {\n    display: block;\n    color: var(--indigo);\n    font-size: 13px;\n    line-height: 1.4;\n  }\n\n  \/* ── FOOTER ── *\/\n  .page-footer {\n    background: var(--indigo-faint);\n    border-top: 1px solid var(--border);\n    padding: 2rem 1.5rem;\n    text-align: center;\n    font-size: 12px;\n    color: var(--text-muted);\n    margin-top: 2rem;\n  }\n  .page-footer strong { color: var(--indigo); }\n\n  @media (max-width: 600px) {\n    .passage-grid { grid-template-columns: 1fr; }\n  }\n  @media (max-width: 520px) {\n    .hero { padding: 3rem 1.25rem 2.5rem; }\n    .hero-stats { gap: 1.2rem; }\n    .contents-grid, .use-cases, .related-grid, .skills-grid { grid-template-columns: 1fr; }\n  }\n\u003c\/style\u003e\n\n\n\n\u003c!-- ═══════════ HERO ═══════════ --\u003e\n\u003cdiv class=\"hero\"\u003e\n  \u003cdiv class=\"hero-inner\"\u003e\n    \u003cdiv class=\"hero-badge\"\u003eNo Prep · Printable PDF · RL.6.4 · RI.6.4 · RI.6.6\u003c\/div\u003e\n    \u003ch1\u003e6th Grade Tone \u0026amp; Mood Worksheets\u003cbr\u003e\u003cspan\u003eNonfiction Passages · 30 Rigorous Questions · Full Answer Key\u003c\/span\u003e\n\u003c\/h1\u003e\n    \u003cp class=\"hero-sub\"\u003eThree high-interest nonfiction passages on flight, kites, and electric motors — paired with close-reading questions that teach students to hear how a text feels, not just what it says.\u003c\/p\u003e\n    \u003cdiv class=\"hero-tags\"\u003e\n      \u003cspan class=\"hero-tag\"\u003eTone \u0026amp; Mood\u003c\/span\u003e\n      \u003cspan class=\"hero-tag\"\u003eAuthor's Attitude\u003c\/span\u003e\n      \u003cspan class=\"hero-tag\"\u003eWord Choice\u003c\/span\u003e\n      \u003cspan class=\"hero-tag\"\u003eConnotation\u003c\/span\u003e\n      \u003cspan class=\"hero-tag\"\u003eNonfiction\u003c\/span\u003e\n      \u003cspan class=\"hero-tag\"\u003eTest Prep\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hero-stats\"\u003e\n      \u003cdiv class=\"stat\"\u003e\n        \u003cspan class=\"stat-number\"\u003e3\u003c\/span\u003e\n        \u003cspan class=\"stat-label\"\u003eNonfiction Passages\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stat\"\u003e\n        \u003cspan class=\"stat-number\"\u003e30\u003c\/span\u003e\n        \u003cspan class=\"stat-label\"\u003eRigorous Questions\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stat\"\u003e\n        \u003cspan class=\"stat-number\"\u003e10\u003c\/span\u003e\n        \u003cspan class=\"stat-label\"\u003eStudent Pages\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stat\"\u003e\n        \u003cspan class=\"stat-number\"\u003e0\u003c\/span\u003e\n        \u003cspan class=\"stat-label\"\u003ePrep Required\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"content\"\u003e\n\n  \u003c!-- ═══════════ THE HOOK ═══════════ --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eWhy Tone \u0026amp; Mood Is Hard to Teach\u003c\/div\u003e\n    \u003ch2\u003eMost Students Can Read the Words. Far Fewer Can Hear the Feeling Behind Them.\u003c\/h2\u003e\n    \u003cp\u003eTone and mood are the skills that separate a student who decodes text from one who actually reads it. They're also two of the most frequently tested skills on 6th grade ELA assessments — and two of the hardest to teach with generic worksheets that use dull, forgettable passages.\u003c\/p\u003e\n    \u003cp\u003eThe difference in this resource is the passages. When a text is genuinely interesting — the physics of flight, the history of kites, the invention of the electric motor — students engage with the writing itself instead of just hunting for an answer. That's when tone and mood instruction actually sticks.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══════════ THE PASSAGES ═══════════ --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eThe Three Passages\u003c\/div\u003e\n    \u003ch2\u003eReal-World Science \u0026amp; History. Literary Tone. Maximum Engagement.\u003c\/h2\u003e\n    \u003cp\u003eEach passage blends factual accuracy with deliberate literary tone — so students are reading real nonfiction while practicing the same close-reading skills they'd apply to any literary text. Ten rigorous multiple-choice questions per passage, each designed with close distractors that require genuine reasoning.\u003c\/p\u003e\n\n    \u003cdiv class=\"passage-grid\"\u003e\n      \u003cdiv class=\"passage-card\"\u003e\n        \u003cspan class=\"passage-icon\"\u003e✈️\u003c\/span\u003e\n        \u003cdiv class=\"passage-title\"\u003eFlight\u003c\/div\u003e\n        \u003cdiv class=\"passage-detail\"\u003eThe history and physics of human flight — told with the wonder and audacity the subject demands. Students analyze how tone shifts as ambition becomes achievement.\u003c\/div\u003e\n        \u003cspan class=\"passage-tag\"\u003e10 Questions\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"passage-card\"\u003e\n        \u003cspan class=\"passage-icon\"\u003e🪁\u003c\/span\u003e\n        \u003cdiv class=\"passage-title\"\u003eKites\u003c\/div\u003e\n        \u003cdiv class=\"passage-detail\"\u003eFrom ancient China to Benjamin Franklin's lightning rod — a deceptively rich nonfiction text that rewards attention to word choice and authorial attitude throughout.\u003c\/div\u003e\n        \u003cspan class=\"passage-tag\"\u003e10 Questions\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"passage-card\"\u003e\n        \u003cspan class=\"passage-icon\"\u003e⚡\u003c\/span\u003e\n        \u003cdiv class=\"passage-title\"\u003eElectric Motor\u003c\/div\u003e\n        \u003cdiv class=\"passage-detail\"\u003eThe invention that changed modern life — written with precision and quiet reverence. Students identify how technical subject matter can still carry unmistakable emotional tone.\u003c\/div\u003e\n        \u003cspan class=\"passage-tag\"\u003e10 Questions\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"margin-top:1.2rem; font-size:13px; color:var(--text-muted);\"\u003eWhy these three topics? Students who typically resist reading worksheets — reluctant readers, ADHD students, science-minded learners — tend to engage with real-world innovation content in a way they don't engage with invented or generic passages. The content earns their attention; the questions do the rest.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══════════ WHAT'S INSIDE ═══════════ --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eWhat's Included\u003c\/div\u003e\n    \u003ch2\u003eEverything Needed for an Entire Tone \u0026amp; Mood Mini-Unit\u003c\/h2\u003e\n\n    \u003cdiv class=\"contents-grid\"\u003e\n      \u003cdiv class=\"content-card\"\u003e\n        \u003cdiv class=\"content-card-title\"\u003e📄 3 Nonfiction Reading Passages\u003c\/div\u003e\n        \u003cdiv class=\"content-card-detail\"\u003eFlight, Kites, and Electric Motor — each written to carry deliberate tone and mood, making them simultaneously factual and literary. High-interest topics chosen specifically for reluctant and ADHD readers.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"content-card\"\u003e\n        \u003cdiv class=\"content-card-title\"\u003e❓ 30 Rigorous Multiple-Choice Questions\u003c\/div\u003e\n        \u003cdiv class=\"content-card-detail\"\u003e10 questions per passage, built with close distractors that demand real reasoning — not surface skimming. Balanced answer key distribution prevents pattern-guessing.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"content-card\"\u003e\n        \u003cdiv class=\"content-card-title\"\u003e🗝️ Fully Expanded Teacher Answer Key\u003c\/div\u003e\n        \u003cdiv class=\"content-card-detail\"\u003eEvery answer choice explained — not just the correct one. New teachers, substitute teachers, and parents can run this independently without any prior instruction. This key is the resource's secret weapon.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"content-card\"\u003e\n        \u003cdiv class=\"content-card-title\"\u003e📋 Student-Ready Formatting\u003c\/div\u003e\n        \u003cdiv class=\"content-card-detail\"\u003eName and class headers on every page. 10 student pages total (answer key and teacher materials not included in that count). Print and distribute — nothing to modify.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- ANSWER KEY SPOTLIGHT --\u003e\n    \u003cdiv class=\"key-spotlight\"\u003e\n      \u003ch3\u003eThe Expanded Answer Key — Why It Matters More Than You Think\u003c\/h3\u003e\n      \u003cp\u003eMost answer keys tell you what's correct. This one tells you why every other choice is wrong — and why a student might choose it. That's a fundamentally different document.\u003c\/p\u003e\n      \u003cul class=\"key-list\"\u003e\n        \u003cli\u003eSubstitute teachers can facilitate discussion and answer student questions without having taught the lesson themselves.\u003c\/li\u003e\n        \u003cli\u003eNew teachers get a model for how to think through close-reading questions — it's instructional scaffolding built into the key.\u003c\/li\u003e\n        \u003cli\u003eHomeschool parents who aren't ELA specialists can grade and explain with confidence, not just mark right or wrong.\u003c\/li\u003e\n        \u003cli\u003eIntervention specialists can use the explanations to identify exactly where a student's reasoning broke down — not just that they got it wrong.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══════════ WHAT MAKES IT DIFFERENT ═══════════ --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eWhat Makes This Different\u003c\/div\u003e\n    \u003ch2\u003eMost Tone \u0026amp; Mood Worksheets Have the Same Problem\u003c\/h2\u003e\n    \u003cp\u003eForgettable passages, thin questions, and an answer key that's just a letter. Here's how this resource compares:\u003c\/p\u003e\n\n    \u003ctable class=\"compare-table\"\u003e\n      \u003cthead\u003e\n        \u003ctr\u003e\n          \u003cth\u003eFeature\u003c\/th\u003e\n          \u003cth\u003eTypical Worksheet\u003c\/th\u003e\n          \u003cth\u003eThis Resource\u003c\/th\u003e\n        \u003c\/tr\u003e\n      \u003c\/thead\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003ctd\u003ePassage engagement level\u003c\/td\u003e\n          \u003ctd class=\"no\"\u003eGeneric or invented text\u003c\/td\u003e\n          \u003ctd class=\"yes\"\u003eReal-world science \u0026amp; history\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eQuestion rigor\u003c\/td\u003e\n          \u003ctd class=\"no\"\u003eSurface recall\u003c\/td\u003e\n          \u003ctd class=\"yes\"\u003eClose distractors, deep reasoning\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eAnswer key\u003c\/td\u003e\n          \u003ctd class=\"no\"\u003eCorrect letter only\u003c\/td\u003e\n          \u003ctd class=\"yes\"\u003eFull explanation for every choice\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eSub\/parent usable\u003c\/td\u003e\n          \u003ctd class=\"no\"\u003eRequires teacher to explain\u003c\/td\u003e\n          \u003ctd class=\"yes\"\u003eFully self-contained\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eADHD-friendly content\u003c\/td\u003e\n          \u003ctd class=\"no\"\u003eNot considered\u003c\/td\u003e\n          \u003ctd class=\"yes\"\u003eHigh-interest topics by design\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eAnswer distribution\u003c\/td\u003e\n          \u003ctd class=\"no\"\u003eRandom or unbalanced\u003c\/td\u003e\n          \u003ctd class=\"yes\"\u003eDeliberately balanced\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══════════ SKILLS ═══════════ --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eSkills \u0026amp; Standards\u003c\/div\u003e\n    \u003ch2\u003eTargeted Practice for the Tone \u0026amp; Mood Skills That Show Up Everywhere\u003c\/h2\u003e\n\n    \u003cdiv class=\"skills-grid\"\u003e\n      \u003cdiv class=\"skill-pill\"\u003e\n        \u003cstrong\u003eRL.6.4\u003c\/strong\u003e\n        \u003cspan\u003eDetermining the meaning of words \u0026amp; phrases; tone \u0026amp; meaning in literary texts\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"skill-pill\"\u003e\n        \u003cstrong\u003eRI.6.4\u003c\/strong\u003e\n        \u003cspan\u003eDetermining word meaning in nonfiction; connotation \u0026amp; technical language\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"skill-pill\"\u003e\n        \u003cstrong\u003eRI.6.6\u003c\/strong\u003e\n        \u003cspan\u003eDetermining author's point of view \u0026amp; purpose; how style shapes content\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"skill-pill\"\u003e\n        \u003cstrong\u003eTone vs. Mood\u003c\/strong\u003e\n        \u003cspan\u003eDistinguishing author's attitude from the emotional atmosphere the text creates\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"skill-pill\"\u003e\n        \u003cstrong\u003eWord Choice \u0026amp; Connotation\u003c\/strong\u003e\n        \u003cspan\u003eIdentifying how specific words carry emotional weight beyond their literal meaning\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"skill-pill\"\u003e\n        \u003cstrong\u003eAuthor's Attitude\u003c\/strong\u003e\n        \u003cspan\u003eRecognizing how a writer's perspective shapes the way information is presented\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══════════ USE CASES ═══════════ --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eHow to Use It\u003c\/div\u003e\n    \u003ch2\u003eOne Mini-Unit. Multiple Entry Points.\u003c\/h2\u003e\n    \u003cp\u003eEach passage works as a standalone activity or as part of a complete three-day tone and mood sequence.\u003c\/p\u003e\n\n    \u003cdiv class=\"use-cases\"\u003e\n      \u003cdiv class=\"use-case\"\u003e\n        \u003cstrong\u003eWhole-Class Mini-Unit\u003c\/strong\u003e\n        Assign one passage per day across three class periods — a complete, self-contained skill unit with no additional planning required.\n      \u003c\/div\u003e\n      \u003cdiv class=\"use-case\"\u003e\n        \u003cstrong\u003eSmall-Group Practice\u003c\/strong\u003e\n        Different passages to different groups, then share and compare how tone functions differently across topics.\n      \u003c\/div\u003e\n      \u003cdiv class=\"use-case\"\u003e\n        \u003cstrong\u003eLiteracy Centers\u003c\/strong\u003e\n        One passage per center station — students rotate and complete independently. Built-in answer formatting makes self-checking possible.\n      \u003c\/div\u003e\n      \u003cdiv class=\"use-case\"\u003e\n        \u003cstrong\u003eSub Plans\u003c\/strong\u003e\n        The expanded answer key means a substitute can manage the lesson and answer student questions without any preparation from you.\n      \u003c\/div\u003e\n      \u003cdiv class=\"use-case\"\u003e\n        \u003cstrong\u003eTest Prep\u003c\/strong\u003e\n        Rigorous question design mirrors Common Core, STAAR, and benchmark formats — same close distractors, same reasoning demands.\n      \u003c\/div\u003e\n      \u003cdiv class=\"use-case\"\u003e\n        \u003cstrong\u003eIntervention \u0026amp; Remediation\u003c\/strong\u003e\n        Use individual passages diagnostically — the question explanations help pinpoint exactly where a student's tone and mood reasoning breaks down.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══════════ PRODUCT DETAILS ═══════════ --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eProduct Details\u003c\/div\u003e\n    \u003ch2\u003eEverything You Need to Know Before You Buy\u003c\/h2\u003e\n\n    \u003ctable class=\"details-table\"\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eFormat\u003c\/td\u003e\n        \u003ctd\u003ePrintable PDF — not editable\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eGrade Level\u003c\/td\u003e\n        \u003ctd\u003e6th Grade (adaptable for 5th–7th)\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eStandards\u003c\/td\u003e\n        \u003ctd\u003eRL.6.4, RI.6.4, RI.6.6 — Common Core aligned\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003ePassages\u003c\/td\u003e\n        \u003ctd\u003e3 nonfiction passages (Flight, Kites, Electric Motor)\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eQuestions\u003c\/td\u003e\n        \u003ctd\u003e30 rigorous multiple-choice questions (10 per passage)\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eStudent Pages\u003c\/td\u003e\n        \u003ctd\u003e10 pages (answer keys and teacher materials not included in this count)\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eAnswer Key\u003c\/td\u003e\n        \u003ctd\u003eFully expanded — explanations for every answer choice, not just the correct one\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003ePrep Required\u003c\/td\u003e\n        \u003ctd\u003eNone — print and go\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eAlso Works For\u003c\/td\u003e\n        \u003ctd\u003eSTAAR prep, benchmark review, bell ringers, progress monitoring, homeschool ELA\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══════════ RELATED ═══════════ --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eMore 6th Grade Reading Skills Practice\u003c\/div\u003e\n    \u003ch2\u003eBuild Out Your 6th Grade ELA Toolkit\u003c\/h2\u003e\n\n    \u003cdiv class=\"related-grid\"\u003e\n      \u003ca class=\"related-card\" href=\"#\" target=\"_blank\" rel=\"noopener\"\u003e\n        \u003cdiv class=\"related-label\"\u003eSame Series\u003c\/div\u003e\n        \u003cstrong\u003e6th Grade Point of View Worksheets — No-Prep ELA Practice \u0026amp; Answer Keys\u003c\/strong\u003e\n      \u003c\/a\u003e\n      \u003ca class=\"related-card\" href=\"#\" target=\"_blank\" rel=\"noopener\"\u003e\n        \u003cdiv class=\"related-label\"\u003eSame Series\u003c\/div\u003e\n        \u003cstrong\u003e6th Grade Author's Purpose Worksheets — No-Prep ELA Passages \u0026amp; Answer Keys\u003c\/strong\u003e\n      \u003c\/a\u003e\n      \u003ca class=\"related-card\" href=\"#\" target=\"_blank\" rel=\"noopener\"\u003e\n        \u003cdiv class=\"related-label\"\u003eSame Series\u003c\/div\u003e\n        \u003cstrong\u003e6th Grade Main Idea Worksheets — No-Prep ELA Passages, Video Links \u0026amp; Activities\u003c\/strong\u003e\n      \u003c\/a\u003e\n      \u003ca class=\"related-card\" href=\"#\" target=\"_blank\" rel=\"noopener\"\u003e\n        \u003cdiv class=\"related-label\"\u003eDiagnostic\u003c\/div\u003e\n        \u003cstrong\u003e6th Grade Reading Comprehension Diagnostic — Fiction, Nonfiction \u0026amp; Poetry Test\u003c\/strong\u003e\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- ═══════════ FOOTER ═══════════ --\u003e\n\u003cdiv class=\"page-footer\"\u003e\n  \u003cp\u003eIf this resource sharpened how your students read for tone and mood, a review makes a real difference — it helps other teachers find exactly what you found.\u003c\/p\u003e\n  \u003cp style=\"margin-top:0.6rem;\"\u003e\u003cstrong\u003e© 2025 Light Up Literature, LLC.\u003c\/strong\u003e All rights reserved. For classroom use only. This resource may not be distributed or uploaded to public or shared drives.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"Light Up Literature™ Curriculum","offers":[{"title":"Default Title","offer_id":49235453542623,"sku":null,"price":7.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0810\/3038\/1791\/files\/6tone_mood.png?v=1779150906","url":"https:\/\/shop.lightupliterature.com\/products\/digital-product-4","provider":"Light Up Literature™ Curriculum","version":"1.0","type":"link"}