{"title":"Figurative Language","description":"\u003cp\u003eThis collection brings together no-prep figurative language resources designed for 6th grade, 7th grade, and 8th grade ELA classrooms. Every resource is aligned to Common Core Reading Literature and Language standards — including RL.6.4, RL.7.4, RL.8.4 and L.6.5, L.7.5, L.8.5 — so students are identifying, interpreting, and analyzing the figurative language that makes complex texts worth reading.\u003c\/p\u003e\n\n\u003cp\u003eWhether you need practice with simile, metaphor, personification, hyperbole, alliteration, symbolism, or tone and connotation, you'll find materials here that push students beyond simple identification and toward the kind of interpretive thinking that middle school literary analysis actually requires. Because circling the metaphor is the easy part — explaining what it means and why the author chose it is where the real work happens.\u003c\/p\u003e\n\n\u003cp\u003eThese resources work for direct instruction, independent practice, small group intervention, bell ringers, and assessment. Answer keys are included with every product, and everything is ready to use without additional prep.\u003c\/p\u003e\n\n\u003cp\u003ePerfect for ELA teachers and homeschool educators who want standards-aligned figurative language practice that builds genuine literary analysis skills — not just a list of definitions students forget by Friday.\u003c\/p\u003e","products":[{"product_id":"recognizing-irony-mini-unit-figurative-language-grades-6-8-light-up-literature","title":"Recognizing Irony Mini-Unit | Figurative Language Grades 6–8 | Light Up Literature","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\u003eRecognizing Irony Mini-Unit | Figurative Language Passages Grades 6–8\u003c\/title\u003e\n\u003cmeta name=\"description\" content=\"Teach situational, verbal, and dramatic irony with 3 nonfiction passages, visual notes, 30 questions, vocabulary lists, and an expanded answer key. Grades 6–8, no prep.\"\u003e\n\u003cmeta name=\"keywords\" content=\"irony mini unit 6th grade, recognizing irony figurative language, situational verbal dramatic irony worksheet, irony nonfiction passages middle school, figurative language 6th grade, irony reading comprehension, RL.6.6 irony practice, 7th grade irony activities, 8th grade figurative language, irony vs coincidence lesson, middle school ELA figurative language, irony answer key expanded, no prep figurative language\"\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@700;900\u0026amp;family=Open+Sans:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  :root {\n    --purple: #BD10E1;\n    --indigo: #25046B;\n    --indigo-mid: #3a0a8f;\n    --white: #ffffff;\n    --off-white: #faf8ff;\n    --light-purple: #f5e8fc;\n    --text-dark: #1a0040;\n    --text-mid: #3d2070;\n    --text-body: #2d1060;\n    --border-light: #e0cff5;\n  }\n\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  body {\n    font-family: 'Open Sans', sans-serif;\n    background-color: var(--off-white);\n    color: var(--text-body);\n    line-height: 1.7;\n    font-size: 16px;\n  }\n\n  h1, h2, h3, h4 { font-family: 'Playfair Display', serif; line-height: 1.2; }\n  a { color: var(--purple); text-decoration: none; }\n\n  \/* ─── HERO ─── *\/\n  .hero {\n    background: linear-gradient(135deg, var(--indigo) 0%, var(--indigo-mid) 55%, #5c1aad 100%);\n    color: var(--white); padding: 64px 24px 72px;\n    text-align: center; position: relative; overflow: hidden;\n  }\n  .hero::before {\n    content: ''; position: absolute; top: -80px; right: -80px;\n    width: 320px; height: 320px; border-radius: 50%;\n    background: rgba(189,16,225,0.18); pointer-events: none;\n  }\n  .hero::after {\n    content: ''; position: absolute; bottom: -60px; left: -60px;\n    width: 240px; height: 240px; border-radius: 50%;\n    background: rgba(189,16,225,0.12); pointer-events: none;\n  }\n  .hero-inner { max-width: 800px; margin: 0 auto; position: relative; z-index: 1; }\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: #e9b5f9; font-family: 'Open Sans', sans-serif;\n    font-size: 12px; font-weight: 700;\n    letter-spacing: 2px; text-transform: uppercase;\n    padding: 6px 18px; border-radius: 30px; margin-bottom: 22px;\n  }\n  .hero h1 { font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 900; color: var(--white); margin-bottom: 18px; }\n  .hero h1 span { color: #e07ef8; }\n  .hero-sub { font-size: 1.15rem; color: #d4b8f0; max-width: 640px; margin: 0 auto 32px; }\n  .hero-stats { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-bottom: 36px; }\n  .stat-pill {\n    background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.2);\n    color: var(--white); font-size: 0.85rem; font-weight: 600;\n    padding: 7px 16px; border-radius: 30px;\n  }\n  .stat-pill.highlight { background: rgba(189,16,225,0.35); border-color: rgba(189,16,225,0.6); }\n  .btn-primary {\n    display: inline-block; background: var(--purple); color: var(--white);\n    font-family: 'Open Sans', sans-serif; font-size: 1rem; font-weight: 700;\n    padding: 16px 40px; border-radius: 6px; letter-spacing: 0.5px;\n    text-transform: uppercase; transition: background 0.2s ease, transform 0.15s ease;\n  }\n  .btn-primary:hover { background: #a50cc8; transform: translateY(-2px); }\n\n  \/* ─── TRUST BAR ─── *\/\n  .trust-bar {\n    background: var(--purple); color: var(--white);\n    text-align: center; padding: 14px 24px;\n    font-size: 0.9rem; font-weight: 600;\n  }\n\n  \/* ─── SECTIONS ─── *\/\n  .section { max-width: 880px; margin: 0 auto; padding: 60px 24px; }\n  .section-label { font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--purple); margin-bottom: 10px; }\n  .section h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); color: var(--indigo); margin-bottom: 20px; }\n  .section p { font-size: 1rem; color: var(--text-body); margin-bottom: 16px; max-width: 700px; }\n  .divider { border: none; border-top: 2px solid var(--border-light); max-width: 880px; margin: 0 auto; }\n\n  \/* ─── WHY BAND ─── *\/\n  .why-band { background: var(--light-purple); border-top: 3px solid var(--border-light); border-bottom: 3px solid var(--border-light); }\n  .why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; margin-top: 30px; }\n  .why-card {\n    background: var(--white); border: 1px solid var(--border-light);\n    border-left: 4px solid var(--purple); border-radius: 8px; padding: 20px 22px;\n  }\n  .why-card .w-icon { font-size: 1.5rem; margin-bottom: 8px; }\n  .why-card h3 { font-family: 'Open Sans', sans-serif; font-size: 0.93rem; font-weight: 700; color: var(--indigo); margin-bottom: 6px; }\n  .why-card p { font-size: 0.88rem; color: var(--text-body); margin: 0; }\n\n  \/* ─── IRONY TYPES — DARK BAND ─── *\/\n  .structure-band { background: var(--indigo); color: var(--white); }\n  .structure-band .section-label { color: #e07ef8; }\n  .structure-band h2 { color: var(--white); }\n  .structure-band p { color: #d4b8f0; }\n  .irony-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; margin-top: 28px; }\n  .irony-card {\n    background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.18);\n    border-radius: 10px; padding: 26px 22px;\n    border-top: 3px solid #e07ef8;\n  }\n  .irony-type { font-family: 'Playfair Display', serif; font-size: 1.3rem; font-weight: 700; color: #e07ef8; margin-bottom: 10px; }\n  .irony-card .i-def { font-size: 0.92rem; color: var(--white); font-weight: 600; margin-bottom: 8px; }\n  .irony-card .i-example { font-size: 0.83rem; color: #c0a0e0; font-style: italic; }\n  .irony-mem {\n    margin-top: 28px;\n    background: rgba(189,16,225,0.2); border: 1px solid rgba(189,16,225,0.4);\n    border-radius: 8px; padding: 18px 22px;\n    font-size: 0.9rem; color: var(--white);\n  }\n  .irony-mem strong { color: #e07ef8; }\n\n  \/* ─── WHAT'S INCLUDED ─── *\/\n  .included-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; margin-top: 28px; }\n  .included-card {\n    background: var(--white); border: 1px solid var(--border-light);\n    border-radius: 10px; padding: 22px;\n    border-top: 4px solid var(--purple);\n    position: relative;\n  }\n  .inc-num { font-family: 'Playfair Display', serif; font-size: 2rem; font-weight: 900; color: var(--purple); line-height: 1; margin-bottom: 8px; }\n  .included-card h3 { font-family: 'Open Sans', sans-serif; font-size: 0.95rem; font-weight: 700; color: var(--indigo); margin-bottom: 8px; }\n  .included-card p { font-size: 0.86rem; color: var(--text-body); margin: 0; }\n  .inc-detail { margin-top: 10px; padding-top: 10px; border-top: 1px solid var(--border-light); font-size: 0.79rem; color: var(--text-mid); font-weight: 600; }\n\n  \/* ─── PASSAGES ─── *\/\n  .passages-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 20px; margin-top: 28px; }\n  .passage-card {\n    background: var(--white); border: 1px solid var(--border-light);\n    border-radius: 10px; padding: 24px 22px;\n    border-top: 4px solid var(--purple);\n  }\n  .passage-num { font-family: 'Playfair Display', serif; font-size: 1.1rem; font-weight: 700; color: var(--purple); margin-bottom: 6px; }\n  .passage-card h3 { font-family: 'Open Sans', sans-serif; font-size: 0.97rem; font-weight: 700; color: var(--indigo); margin-bottom: 8px; }\n  .passage-card p { font-size: 0.86rem; color: var(--text-mid); margin: 0 0 12px; }\n  .passage-tags { display: flex; flex-wrap: wrap; gap: 6px; }\n  .p-tag {\n    font-size: 0.75rem; font-weight: 700; padding: 3px 10px;\n    border-radius: 20px; background: var(--light-purple); color: var(--indigo);\n    border: 1px solid var(--border-light);\n  }\n\n  \/* ─── ANSWER KEY CALLOUT ─── *\/\n  .key-callout {\n    margin-top: 28px;\n    background: linear-gradient(135deg, var(--indigo) 0%, var(--indigo-mid) 100%);\n    border-radius: 10px; padding: 26px 30px;\n    display: flex; gap: 20px; align-items: flex-start; flex-wrap: wrap;\n  }\n  .key-callout .kc-icon { font-size: 2rem; flex-shrink: 0; }\n  .key-callout h3 { font-family: 'Open Sans', sans-serif; font-size: 1rem; font-weight: 700; color: var(--white); margin-bottom: 8px; }\n  .key-callout p { font-size: 0.9rem; color: #d4b8f0; margin: 0 0 6px; }\n  .key-callout strong { color: var(--white); }\n\n  \/* ─── ADHD CALLOUT ─── *\/\n  .adhd-band { background: var(--light-purple); border-top: 3px solid var(--border-light); border-bottom: 3px solid var(--border-light); }\n  .adhd-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 18px; margin-top: 28px; }\n  .adhd-card {\n    background: var(--white); border: 1px solid var(--border-light);\n    border-radius: 8px; padding: 18px 20px;\n    display: flex; gap: 14px; align-items: flex-start;\n  }\n  .adhd-icon { font-size: 1.4rem; flex-shrink: 0; margin-top: 2px; }\n  .adhd-card h3 { font-family: 'Open Sans', sans-serif; font-size: 0.88rem; font-weight: 700; color: var(--indigo); margin-bottom: 4px; }\n  .adhd-card p { font-size: 0.83rem; color: var(--text-mid); margin: 0; }\n\n  \/* ─── STANDARDS ─── *\/\n  .standards-band { background: var(--indigo); color: var(--white); }\n  .standards-band .section-label { color: #e07ef8; }\n  .standards-band h2 { color: var(--white); }\n  .standards-band p { color: #d4b8f0; }\n  .standards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; margin-top: 28px; }\n  .std-card {\n    background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15);\n    border-radius: 8px; padding: 18px 20px;\n  }\n  .std-code { font-family: 'Open Sans', sans-serif; font-size: 0.82rem; font-weight: 700; color: #e07ef8; margin-bottom: 6px; letter-spacing: 0.5px; }\n  .std-card h3 { font-family: 'Open Sans', sans-serif; font-size: 0.88rem; font-weight: 700; color: var(--white); margin-bottom: 4px; }\n  .std-card p { font-size: 0.82rem; color: #c0a0e0; margin: 0; }\n\n  \/* ─── WHO ─── *\/\n  .who-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 18px; margin-top: 28px; }\n  .who-card { text-align: center; background: var(--white); border: 1px solid var(--border-light); border-radius: 10px; padding: 24px 18px; }\n  .who-icon { font-size: 2rem; margin-bottom: 10px; }\n  .who-card h3 { font-family: 'Open Sans', sans-serif; font-size: 0.9rem; font-weight: 700; color: var(--indigo); margin-bottom: 6px; }\n  .who-card p { font-size: 0.83rem; color: var(--text-mid); margin: 0; }\n\n  \/* ─── WAYS ─── *\/\n  .ways-list {\n    list-style: none; display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n    gap: 16px; margin-top: 28px;\n  }\n  .ways-list li {\n    display: flex; align-items: flex-start; gap: 12px;\n    background: var(--white); border: 1px solid var(--border-light);\n    border-radius: 8px; padding: 16px 18px;\n    font-size: 0.93rem; color: var(--text-body); font-weight: 600;\n  }\n  .ways-list li span.icon { font-size: 1.2rem; flex-shrink: 0; margin-top: 1px; }\n\n  \/* ─── SPECS ─── *\/\n  .specs-wrap { border: 1px solid var(--border-light); border-radius: 10px; overflow: hidden; margin-top: 28px; }\n  .specs-table { width: 100%; border-collapse: collapse; font-size: 0.93rem; }\n  .specs-table tr { border-bottom: 1px solid var(--border-light); }\n  .specs-table tr:last-child { border-bottom: none; }\n  .specs-table td { padding: 13px 16px; vertical-align: top; }\n  .specs-table td:first-child { font-weight: 700; color: var(--indigo); width: 38%; background: var(--light-purple); }\n  .specs-table td:last-child { color: var(--text-body); background: var(--white); }\n\n  \/* ─── FAQ ─── *\/\n  .faq-list { display: flex; flex-direction: column; gap: 18px; margin-top: 28px; }\n  .faq-item { border: 1px solid var(--border-light); border-radius: 10px; overflow: hidden; }\n  .faq-q {\n    background: var(--white); padding: 18px 22px;\n    font-weight: 700; color: var(--indigo); font-size: 0.97rem;\n    display: flex; align-items: flex-start; gap: 12px;\n  }\n  .faq-q::before {\n    content: 'Q'; background: var(--purple); color: var(--white);\n    font-size: 0.75rem; font-weight: 700; width: 22px; height: 22px; min-width: 22px;\n    border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; margin-top: 1px;\n  }\n  .faq-a { background: var(--light-purple); padding: 16px 22px 18px 56px; font-size: 0.93rem; color: var(--text-body); border-top: 1px solid var(--border-light); }\n\n  \/* ─── CTA ─── *\/\n  .cta-band {\n    background: linear-gradient(135deg, var(--indigo) 0%, var(--indigo-mid) 55%, #5c1aad 100%);\n    color: var(--white); text-align: center; padding: 64px 24px;\n    position: relative; overflow: hidden;\n  }\n  .cta-band::before { content: ''; position: absolute; top: -100px; right: -100px; width: 350px; height: 350px; border-radius: 50%; background: rgba(189,16,225,0.15); pointer-events: none; }\n  .cta-inner { max-width: 620px; margin: 0 auto; position: relative; z-index: 1; }\n  .cta-band h2 { color: var(--white); font-size: clamp(1.7rem, 3.5vw, 2.4rem); margin-bottom: 16px; }\n  .cta-band p { color: #d4b8f0; font-size: 1.05rem; margin-bottom: 32px; max-width: 520px; margin-left: auto; margin-right: auto; }\n  .cta-reassure { margin-top: 20px; font-size: 0.82rem; color: #b89fd4; }\n\n  \/* ─── FOOTER ─── *\/\n  .footer { background: var(--text-dark); color: #9980c0; text-align: center; padding: 28px 24px; font-size: 0.82rem; }\n  .footer a { color: #c99ee0; }\n\u003c\/style\u003e\n\n\n\n\u003c!-- ══════════════════════════════════════════\n     HERO\n══════════════════════════════════════════ --\u003e\n\u003csection class=\"hero\"\u003e\n  \u003cdiv class=\"hero-inner\"\u003e\n    \u003cdiv class=\"hero-badge\"\u003eGrades 6–8 · Figurative Language · Irony Mini-Unit · No Prep\u003c\/div\u003e\n    \u003ch1\u003eIrony Isn't Just Bad Luck.\u003cbr\u003e\u003cspan\u003eTeach Students the Difference.\u003c\/span\u003e\n\u003c\/h1\u003e\n    \u003cp class=\"hero-sub\"\u003eVisual notes, three nonfiction passages, 30 questions, built-in vocabulary, and an expanded answer key — everything needed to teach situational, verbal, and dramatic irony in one packet.\u003c\/p\u003e\n    \u003cdiv class=\"hero-stats\"\u003e\n      \u003cspan class=\"stat-pill highlight\"\u003e3 Types of Irony\u003c\/span\u003e\n      \u003cspan class=\"stat-pill highlight\"\u003e3 Nonfiction Passages\u003c\/span\u003e\n      \u003cspan class=\"stat-pill highlight\"\u003e30 Questions\u003c\/span\u003e\n      \u003cspan class=\"stat-pill\"\u003eVisual Reference Chart\u003c\/span\u003e\n      \u003cspan class=\"stat-pill\"\u003eExpanded Answer Key\u003c\/span\u003e\n      \u003cspan class=\"stat-pill\"\u003eNo Prep · Print Ready\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003ca href=\"#buy\" class=\"btn-primary\"\u003eGet This Resource\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"trust-bar\"\u003e\n  Aligned to RL.6.6–RL.8.6 · Nonfiction passages across science, art, and history · 3–5 days of instruction\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     THE PROBLEM THIS SOLVES\n══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"why-band\"\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cp class=\"section-label\"\u003eWhy This Resource\u003c\/p\u003e\n    \u003ch2\u003eStudents Don't Confuse Irony with Coincidence. They Confuse It with Everything.\u003c\/h2\u003e\n    \u003cp\u003eAsk a middle schooler to find irony in a passage and you'll get a mix of bad luck, surprise, coincidence, and actual irony — all labeled the same way. That's not a comprehension problem. It's a definition problem, and no amount of practice fixes it if students don't have a clear mental model first.\u003c\/p\u003e\n    \u003cp\u003eThis mini-unit solves that by starting with the visual chart — a single-page reference that defines all three types with concrete examples and a direct comparison to what irony is \u003cem\u003enot\u003c\/em\u003e. Students keep it. They refer back to it. Then they practice with three different passages that give them real context to apply the concept.\u003c\/p\u003e\n    \u003cdiv class=\"why-grid\"\u003e\n      \u003cdiv class=\"why-card\"\u003e\n        \u003cdiv class=\"w-icon\"\u003e🗺️\u003c\/div\u003e\n        \u003ch3\u003eVisual model before practice\u003c\/h3\u003e\n        \u003cp\u003eThe triangle chart gives students a concrete mental framework for all three irony types before they answer a single question — so they're practicing recognition, not guessing.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"why-card\"\u003e\n        \u003cdiv class=\"w-icon\"\u003e📖\u003c\/div\u003e\n        \u003ch3\u003eNonfiction passages, not fiction excerpts\u003c\/h3\u003e\n        \u003cp\u003eUsing nonfiction passages means students practice identifying irony in informational contexts — which is exactly where RL\/RI standards expect them to apply figurative language skills.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"why-card\"\u003e\n        \u003cdiv class=\"w-icon\"\u003e🔄\u003c\/div\u003e\n        \u003ch3\u003eThree passages, three content areas\u003c\/h3\u003e\n        \u003cp\u003eScience, art history, and American history — three completely different contexts for the same skill. That variety builds transferable understanding, not just passage-specific familiarity.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"why-card\"\u003e\n        \u003cdiv class=\"w-icon\"\u003e💡\u003c\/div\u003e\n        \u003ch3\u003eExplanations, not just answers\u003c\/h3\u003e\n        \u003cp\u003eThe expanded answer key tells students \u003cem\u003ewhy\u003c\/em\u003e each answer is correct — explaining the ironic contrast in each situation. Students who review the key actually learn from their mistakes.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     THREE TYPES — DARK BAND\n══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"structure-band\"\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cp class=\"section-label\"\u003eThe Concept\u003c\/p\u003e\n    \u003ch2\u003eAll Three Types. One Visual. Students Keep It.\u003c\/h2\u003e\n    \u003cp\u003eThe mini-unit opens with a full-page visual chart that defines and illustrates all three types of irony. It's designed to be kept — printed 2-up so students can cut it out and glue it into their notebooks, or used as a desk reference throughout the unit.\u003c\/p\u003e\n    \u003cdiv class=\"irony-grid\"\u003e\n      \u003cdiv class=\"irony-card\"\u003e\n        \u003cdiv class=\"irony-type\"\u003eSituational Irony\u003c\/div\u003e\n        \u003cp class=\"i-def\"\u003eThe outcome is the opposite of what's expected.\u003c\/p\u003e\n        \u003cp class=\"i-example\"\u003eExample from the chart: A fire station burns down.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"irony-card\"\u003e\n        \u003cdiv class=\"irony-type\"\u003eVerbal Irony\u003c\/div\u003e\n        \u003cp class=\"i-def\"\u003eSomeone says the opposite of what they really mean.\u003c\/p\u003e\n        \u003cp class=\"i-example\"\u003eExample from the chart: During a rainstorm, someone says, \"What perfect weather!\"\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"irony-card\"\u003e\n        \u003cdiv class=\"irony-type\"\u003eDramatic Irony\u003c\/div\u003e\n        \u003cp class=\"i-def\"\u003eThe audience knows something the character doesn't.\u003c\/p\u003e\n        \u003cp class=\"i-example\"\u003eExample from the chart: The audience knows the monster is behind the door, but the hero opens it anyway.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"irony-mem\"\u003e\n      🧠 \u003cstrong\u003eBuilt-in memory aid:\u003c\/strong\u003e The chart includes a direct comparison note students can reference when they're unsure: \u003cstrong\u003eIrony = opposite outcome · Coincidence = two things happen together · Bad luck = something unfortunate · Surprise = unexpected but not opposite.\u003c\/strong\u003e This is the distinction most students miss — and it's printed right on the page.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     WHAT'S INCLUDED\n══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"section\"\u003e\n  \u003cp class=\"section-label\"\u003eWhat's Inside\u003c\/p\u003e\n  \u003ch2\u003eEvery Component of a Complete 3–5 Day Unit\u003c\/h2\u003e\n  \u003cp\u003eThis is a full instructional sequence — not a worksheet set. Each component builds on the previous one: teach the concept visually, then practice it three times in three different contexts, with vocabulary support and full answer explanations throughout.\u003c\/p\u003e\n  \u003cdiv class=\"included-grid\"\u003e\n    \u003cdiv class=\"included-card\"\u003e\n      \u003cdiv class=\"inc-num\"\u003e①\u003c\/div\u003e\n      \u003ch3\u003eIdentifying Irony Visual Chart\u003c\/h3\u003e\n      \u003cp\u003eFull-page triangle diagram defining all three irony types with definitions, real-world examples, and the irony vs. coincidence\/bad luck\/surprise distinction. Printed 2-up so each student gets their own copy to keep.\u003c\/p\u003e\n      \u003cdiv class=\"inc-detail\"\u003e1 page · Student reference note\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"included-card\"\u003e\n      \u003cdiv class=\"inc-num\"\u003e②\u003c\/div\u003e\n      \u003ch3\u003eThree Nonfiction Reading Passages\u003c\/h3\u003e\n      \u003cp\u003eEach passage is an informational text (2 student pages each) with a built-in vocabulary list of 10 words with definitions. Topics: American fossils, ancient paint, actors who became presidents.\u003c\/p\u003e\n      \u003cdiv class=\"inc-detail\"\u003e6 pages total · 10 vocab words per passage\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"included-card\"\u003e\n      \u003cdiv class=\"inc-num\"\u003e③\u003c\/div\u003e\n      \u003ch3\u003e30 Multiple-Choice Questions\u003c\/h3\u003e\n      \u003cp\u003eTen 4-option questions per passage, each asking students to identify irony in specific situations from the text or explain what makes a scenario ironic. Each question requires applying the concept, not just recalling facts.\u003c\/p\u003e\n      \u003cdiv class=\"inc-detail\"\u003e6 pages total · 10 questions × 3 passages\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"included-card\"\u003e\n      \u003cdiv class=\"inc-num\"\u003e④\u003c\/div\u003e\n      \u003ch3\u003eExpanded Answer Key with Explanations\u003c\/h3\u003e\n      \u003cp\u003eTwo layers of answer key: a quick-reference answer sheet (all 30 answers on one page) plus a full explanatory key for each passage — a table showing the correct answer and a complete explanation of the ironic contrast in each question.\u003c\/p\u003e\n      \u003cdiv class=\"inc-detail\"\u003e4 pages total · Quick key + 3 explanatory keys\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     THREE PASSAGES\n══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"why-band\"\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cp class=\"section-label\"\u003eThe Three Passages\u003c\/p\u003e\n    \u003ch2\u003eSame Skill. Three Completely Different Contexts.\u003c\/h2\u003e\n    \u003cp\u003eEach passage is a standalone nonfiction text on a different subject — giving students the chance to recognize irony in science, art history, and American history. Each passage also includes a 10-word vocabulary list with definitions, so unfamiliar words don't block comprehension before students get to the questions.\u003c\/p\u003e\n    \u003cdiv class=\"passages-grid\"\u003e\n      \u003cdiv class=\"passage-card\"\u003e\n        \u003cdiv class=\"passage-num\"\u003ePassage 1\u003c\/div\u003e\n        \u003ch3\u003eThe Story of American Found Fossils\u003c\/h3\u003e\n        \u003cp\u003eCovers major U.S. fossil sites — La Brea Tar Pits, Dinosaur National Monument, Sue the T. rex in South Dakota, and the Green River Formation. Questions explore the situational irony of where fossils are found and how they're preserved.\u003c\/p\u003e\n        \u003cdiv class=\"passage-tags\"\u003e\n          \u003cspan class=\"p-tag\"\u003eScience\u003c\/span\u003e\n          \u003cspan class=\"p-tag\"\u003eNatural History\u003c\/span\u003e\n          \u003cspan class=\"p-tag\"\u003eCross-curricular\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"passage-card\"\u003e\n        \u003cdiv class=\"passage-num\"\u003ePassage 2\u003c\/div\u003e\n        \u003ch3\u003eThe Development of Paint in Ancient Times\u003c\/h3\u003e\n        \u003cp\u003eTraces paint-making from prehistoric cave art through ancient Egypt, Greece, Rome, China, and India — including unexpected binding agents like honey and blood. Questions explore the irony of ancient simplicity producing lasting results.\u003c\/p\u003e\n        \u003cdiv class=\"passage-tags\"\u003e\n          \u003cspan class=\"p-tag\"\u003eArt History\u003c\/span\u003e\n          \u003cspan class=\"p-tag\"\u003eAncient Civilizations\u003c\/span\u003e\n          \u003cspan class=\"p-tag\"\u003eCross-curricular\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"passage-card\"\u003e\n        \u003cdiv class=\"passage-num\"\u003ePassage 3\u003c\/div\u003e\n        \u003ch3\u003eActors Who Became American Presidents\u003c\/h3\u003e\n        \u003cp\u003eCovers Ronald Reagan (40th president, former Hollywood actor) and Donald Trump (45th president, former reality TV host), exploring how entertainment backgrounds shaped presidential careers. Questions focus on the irony of skills transferring between fields.\u003c\/p\u003e\n        \u003cdiv class=\"passage-tags\"\u003e\n          \u003cspan class=\"p-tag\"\u003eAmerican History\u003c\/span\u003e\n          \u003cspan class=\"p-tag\"\u003ePolitics\u003c\/span\u003e\n          \u003cspan class=\"p-tag\"\u003eFactual \/ Informational\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"key-callout\"\u003e\n      \u003cdiv class=\"kc-icon\"\u003e📋\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eAbout the Expanded Answer Key\u003c\/h3\u003e\n        \u003cp\u003eMost answer keys give you a letter. This one gives you a letter and an explanation. For each of the 30 questions, the key states the correct answer and explains the specific ironic contrast — for example: \u003cstrong\u003e\"It's ironic that highly trained scientists rely partly on luck, blending chance with expertise.\"\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cp\u003eThat means students who review the key after completing the activity actually understand what they got wrong — and why. It also makes this resource usable for discussion, not just grading.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     ADHD SUPPORTS\n══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"adhd-band\"\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cp class=\"section-label\"\u003eADHD-Friendly Design\u003c\/p\u003e\n    \u003ch2\u003eBuilt for Students Who Need Structure Before Practice\u003c\/h2\u003e\n    \u003cp\u003eThis mini-unit is intentionally sequenced — visual model first, then structured practice. That predictable structure reduces the \"where do I start?\" friction that derails students with attention challenges before they even read the first word.\u003c\/p\u003e\n    \u003cdiv class=\"adhd-grid\"\u003e\n      \u003cdiv class=\"adhd-card\"\u003e\n        \u003cdiv class=\"adhd-icon\"\u003e🗺️\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eVisual model to anchor thinking\u003c\/h3\u003e\n          \u003cp\u003eThe triangle chart is a visual anchor students can return to whenever they're unsure. Instead of rereading instructions, they check the chart — a single, consistent reference.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"adhd-card\"\u003e\n        \u003cdiv class=\"adhd-icon\"\u003e🎯\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eMemory aid printed on the page\u003c\/h3\u003e\n          \u003cp\u003eThe \"Irony vs. Coincidence vs. Bad Luck vs. Surprise\" note is built right into the chart — students don't need to hold distinctions in working memory if they have it in front of them.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"adhd-card\"\u003e\n        \u003cdiv class=\"adhd-icon\"\u003e📦\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eOne passage at a time\u003c\/h3\u003e\n          \u003cp\u003eEach passage is a self-contained unit with its own text, vocabulary, and questions. Assign one per session — the format works whether you spread it across a week or use it in a single class period.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"adhd-card\"\u003e\n        \u003cdiv class=\"adhd-icon\"\u003e📝\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eVocabulary built into the passage\u003c\/h3\u003e\n          \u003cp\u003eEach passage ends with a 10-word vocabulary list and definitions. Students don't need to look anything up before they read — removing that barrier keeps the focus on comprehension.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"adhd-card\"\u003e\n        \u003cdiv class=\"adhd-icon\"\u003e🔁\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eSame format, three times\u003c\/h3\u003e\n          \u003cp\u003eAll three passages use the exact same structure: read, vocabulary, questions. By the second passage, students know exactly what to expect — which reduces transition anxiety and increases independence.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"adhd-card\"\u003e\n        \u003cdiv class=\"adhd-icon\"\u003e✅\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eInteresting topics, no walls of text\u003c\/h3\u003e\n          \u003cp\u003eEach passage is two pages — substantive enough to be meaningful, short enough to read in one sitting. Topics (fossils, ancient art, famous presidents) are genuinely engaging for middle schoolers.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     STANDARDS — DARK BAND\n══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"standards-band\"\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cp class=\"section-label\"\u003eStandards Alignment\u003c\/p\u003e\n    \u003ch2\u003eWhere This Fits in Your Scope \u0026amp; Sequence\u003c\/h2\u003e\n    \u003cp\u003eThis resource targets figurative language and craft standards across grades 6–8, with the irony concept appearing explicitly in reading literature and language standards at every middle school grade level.\u003c\/p\u003e\n    \u003cdiv class=\"standards-grid\"\u003e\n      \u003cdiv class=\"std-card\"\u003e\n        \u003cdiv class=\"std-code\"\u003eRL.6.6 \/ RL.7.6 \/ RL.8.6\u003c\/div\u003e\n        \u003ch3\u003eCraft \u0026amp; Structure: Point of View\u003c\/h3\u003e\n        \u003cp\u003eExplain how an author develops point of view — including through irony — and its impact on tone and meaning.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"std-card\"\u003e\n        \u003cdiv class=\"std-code\"\u003eL.6.5 \/ L.7.5 \/ L.8.5\u003c\/div\u003e\n        \u003ch3\u003eFigurative Language\u003c\/h3\u003e\n        \u003cp\u003eDemonstrate understanding of figurative language, word relationships, and nuances in word meanings — including verbal irony (L.8.5a specifically names it).\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"std-card\"\u003e\n        \u003cdiv class=\"std-code\"\u003eRI.6.3 \/ RI.7.3 \/ RI.8.3\u003c\/div\u003e\n        \u003ch3\u003eText Analysis — Nonfiction\u003c\/h3\u003e\n        \u003cp\u003eAnalyze how key individuals, events, or ideas are introduced and developed — including how authors use ironic framing in informational texts.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"std-card\"\u003e\n        \u003cdiv class=\"std-code\"\u003eL.6–8.4\u003c\/div\u003e\n        \u003ch3\u003eVocabulary Acquisition\u003c\/h3\u003e\n        \u003cp\u003eDetermine or clarify the meaning of unknown words. The built-in vocabulary lists with definitions support this standard directly for each passage.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     WHO IT'S FOR\n══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"section\"\u003e\n  \u003cp class=\"section-label\"\u003eWho This Works For\u003c\/p\u003e\n  \u003ch2\u003eDesigned for Middle School — Flexible Enough for Multiple Settings\u003c\/h2\u003e\n  \u003cdiv class=\"who-grid\"\u003e\n    \u003cdiv class=\"who-card\"\u003e\n      \u003cdiv class=\"who-icon\"\u003e🏫\u003c\/div\u003e\n      \u003ch3\u003e6th–8th Grade ELA Teachers\u003c\/h3\u003e\n      \u003cp\u003eUse as a standalone figurative language mini-unit, a targeted review before a literature unit that features irony, or a 3–5 day independent practice sequence.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"who-card\"\u003e\n      \u003cdiv class=\"who-icon\"\u003e🏠\u003c\/div\u003e\n      \u003ch3\u003eHomeschool Parents\u003c\/h3\u003e\n      \u003cp\u003eThe visual chart explains everything — no ELA background required. Students can work through each passage independently and use the expanded key to check their reasoning.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"who-card\"\u003e\n      \u003cdiv class=\"who-icon\"\u003e📚\u003c\/div\u003e\n      \u003ch3\u003eTutors \u0026amp; Interventionists\u003c\/h3\u003e\n      \u003cp\u003eStart with the chart in session one, then assign one passage at a time for independent practice between sessions. Each passage takes 30–45 minutes to complete.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"who-card\"\u003e\n      \u003cdiv class=\"who-icon\"\u003e📋\u003c\/div\u003e\n      \u003ch3\u003eSubstitute Teachers\u003c\/h3\u003e\n      \u003cp\u003eFully self-contained. Each passage and question set works without teacher explanation. The chart is the only instruction students need to get started.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     WAYS TO USE\n══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"why-band\"\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cp class=\"section-label\"\u003eWhen to Use It\u003c\/p\u003e\n    \u003ch2\u003eMore Than One Right Moment for This\u003c\/h2\u003e\n    \u003cul class=\"ways-list\"\u003e\n      \u003cli\u003e\n\u003cspan class=\"icon\"\u003e📅\u003c\/span\u003e3–5 day figurative language mini-unit as a standalone instructional sequence\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"icon\"\u003e🔔\u003c\/span\u003ePre-reading irony review before teaching a novel or story that features irony heavily\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"icon\"\u003e🎯\u003c\/span\u003eTest prep practice for figurative language and craft standards on state assessments\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"icon\"\u003e📋\u003c\/span\u003eSub day — the chart and passages are completely self-directed\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"icon\"\u003e🧩\u003c\/span\u003eELA rotation station — one passage per rotation for a figurative language unit\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"icon\"\u003e🏠\u003c\/span\u003eHomeschool ELA — built-in vocabulary support makes each passage work as a standalone lesson\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"icon\"\u003e📚\u003c\/span\u003eCross-curricular literacy connection in science or social studies classes\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"icon\"\u003e✍️\u003c\/span\u003eDiscussion anchor — the expanded answer key explanations make strong discussion starters\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     SPECS\n══════════════════════════════════════════ --\u003e\n\u003chr class=\"divider\"\u003e\n\u003cdiv class=\"section\"\u003e\n  \u003cp class=\"section-label\"\u003eProduct Details\u003c\/p\u003e\n  \u003ch2\u003eWhat You're Getting\u003c\/h2\u003e\n  \u003cdiv class=\"specs-wrap\"\u003e\n    \u003ctable class=\"specs-table\"\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eGrade Level\u003c\/td\u003e\n        \u003ctd\u003e6th–8th Grade (core target); also appropriate for advanced 5th or review in 9th\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eSubject\u003c\/td\u003e\n        \u003ctd\u003eELA — Figurative Language, Irony, Reading Comprehension, Vocabulary\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eSkill Focus\u003c\/td\u003e\n        \u003ctd\u003eRecognizing and distinguishing situational, verbal, and dramatic irony\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eVisual Reference\u003c\/td\u003e\n        \u003ctd\u003eIdentifying Irony triangle chart — all 3 types defined with examples; includes irony vs. coincidence\/bad luck\/surprise memory aid. Printed 2-up for student notebooks.\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003ePassages\u003c\/td\u003e\n        \u003ctd\u003e3 nonfiction informational texts (2 pages each): The Story of American Found Fossils · The Development of Paint in Ancient Times · Actors Who Became American Presidents\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eVocabulary\u003c\/td\u003e\n        \u003ctd\u003e10 content words with definitions included at the end of each passage (30 vocabulary words total)\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eQuestions\u003c\/td\u003e\n        \u003ctd\u003e30 total — 10 four-option multiple-choice questions per passage\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eAnswer Key\u003c\/td\u003e\n        \u003ctd\u003eQuick-reference answer sheet (all 30 answers) + expanded explanatory key for each passage (correct answer + explanation of the ironic contrast for every question)\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eStudent Pages\u003c\/td\u003e\n        \u003ctd\u003e13 student pages total\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eStandards\u003c\/td\u003e\n        \u003ctd\u003eRL.6.6–RL.8.6 · L.6.5–L.8.5 · RI.6.3 · L.6–8.4\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eDuration\u003c\/td\u003e\n        \u003ctd\u003e3–5 days of instruction; each passage set can be completed in a single 45–50 minute class period\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eFormat\u003c\/td\u003e\n        \u003ctd\u003ePDF — no prep, print ready\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eLicense\u003c\/td\u003e\n        \u003ctd\u003eSingle classroom or personal homeschool use. Additional licenses required for teams, schools, or districts.\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     FAQ\n══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"section\" style=\"padding-top: 0;\"\u003e\n  \u003cp class=\"section-label\"\u003eCommon Questions\u003c\/p\u003e\n  \u003ch2\u003eBefore You Buy\u003c\/h2\u003e\n  \u003cdiv class=\"faq-list\"\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eIs this a full unit or just a worksheet set?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eIt's structured like a mini-unit — there's a clear instructional sequence built in. You open with the visual chart (teach), then move through three passages with questions (practice × 3), and the expanded answer key supports review and discussion. That's a 3–5 day sequence. It's not a full novel study or a full figurative language unit, but it has everything you need to teach irony from definition to application without supplementing from other sources.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eWhat's in the expanded answer key, exactly?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eFor each of the 30 questions, the expanded key provides the correct answer letter and a written explanation of why it's correct — specifically naming the ironic contrast. For example, for a question about paleontologists needing luck, the key explains: \"It's ironic that highly trained scientists rely partly on luck, blending chance with expertise.\" This makes the key useful for teaching, discussion, and student self-review — not just grading.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eWhat is the third passage about, and is it appropriate for all classrooms?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eThe third passage, \"Actors Who Became American Presidents,\" covers Ronald Reagan and Donald Trump as examples of entertainment figures who moved into political office. It's factual and informational in tone — focused on their entertainment backgrounds and how those skills transferred to politics. It does not take political positions. That said, some teachers may prefer to preview it before assigning, depending on their classroom context. The first two passages (fossils and ancient paint) are completely neutral and can be used independently if preferred.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eDoes this cover all three types of irony equally?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eThe visual chart defines all three types — situational, verbal, and dramatic — with equal treatment. The passages and questions focus primarily on situational irony, which is the type most testable in informational reading contexts and the type most commonly assessed at the middle school level. The chart gives students the full picture; the questions build fluency with the most applicable form.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eCan I use just one passage instead of all three?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes — each passage is completely self-contained. You can use the chart with a single passage as a focused one-day lesson, assign one passage per week as a recurring figurative language practice, or use all three together as the full 3–5 day unit. The structure is the same for all three, so students who complete one know exactly what to do with the next.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eIs this appropriate for homeschool use?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes. The visual chart explains the concept clearly without any background knowledge required — students can read it independently and use it as a reference throughout. The vocabulary lists prevent comprehension roadblocks before students get to the questions. The expanded answer key means parents can check student work and understand the reasoning, not just the answer letter. The only consideration: the third passage mentions Donald Trump, which some families may want to preview first.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     CTA\n══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"cta-band\" id=\"buy\"\u003e\n  \u003cdiv class=\"cta-inner\"\u003e\n    \u003ch2\u003eTeach It Once.\u003cbr\u003eMake It Stick.\u003c\/h2\u003e\n    \u003cp\u003eVisual notes, three nonfiction passages, 30 questions, vocabulary support, and a full explanatory answer key — everything needed to take irony from definition to mastery.\u003c\/p\u003e\n    \u003ca href=\"#\" class=\"btn-primary\"\u003eAdd to Cart\u003c\/a\u003e\n    \u003cp class=\"cta-reassure\"\u003ePDF delivered instantly · Single-classroom license · 13 student pages + expanded answer key included\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     FOOTER\n══════════════════════════════════════════ --\u003e\n\u003cfooter class=\"footer\"\u003e\n  \u003cp\u003e© 2025 Light Up Literature™ Curriculum, LLC. All rights reserved. | \u003ca href=\"https:\/\/lightupliterature.com\"\u003elightupliterature.com\u003c\/a\u003e\u003c\/p\u003e\n  \u003cp style=\"margin-top: 6px;\"\u003eQuestions? \u003ca href=\"mailto:Debra@lightupliteraturecurriculum.com\"\u003eDebra@lightupliteraturecurriculum.com\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/footer\u003e\n\n\n\u003c\/body\u003e","brand":"Light Up Literature™ Curriculum","offers":[{"title":"Default Title","offer_id":49287016579295,"sku":null,"price":7.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0810\/3038\/1791\/files\/6Irony.png?v=1779379494"},{"product_id":"the-lottery-ela-activity-pack-shirley-jackson-unit-7th-grade-light-up-literature","title":"The Lottery ELA Activity Pack | Shirley Jackson Unit 7th Grade | Light Up Literature","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 Lottery ELA Activity Pack | Shirley Jackson 7th Grade Unit\u003c\/title\u003e\n  \u003cmeta name=\"description\" content=\"The Lottery ELA pack: lesson plans, Shirley Jackson biography, guided reading, figurative language, quiz \u0026amp; exit tickets. Grades 7+. No prep.\"\u003e\n  \u003cmeta name=\"keywords\" content=\"The Lottery ELA activity pack, Shirley Jackson lesson plan, The Lottery figurative language, The Lottery guided reading questions, The Lottery comprehension quiz, Shirley Jackson biography worksheet, The Lottery symbolism irony foreshadowing, 7th grade short story unit, The Lottery exit tickets, Shirley Jackson 7th grade\"\u003e\n  \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n  \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@700;900\u0026amp;family=Open+Sans:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n  \u003cstyle\u003e\n    :root {\n      --purple: #BD10E1;\n      --indigo: #25046B;\n      --indigo-mid: #3a0a8f;\n      --white: #ffffff;\n      --off-white: #faf8ff;\n      --light-purple: #f5e8fc;\n      --text-dark: #1a0040;\n      --text-mid: #3d2070;\n      --text-body: #2d1060;\n      --border-light: #e0cff5;\n    }\n\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n    body {\n      font-family: 'Open Sans', sans-serif;\n      background-color: var(--off-white);\n      color: var(--text-body);\n      line-height: 1.7;\n      font-size: 16px;\n    }\n\n    h1, h2, h3, h4 { font-family: 'Playfair Display', serif; line-height: 1.2; }\n    a { color: var(--purple); text-decoration: none; }\n\n    \/* ─── HERO ─── *\/\n    .hero {\n      background: linear-gradient(135deg, var(--indigo) 0%, var(--indigo-mid) 55%, #5c1aad 100%);\n      color: var(--white); padding: 64px 24px 72px;\n      text-align: center; position: relative; overflow: hidden;\n    }\n    .hero::before {\n      content: ''; position: absolute; top: -80px; right: -80px;\n      width: 320px; height: 320px; border-radius: 50%;\n      background: rgba(189,16,225,0.18); pointer-events: none;\n    }\n    .hero::after {\n      content: ''; position: absolute; bottom: -60px; left: -60px;\n      width: 240px; height: 240px; border-radius: 50%;\n      background: rgba(189,16,225,0.12); pointer-events: none;\n    }\n    .hero-inner { max-width: 820px; margin: 0 auto; position: relative; z-index: 1; }\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: #e9b5f9; font-family: 'Open Sans', sans-serif;\n      font-size: 12px; font-weight: 700;\n      letter-spacing: 2px; text-transform: uppercase;\n      padding: 6px 18px; border-radius: 30px; margin-bottom: 22px;\n    }\n    .hero h1 { font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 900; color: var(--white); margin-bottom: 18px; }\n    .hero h1 span { color: #e07ef8; }\n    .hero-sub { font-size: 1.15rem; color: #d4b8f0; max-width: 660px; margin: 0 auto 32px; }\n    .hero-stats { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-bottom: 36px; }\n    .stat-pill {\n      background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.2);\n      color: var(--white); font-size: 0.85rem; font-weight: 600;\n      padding: 7px 16px; border-radius: 30px;\n    }\n    .stat-pill.highlight { background: rgba(189,16,225,0.35); border-color: rgba(189,16,225,0.6); }\n    .btn-primary {\n      display: inline-block; background: var(--purple); color: var(--white);\n      font-family: 'Open Sans', sans-serif; font-size: 1rem; font-weight: 700;\n      padding: 16px 40px; border-radius: 6px; letter-spacing: 0.5px;\n      text-transform: uppercase;\n    }\n    .btn-primary:hover { background: #a50cc8; }\n\n    \/* ─── NOTICE BAR ─── *\/\n    .notice-bar {\n      background: #3a0a8f; color: #e9b5f9;\n      text-align: center; padding: 14px 24px;\n      font-size: 0.9rem; font-weight: 600;\n      border-bottom: 2px solid rgba(189,16,225,0.4);\n    }\n    .notice-bar strong { color: var(--white); }\n\n    \/* ─── TRUST BAR ─── *\/\n    .trust-bar {\n      background: var(--purple); color: var(--white);\n      text-align: center; padding: 14px 24px;\n      font-size: 0.9rem; font-weight: 600;\n    }\n\n    \/* ─── SECTIONS ─── *\/\n    .section { max-width: 880px; margin: 0 auto; padding: 60px 24px; }\n    .section-label { font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--purple); margin-bottom: 10px; }\n    .section h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); color: var(--indigo); margin-bottom: 20px; }\n    .section p { font-size: 1rem; color: var(--text-body); margin-bottom: 16px; max-width: 700px; }\n    .divider { border: none; border-top: 2px solid var(--border-light); max-width: 880px; margin: 0 auto; }\n\n    \/* ─── WHY BAND ─── *\/\n    .why-band { background: var(--light-purple); border-top: 3px solid var(--border-light); border-bottom: 3px solid var(--border-light); }\n    .why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; margin-top: 30px; }\n    .why-card {\n      background: var(--white); border: 1px solid var(--border-light);\n      border-left: 4px solid var(--purple); border-radius: 8px; padding: 20px 22px;\n    }\n    .why-card .w-icon { font-size: 1.5rem; margin-bottom: 8px; }\n    .why-card h3 { font-family: 'Open Sans', sans-serif; font-size: 0.93rem; font-weight: 700; color: var(--indigo); margin-bottom: 6px; }\n    .why-card p { font-size: 0.88rem; color: var(--text-body); margin: 0; }\n\n    \/* ─── DARK BAND ─── *\/\n    .dark-band { background: var(--indigo); color: var(--white); }\n    .dark-band .section-label { color: #e07ef8; }\n    .dark-band h2 { color: var(--white); }\n    .dark-band p { color: #d4b8f0; }\n\n    \/* ─── COMPONENT CARDS ─── *\/\n    .component-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 28px; }\n    .component-card {\n      background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15);\n      border-radius: 12px; padding: 24px;\n    }\n    .component-icon { font-size: 1.6rem; margin-bottom: 12px; }\n    .component-card h3 { font-family: 'Open Sans', sans-serif; font-size: 1rem; font-weight: 700; color: var(--white); margin-bottom: 8px; }\n    .component-card p { font-size: 0.85rem; color: #c0a0e0; margin: 0; line-height: 1.6; }\n    .component-tag {\n      display: inline-block; margin-top: 12px;\n      background: rgba(189,16,225,0.3); border: 1px solid rgba(189,16,225,0.5);\n      color: #e9b5f9; font-size: 0.75rem; font-weight: 700;\n      padding: 3px 10px; border-radius: 20px;\n    }\n\n    \/* ─── LESSON PLAN BAND ─── *\/\n    .lp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }\n    @media (max-width: 600px) { .lp-grid { grid-template-columns: 1fr; } }\n    .lp-card {\n      background: var(--white); border: 1px solid var(--border-light);\n      border-radius: 10px; overflow: hidden;\n    }\n    .lp-header {\n      background: var(--purple); color: var(--white);\n      padding: 12px 18px;\n      font-family: 'Open Sans', sans-serif; font-size: 0.88rem; font-weight: 700;\n    }\n    .lp-body { padding: 16px 18px; }\n    .lp-day {\n      font-size: 0.82rem; color: var(--text-body);\n      padding: 7px 0; border-bottom: 1px solid var(--border-light);\n      display: flex; gap: 10px; align-items: flex-start;\n    }\n    .lp-day:last-child { border-bottom: none; }\n    .lp-day-num {\n      flex-shrink: 0; background: var(--light-purple); color: var(--purple);\n      font-weight: 700; font-size: 0.75rem; width: 22px; height: 22px;\n      border-radius: 50%; display: flex; align-items: center; justify-content: center;\n      margin-top: 1px;\n    }\n\n    \/* ─── SKILLS ─── *\/\n    .skills-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 16px; margin-top: 28px; }\n    .skill-card {\n      background: var(--white); border: 1px solid var(--border-light);\n      border-top: 3px solid var(--purple); border-radius: 10px; padding: 18px 20px;\n    }\n    .skill-card .s-icon { font-size: 1.3rem; margin-bottom: 6px; }\n    .skill-card h3 { font-family: 'Open Sans', sans-serif; font-size: 0.88rem; font-weight: 700; color: var(--indigo); margin-bottom: 4px; }\n    .skill-card p { font-size: 0.8rem; color: var(--text-mid); margin: 0; }\n\n    \/* ─── WHO ─── *\/\n    .who-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 18px; margin-top: 28px; }\n    .who-card { text-align: center; background: var(--white); border: 1px solid var(--border-light); border-radius: 10px; padding: 24px 18px; }\n    .who-icon { font-size: 2rem; margin-bottom: 10px; }\n    .who-card h3 { font-family: 'Open Sans', sans-serif; font-size: 0.9rem; font-weight: 700; color: var(--indigo); margin-bottom: 6px; }\n    .who-card p { font-size: 0.83rem; color: var(--text-mid); margin: 0; }\n\n    \/* ─── WAYS ─── *\/\n    .ways-list {\n      list-style: none; display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n      gap: 16px; margin-top: 28px;\n    }\n    .ways-list li {\n      display: flex; align-items: flex-start; gap: 12px;\n      background: var(--white); border: 1px solid var(--border-light);\n      border-radius: 8px; padding: 16px 18px;\n      font-size: 0.93rem; color: var(--text-body); font-weight: 600;\n    }\n    .ways-list li span.icon { font-size: 1.2rem; flex-shrink: 0; margin-top: 1px; }\n\n    \/* ─── SPECS ─── *\/\n    .specs-wrap { border: 1px solid var(--border-light); border-radius: 10px; overflow: hidden; margin-top: 28px; }\n    .specs-table { width: 100%; border-collapse: collapse; font-size: 0.93rem; }\n    .specs-table tr { border-bottom: 1px solid var(--border-light); }\n    .specs-table tr:last-child { border-bottom: none; }\n    .specs-table td { padding: 13px 16px; vertical-align: top; }\n    .specs-table td:first-child { font-weight: 700; color: var(--indigo); width: 38%; background: var(--light-purple); }\n    .specs-table td:last-child { color: var(--text-body); background: var(--white); }\n\n    \/* ─── FAQ ─── *\/\n    .faq-list { display: flex; flex-direction: column; gap: 18px; margin-top: 28px; }\n    .faq-item { border: 1px solid var(--border-light); border-radius: 10px; overflow: hidden; }\n    .faq-q {\n      background: var(--white); padding: 18px 22px;\n      font-weight: 700; color: var(--indigo); font-size: 0.97rem;\n      display: flex; align-items: flex-start; gap: 12px;\n    }\n    .faq-q::before {\n      content: 'Q'; background: var(--purple); color: var(--white);\n      font-size: 0.75rem; font-weight: 700; width: 22px; height: 22px; min-width: 22px;\n      border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; margin-top: 1px;\n    }\n    .faq-a { background: var(--light-purple); padding: 16px 22px 18px 56px; font-size: 0.93rem; color: var(--text-body); border-top: 1px solid var(--border-light); }\n\n    \/* ─── REVIEW ─── *\/\n    .review-band { background: var(--light-purple); border-top: 3px solid var(--border-light); border-bottom: 3px solid var(--border-light); }\n\n    \/* ─── CTA ─── *\/\n    .cta-band {\n      background: linear-gradient(135deg, var(--indigo) 0%, var(--indigo-mid) 55%, #5c1aad 100%);\n      color: var(--white); text-align: center; padding: 64px 24px;\n      position: relative; overflow: hidden;\n    }\n    .cta-band::before { content: ''; position: absolute; top: -100px; right: -100px; width: 350px; height: 350px; border-radius: 50%; background: rgba(189,16,225,0.15); pointer-events: none; }\n    .cta-inner { max-width: 620px; margin: 0 auto; position: relative; z-index: 1; }\n    .cta-band h2 { color: var(--white); font-size: clamp(1.7rem, 3.5vw, 2.4rem); margin-bottom: 16px; }\n    .cta-band p { color: #d4b8f0; font-size: 1.05rem; margin-bottom: 32px; max-width: 520px; margin-left: auto; margin-right: auto; }\n    .cta-reassure { margin-top: 20px; font-size: 0.82rem; color: #b89fd4; }\n\n    \/* ─── FOOTER ─── *\/\n    .footer { background: var(--text-dark); color: #9980c0; text-align: center; padding: 28px 24px; font-size: 0.82rem; }\n    .footer a { color: #c99ee0; }\n  \u003c\/style\u003e\n\n\n\n\u003c!-- ══════════════════════════════════════════\n     HERO\n══════════════════════════════════════════ --\u003e\n\u003csection class=\"hero\"\u003e\n  \u003cdiv class=\"hero-inner\"\u003e\n    \u003cdiv class=\"hero-badge\"\u003e7th Grade \u0026amp; Up · The Lottery · Shirley Jackson · Literary Analysis · No Prep\u003c\/div\u003e\n    \u003ch1\u003e\n      Everything You Need to Teach\u003cbr\u003e\u003cspan\u003e\u003cem\u003eThe Lottery\u003c\/em\u003e — Except the Story Itself.\u003c\/span\u003e\n    \u003c\/h1\u003e\n    \u003cp class=\"hero-sub\"\u003eA complete multi-day activity pack for Shirley Jackson's most taught short story: lesson plans, a full author biography, guided reading questions, figurative language analysis with model answers, a multi-format comprehension quiz, and print-ready exit tickets — all in one no-prep download.\u003c\/p\u003e\n    \u003cdiv class=\"hero-stats\"\u003e\n      \u003cspan class=\"stat-pill highlight\"\u003e2 Complete 3-Day Lesson Plans\u003c\/span\u003e\n      \u003cspan class=\"stat-pill highlight\"\u003eShirley Jackson Biography Included\u003c\/span\u003e\n      \u003cspan class=\"stat-pill highlight\"\u003e20 Guided Reading Questions\u003c\/span\u003e\n      \u003cspan class=\"stat-pill\"\u003e10 Figurative Language Questions + Answer Key\u003c\/span\u003e\n      \u003cspan class=\"stat-pill\"\u003e20-Question Comprehension Quiz\u003c\/span\u003e\n      \u003cspan class=\"stat-pill\"\u003eExit Tickets — Print \u0026amp; Cut, 12 Per Page\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003ca href=\"#buy\" class=\"btn-primary\"\u003eGet This Pack\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"notice-bar\"\u003e\n  \u003cstrong\u003ePlease note:\u003c\/strong\u003e \"The Lottery\" by Shirley Jackson is not included — this pack contains the lesson plans and activity materials to teach the story. The story is widely available in school anthologies and online.\n\u003c\/div\u003e\n\n\u003cdiv class=\"trust-bar\"\u003e\n  Grades 7+ · Literary Analysis · Symbolism · Irony · Foreshadowing · CCSS Aligned · Short Story Unit\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     WHY THIS EXISTS\n══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"why-band\"\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cp class=\"section-label\"\u003eWhy This Resource\u003c\/p\u003e\n    \u003ch2\u003e\"The Lottery\" Is One of the Most Taught Short Stories in ELA. The Problem Is Finding Materials That Do More Than Just Quiz Comprehension.\u003c\/h2\u003e\n    \u003cp\u003e\"The Lottery\" is short enough to teach in a single class period — but the literary work it opens up spans days: the biography of a deeply misunderstood author, the mechanics of how Jackson uses irony and symbolism to conceal her ending, the connection between the story's ritual violence and real-world scapegoating. Most resources stop at comprehension questions. This pack is built for the full instructional arc.\u003c\/p\u003e\n    \u003cp\u003eWhat makes this different from a standard worksheet set is the lesson plan structure. You get two complete, ready-to-run 3-day plans — one centered on the author biography and its connection to the story's themes, one on guided reading and figurative language analysis. Each plan includes warm-up questions, activities, discussion prompts, and exit tickets. The planning work is done.\u003c\/p\u003e\n    \u003cdiv class=\"why-grid\"\u003e\n      \u003cdiv class=\"why-card\"\u003e\n        \u003cdiv class=\"w-icon\"\u003e📅\u003c\/div\u003e\n        \u003ch3\u003eUp to six days of planned instruction — already structured\u003c\/h3\u003e\n        \u003cp\u003eTwo complete 3-day lesson plans: one for the Shirley Jackson biography and its connection to her themes, one for guided reading and figurative language. Each day includes an objective, warm-up, main activity, discussion, and exit ticket. You can run both plans back-to-back for a full week-plus unit, or choose the one that fits your timeline.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"why-card\"\u003e\n        \u003cdiv class=\"w-icon\"\u003e👤\u003c\/div\u003e\n        \u003ch3\u003eThe biography connection is the differentiator\u003c\/h3\u003e\n        \u003cp\u003eMost Lottery resources focus on the story in isolation. This pack includes a full Shirley Jackson biography — covering her difficult relationship with her mother, her years as an isolated faculty wife in North Bennington, her battles with anxiety and agoraphobia — and a lesson plan that explicitly connects those experiences to the story's themes of conformity, isolation, and societal pressure. Students who understand Jackson understand the story differently.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"why-card\"\u003e\n        \u003cdiv class=\"w-icon\"\u003e📖\u003c\/div\u003e\n        \u003ch3\u003eFigurative language with model answers — not just prompts\u003c\/h3\u003e\n        \u003cp\u003eThe 10 figurative language questions come with a complete answer key that provides model responses for every item — not just the correct device name but a full explanation of how it works in the text. Teachers can share these model answers with students, use them for norming discussions, or evaluate student responses with confidence.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"why-card\"\u003e\n        \u003cdiv class=\"w-icon\"\u003e🎟️\u003c\/div\u003e\n        \u003ch3\u003eExit tickets ready to print and use — 12 per page\u003c\/h3\u003e\n        \u003cp\u003eTwo exit ticket varieties are included — each printed 12 to a page so a class set fits on two sheets. The front carries the analysis prompt; the back is blank for the written response. A third blank template lets you customize your own prompt. Cut and distribute — no reformatting needed.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     WHAT'S INCLUDED — DARK BAND\n══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"dark-band\"\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cp class=\"section-label\"\u003eWhat's Included\u003c\/p\u003e\n    \u003ch2\u003eSix Components. One Complete Short Story Unit.\u003c\/h2\u003e\n    \u003cp\u003eEach component in this pack works independently or as part of the full multi-day sequence. The lesson plans specify exactly which materials to use on which day — so you can run the full unit without deciding how the pieces fit together.\u003c\/p\u003e\n\n    \u003cdiv class=\"component-grid\"\u003e\n      \u003cdiv class=\"component-card\"\u003e\n        \u003cdiv class=\"component-icon\"\u003e📅\u003c\/div\u003e\n        \u003ch3\u003eTwo Complete 3-Day Lesson Plans\u003c\/h3\u003e\n        \u003cp\u003eLesson Plan 1 centers on Shirley Jackson's biography and literary legacy — Days 1 through 3 cover life events and their influence on writing, small-group analysis of her themes across multiple works, and a creative writing response. Lesson Plan 2 covers guided reading and figurative language — Day 1 focuses on plot comprehension, Day 2 on figurative language annotation and analysis, Day 3 on creative application. Both plans include objectives, warm-up questions, activities, discussion prompts, and exit ticket connections.\u003c\/p\u003e\n        \u003cspan class=\"component-tag\"\u003eUp to 6 days of instruction\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"component-card\"\u003e\n        \u003cdiv class=\"component-icon\"\u003e👤\u003c\/div\u003e\n        \u003ch3\u003eShirley Jackson Biography\u003c\/h3\u003e\n        \u003cp\u003eA full, student-ready biographical text — \"A Literary Genius of the Macabre\" — covering Jackson's early life in San Francisco, her difficult upbringing and relationship with her mother, her time at Syracuse University where she published her first story, her marriage to Stanley Edgar Hyman, the 1948 publication of \"The Lottery\" and its polarizing reception, her years as an isolated faculty wife in North Bennington, her notable works (The Haunting of Hill House, We Have Always Lived in the Castle, Hangsaman), and her death in 1965 at age 48. Written at a level appropriate for 7th grade and above.\u003c\/p\u003e\n        \u003cspan class=\"component-tag\"\u003e3 pages · Ready to distribute\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"component-card\"\u003e\n        \u003cdiv class=\"component-icon\"\u003e🔍\u003c\/div\u003e\n        \u003ch3\u003e20 Guided Reading Questions\u003c\/h3\u003e\n        \u003cp\u003eText-dependent questions covering key plot details, character actions, and story mechanics — designed to be completed during or after reading. Questions move from concrete recall (\"Who are the three boys who made a great pile of stones?\") to interpretive analysis (\"Is Mrs. Hutchinson being 'a good sport'? Why or why not?\"). The range of difficulty allows use with both developing and advanced readers. Note: the guided reading questions do not include an answer key.\u003c\/p\u003e\n        \u003cspan class=\"component-tag\"\u003e1 page · Comprehension-focused\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"component-card\"\u003e\n        \u003cdiv class=\"component-icon\"\u003e🔎\u003c\/div\u003e\n        \u003ch3\u003e10 Figurative Language Questions + Full Answer Key\u003c\/h3\u003e\n        \u003cp\u003eTen analytical questions targeting irony, symbolism, foreshadowing, and imagery — the four literary devices central to the story's impact. Every question connects the device to the text and asks students to explain its significance. The complete answer key provides model responses for all 10 items, including the grammar of the device, how it functions in the story, and why it matters to the theme. Teachers can use the answer key for discussion modeling, grading norming, or direct student feedback.\u003c\/p\u003e\n        \u003cspan class=\"component-tag\"\u003eFull model answer key included\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"component-card\"\u003e\n        \u003cdiv class=\"component-icon\"\u003e✅\u003c\/div\u003e\n        \u003ch3\u003eReading Comprehension Quiz (20 Questions)\u003c\/h3\u003e\n        \u003cp\u003eA multi-format quiz covering the story's plot, characters, and themes: 10 multiple choice questions, 5 character matching items, 3 fill-in-the-blank questions, and 2 open-ended short answer prompts. The answer key covers all objective questions (Q1–18) with correct answers. The two open-ended prompts ask students to connect the lottery to real-world traditions and to analyze Jackson's technique of withholding the lottery's purpose — these are scored by the teacher.\u003c\/p\u003e\n        \u003cspan class=\"component-tag\"\u003eAnswer key for Q1–18\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"component-card\"\u003e\n        \u003cdiv class=\"component-icon\"\u003e🎟️\u003c\/div\u003e\n        \u003ch3\u003eExit Tickets + Blank Template\u003c\/h3\u003e\n        \u003cp\u003eTwo ready-to-use exit ticket varieties, each printed 12 per page with the prompt on the front and blank writing space on the back. Ticket 1: \"Why do you think the townspeople continue to hold the lottery even though it results in violence? Provide evidence from the text.\" Ticket 2: \"What emotions does Jackson evoke by withholding the lottery's purpose until the end? How does this affect the story's impact?\" A third blank template with name\/date\/period fields lets you create your own prompt. Print one or two sheets for a class set of 24.\u003c\/p\u003e\n        \u003cspan class=\"component-tag\"\u003e3 varieties · 12 per page\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.15); border-left: 4px solid #e07ef8; border-radius: 10px; padding: 22px 26px; margin-top: 24px;\"\u003e\n      \u003cp style=\"color: #d4b8f0; font-size: 0.9rem; margin-bottom: 8px;\"\u003e\u003cstrong style=\"color: var(--white);\"\u003eAlso included: Three story-themed illustrations\u003c\/strong\u003e — a weathered wooden box, a pile of stones, and a town square with a lone figure. These can be projected for discussion, printed as annotation anchors, or used as visual prompts for creative writing. No additional preparation needed.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     LESSON PLAN OVERVIEW\n══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"section\"\u003e\n  \u003cp class=\"section-label\"\u003eLesson Plan Structure\u003c\/p\u003e\n  \u003ch2\u003eThe Planning Is Done. Print and Teach.\u003c\/h2\u003e\n  \u003cp\u003eBoth lesson plans follow the same daily structure — warm-up, main activity, discussion, exit ticket — so students know what to expect. You can run both plans for a full multi-week unit, or choose the one that fits your timeline and instructional focus.\u003c\/p\u003e\n  \u003cdiv class=\"lp-grid\"\u003e\n    \u003cdiv class=\"lp-card\"\u003e\n      \u003cdiv class=\"lp-header\"\u003eLesson Plan 1 — Shirley Jackson Biography\u003c\/div\u003e\n      \u003cdiv class=\"lp-body\"\u003e\n        \u003cdiv class=\"lp-day\"\u003e\n\u003cspan class=\"lp-day-num\"\u003e1\u003c\/span\u003e\u003cspan\u003eLife events → writing influence. Paired reading of the biography with a chart connecting life events to story themes (conformity, isolation, societal pressure). Discussion: which life event had the biggest impact?\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"lp-day\"\u003e\n\u003cspan class=\"lp-day-num\"\u003e2\u003c\/span\u003e\u003cspan\u003eLiterary legacy and modern connections. Small-group analysis of Jackson's influence on psychological horror. Comparison to modern works: Get Out, The Handmaid's Tale. Discussion: what makes Jackson's work timeless?\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"lp-day\"\u003e\n\u003cspan class=\"lp-day-num\"\u003e3\u003c\/span\u003e\u003cspan\u003eCreative writing response. Students write a short story inspired by one of Jackson's life events or themes, incorporating a symbolic object. Peer feedback: identify the symbol and its significance.\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"lp-card\"\u003e\n      \u003cdiv class=\"lp-header\"\u003eLesson Plan 2 — Guided Reading \u0026amp; Figurative Language\u003c\/div\u003e\n      \u003cdiv class=\"lp-body\"\u003e\n        \u003cdiv class=\"lp-day\"\u003e\n\u003cspan class=\"lp-day-num\"\u003e1\u003c\/span\u003e\u003cspan\u003ePlot comprehension. Paired reading with the 20 guided reading questions. Discussion: how do the townspeople's attitudes hint at the ending? Exit ticket: what surprised you most?\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"lp-day\"\u003e\n\u003cspan class=\"lp-day-num\"\u003e2\u003c\/span\u003e\u003cspan\u003eFigurative language annotation. Students identify irony, symbolism, and foreshadowing using the 10-question handout. Groups present one example each and explain its significance. Exit ticket: which example impacted you most?\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"lp-day\"\u003e\n\u003cspan class=\"lp-day-num\"\u003e3\u003c\/span\u003e\u003cspan\u003eCreative application. Students write a short story incorporating a symbolic object, a moment of irony, and foreshadowing. Peer feedback: highlight each device in a partner's story.\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv style=\"background: var(--white); border: 1px solid var(--border-light); border-left: 5px solid var(--purple); border-radius: 8px; padding: 20px 24px; margin-top: 20px;\"\u003e\n    \u003cp style=\"font-size: 0.9rem; color: var(--text-body); margin: 0;\"\u003e\u003cstrong style=\"color: var(--indigo);\"\u003eExtension activities are also included:\u003c\/strong\u003e A research project connecting other authors to Jackson's themes, a class debate on whether an author's life should inform literary interpretation, and two video recommendations embedded in the lesson plan — a TED Talk on why fear is entertaining and a documentary segment on Jackson's life and work.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     FIGURATIVE LANGUAGE FOCUS\n══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"why-band\"\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cp class=\"section-label\"\u003eLiterary Skills Covered\u003c\/p\u003e\n    \u003ch2\u003eThe Devices That Make \u003cem\u003eThe Lottery\u003c\/em\u003e Work — Analyzed, Not Just Named.\u003c\/h2\u003e\n    \u003cp\u003e\"The Lottery\" is one of the most effective teaching texts for figurative language precisely because every major literary device contributes directly to the ending's impact. The figurative language component of this pack doesn't ask students to just identify devices — it asks them to explain how each one shapes the reader's experience and serves the story's themes.\u003c\/p\u003e\n    \u003cdiv class=\"skills-grid\"\u003e\n      \u003cdiv class=\"skill-card\"\u003e\n        \u003cdiv class=\"s-icon\"\u003e☀️\u003c\/div\u003e\n        \u003ch3\u003eSituational Irony\u003c\/h3\u003e\n        \u003cp\u003eThe cheerful June morning, the word \"lottery,\" the children's excitement — all of these set up expectations that the ending shatters. Students analyze how Jackson uses pleasant surfaces to create maximum ironic contrast.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"skill-card\"\u003e\n        \u003cdiv class=\"s-icon\"\u003e📦\u003c\/div\u003e\n        \u003ch3\u003eSymbolism\u003c\/h3\u003e\n        \u003cp\u003eThe black box (tradition and blind adherence), the slips of paper (randomness and fate), Old Man Warner (resistance to change), the stones (societal violence). Students identify what each symbol represents and how it develops the story's argument.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"skill-card\"\u003e\n        \u003cdiv class=\"s-icon\"\u003e🔮\u003c\/div\u003e\n        \u003ch3\u003eForeshadowing\u003c\/h3\u003e\n        \u003cp\u003eBobby Martin filling his pockets with stones, the children building their pile, the townspeople's unease — these details only register as significant after the ending. Students learn to read backward and identify the signals they missed.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"skill-card\"\u003e\n        \u003cdiv class=\"s-icon\"\u003e🎭\u003c\/div\u003e\n        \u003ch3\u003eDramatic Irony\u003c\/h3\u003e\n        \u003cp\u003eThe reader gradually pieces together what the townspeople accept without question — the horror of the tradition becomes visible to the reader before it becomes visible to any character. Students examine how this gap in knowledge creates unease.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"skill-card\"\u003e\n        \u003cdiv class=\"s-icon\"\u003e🪨\u003c\/div\u003e\n        \u003ch3\u003eImagery\u003c\/h3\u003e\n        \u003cp\u003eJackson describes the stones as \"smooth\" and \"rounded\" — ordinary, even pleasant words for objects used for violence. Students analyze how the contrast between the imagery and the stones' purpose heightens the story's impact.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"skill-card\"\u003e\n        \u003cdiv class=\"s-icon\"\u003e🌍\u003c\/div\u003e\n        \u003ch3\u003eAllegory and Theme\u003c\/h3\u003e\n        \u003cp\u003eThe ritualistic stoning as a symbol for scapegoating, for how societies sacrifice individuals to maintain tradition, for how unquestioned compliance enables harm. The quiz and discussion prompts connect the story to real-world parallels.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     WHO IT'S FOR\n══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"dark-band\"\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cp class=\"section-label\"\u003eWho This Works For\u003c\/p\u003e\n    \u003ch2\u003eOne Pack. Multiple Contexts.\u003c\/h2\u003e\n    \u003cdiv class=\"who-grid\"\u003e\n      \u003cdiv class=\"who-card\"\u003e\n        \u003cdiv class=\"who-icon\"\u003e🏫\u003c\/div\u003e\n        \u003ch3\u003e7th–10th Grade ELA Teachers\u003c\/h3\u003e\n        \u003cp\u003eRun both lesson plans for a full unit or choose the one that fits your timeline. The biography plan works especially well as a unit opener; the guided reading plan works as the story-focused core. The multi-format quiz gives you a graded assessment without building one from scratch.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"who-card\"\u003e\n        \u003cdiv class=\"who-icon\"\u003e🏠\u003c\/div\u003e\n        \u003ch3\u003eHomeschool Parents\u003c\/h3\u003e\n        \u003cp\u003eThe biography is student-readable and provides context that deepens the story's impact. The figurative language answer key explains every literary device in plain language — no ELA background required to discuss the questions meaningfully with your student.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"who-card\"\u003e\n        \u003cdiv class=\"who-icon\"\u003e📚\u003c\/div\u003e\n        \u003ch3\u003eTutors \u0026amp; Enrichment\u003c\/h3\u003e\n        \u003cp\u003eThe figurative language section works independently as a one-session literary analysis activity. The exit ticket prompts work well as discussion starters for one-on-one or small-group conversations about the story's meaning and Jackson's technique.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"who-card\"\u003e\n        \u003cdiv class=\"who-icon\"\u003e🔄\u003c\/div\u003e\n        \u003ch3\u003eSubstitute-Ready\u003c\/h3\u003e\n        \u003cp\u003eThe guided reading questions and comprehension quiz are completely self-contained — students can work through them independently. The lesson plans provide enough structure that a substitute can run a full class period without ELA expertise.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     WHEN TO USE\n══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"why-band\"\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cp class=\"section-label\"\u003eWhen to Use It\u003c\/p\u003e\n    \u003ch2\u003eShort Story Unit. Literary Analysis. Author Study. All Three.\u003c\/h2\u003e\n    \u003cul class=\"ways-list\"\u003e\n      \u003cli\u003e\n\u003cspan class=\"icon\"\u003e📅\u003c\/span\u003eFull short story unit — run both lesson plans for up to six days of instruction\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"icon\"\u003e👤\u003c\/span\u003eAuthor study — the biography plan stands alone as a Shirley Jackson author study\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"icon\"\u003e🔍\u003c\/span\u003eFigurative language unit — use as a culminating literary analysis activity for a devices unit\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"icon\"\u003e✅\u003c\/span\u003eAssessment — the multi-format quiz works as a formal reading comprehension grade\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"icon\"\u003e🎟️\u003c\/span\u003eExit ticket rotation — alternate between the two prompts across multiple class periods\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"icon\"\u003e✍️\u003c\/span\u003eCreative writing launch — Day 3 of each lesson plan includes a structured creative writing prompt tied to Jackson's themes and techniques\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     SPECS\n══════════════════════════════════════════ --\u003e\n\u003chr class=\"divider\"\u003e\n\u003cdiv class=\"section\"\u003e\n  \u003cp class=\"section-label\"\u003eProduct Details\u003c\/p\u003e\n  \u003ch2\u003eWhat You're Getting\u003c\/h2\u003e\n  \u003cdiv class=\"specs-wrap\"\u003e\n    \u003ctable class=\"specs-table\"\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eGrade Level\u003c\/td\u003e\n        \u003ctd\u003e7th Grade and up (appropriate for 8th–10th grade use as well)\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eStory Required\u003c\/td\u003e\n        \u003ctd\u003e\"The Lottery\" by Shirley Jackson — NOT included in this pack. The story is widely available in school anthologies, digital libraries, and online. This pack contains the lesson plans and activity materials to teach the story.\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eLesson Plans\u003c\/td\u003e\n        \u003ctd\u003eTwo complete 3-day lesson plans — Lesson Plan 1: Shirley Jackson Biography (life events, literary legacy, creative writing response). Lesson Plan 2: Guided Reading + Figurative Language (comprehension, device annotation, creative application). Each day includes objective, warm-up, main activity, discussion, and exit ticket connection.\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eAuthor Biography\u003c\/td\u003e\n        \u003ctd\u003e\"A Literary Genius of the Macabre\" — full student-ready biographical text covering Jackson's life from San Francisco to North Bennington, the 1948 publication of \"The Lottery,\" notable works, and literary legacy. 3 pages.\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eGuided Reading Questions\u003c\/td\u003e\n        \u003ctd\u003e20 text-dependent comprehension questions ranging from factual recall to interpretive analysis. No answer key for this section.\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eFigurative Language\u003c\/td\u003e\n        \u003ctd\u003e10 analytical questions targeting irony, symbolism, foreshadowing, and imagery. Full model answer key with explanations for all 10 items.\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eComprehension Quiz\u003c\/td\u003e\n        \u003ctd\u003e20 questions: 10 multiple choice + 5 character matching + 3 fill-in-the-blank + 2 open-ended short answer. Answer key covers Q1–18 (objective questions). Q19–20 are open-ended and teacher-scored.\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eExit Tickets\u003c\/td\u003e\n        \u003ctd\u003eExit Ticket 1: Tradition and violence prompt (12 per page, front + back). Exit Ticket 2: Emotional impact and withholding prompt (12 per page, front + back). Blank template: customizable (12 per page). Three varieties total.\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eIllustrations\u003c\/td\u003e\n        \u003ctd\u003eThree story-themed illustrations: wooden box, stone pile, town square. Suitable for projection, printing, or annotation activities.\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eStudent-Facing Content\u003c\/td\u003e\n        \u003ctd\u003eApproximately 10 pages of instructional\/student-facing content\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eTotal Pages\u003c\/td\u003e\n        \u003ctd\u003e23 pages (lesson plans + biography + student activities + answer keys + exit tickets + illustrations + terms of use)\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eStandards Alignment\u003c\/td\u003e\n        \u003ctd\u003eCCSS RL.7.1–RL.7.6 (reading literature); W.7.3 (narrative writing); SL.7.1 (discussion)\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eFormat\u003c\/td\u003e\n        \u003ctd\u003ePDF — printable and digital upload ready (Google Classroom, Canvas, etc.)\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eLicense\u003c\/td\u003e\n        \u003ctd\u003eSingle classroom or personal homeschool use. Additional licenses required for teams, co-ops, schools, or districts.\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     FAQ\n══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"section\" style=\"padding-top: 0;\"\u003e\n  \u003cp class=\"section-label\"\u003eCommon Questions\u003c\/p\u003e\n  \u003ch2\u003eBefore You Buy\u003c\/h2\u003e\n  \u003cdiv class=\"faq-list\"\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eDoes this include a copy of \"The Lottery\"?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eNo — \"The Lottery\" is under copyright and is not included. This pack contains the lesson plans, biography, questions, quiz, and exit tickets to teach the story. The story itself is widely available: it appears in most middle school and high school ELA anthologies, and Shirley Jackson's estate has authorized its free availability in many digital archives and educational databases. Check your textbook, school library database, or district-licensed digital resources first.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eDo the guided reading questions have an answer key?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eNo. The 20 guided reading questions do not include an answer key — these are comprehension-focused questions tied to the story, and the answers are found directly in the text. The figurative language questions (10 items) include a full model answer key. The comprehension quiz includes an answer key for Q1–18 (all objective questions). The two open-ended quiz questions are teacher-scored.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eDo I need to use both lesson plans?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eNo — each lesson plan is independent and works on its own. Lesson Plan 1 (biography) works as an author study and is particularly useful if you want students to understand Jackson's life before or alongside reading the story. Lesson Plan 2 (guided reading and figurative language) is the story-focused plan and works without the biography component. Running both back-to-back gives you a full multi-day unit; running just one gives you three days of structured instruction.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eIs this appropriate for homeschool use?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes. The biography is student-readable, and the figurative language answer key explains every device and model response in plain language — no ELA background needed to discuss the questions with your student. The lesson plan warm-up questions and discussion prompts also work well for one-on-one conversation rather than whole-class discussion. The exit ticket prompts make strong journal or written response prompts for homeschool use.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eIs \"The Lottery\" appropriate for 7th grade?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003e\"The Lottery\" is one of the most commonly assigned short stories in 7th and 8th grade ELA. It contains implied violence — the story ends with a ritualistic stoning — but no graphic description. The violence is deeply uncomfortable precisely because it's understated, which is central to what makes the story powerful. Teachers routinely use this story with 7th graders as part of units on conformity, tradition, and social commentary. You know your students and community best — the resource is designed for grades 7 and up.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     CTA\n══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"cta-band\" id=\"buy\"\u003e\n  \u003cdiv class=\"cta-inner\"\u003e\n    \u003ch2\u003eThe Planning Is Done.\u003cbr\u003eBring Jackson's Classic to Life.\u003c\/h2\u003e\n    \u003cp\u003eTwo complete 3-day lesson plans. A full author biography. Twenty guided reading questions. Ten figurative language questions with model answers. A twenty-question multi-format quiz. Exit tickets printed 12 to a page. Everything to teach \u003cem\u003eThe Lottery\u003c\/em\u003e — except the story itself.\u003c\/p\u003e\n    \u003ca href=\"#\" class=\"btn-primary\"\u003eAdd to Cart\u003c\/a\u003e\n    \u003cp class=\"cta-reassure\"\u003ePDF delivered instantly · 23 pages · Grades 7+ · No prep required · Single classroom or homeschool license\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     FOOTER\n══════════════════════════════════════════ --\u003e\n\u003cfooter class=\"footer\"\u003e\n  \u003cp\u003e© 2024 Light Up Literature™ Curriculum, LLC. All rights reserved. | \u003ca href=\"https:\/\/lightupliterature.com\"\u003elightupliterature.com\u003c\/a\u003e\u003c\/p\u003e\n  \u003cp style=\"margin-top: 6px;\"\u003eQuestions? \u003ca href=\"mailto:Debra@lightupliteraturecurriculum.com\"\u003eDebra@lightupliteraturecurriculum.com\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/footer\u003e\n\n\n\u003c\/body\u003e","brand":"Light Up Literature™ Curriculum","offers":[{"title":"Default Title","offer_id":49389093617887,"sku":null,"price":6.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0810\/3038\/1791\/files\/TheLottery.png?v=1779549174"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0810\/3038\/1791\/collections\/Figurative_Language.png?v=1779489346","url":"https:\/\/shop.lightupliterature.com\/collections\/figurative-language.oembed","provider":"Light Up Literature™ Curriculum","version":"1.0","type":"link"}