{"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","url":"https:\/\/shop.lightupliterature.com\/products\/the-lottery-ela-activity-pack-shirley-jackson-unit-7th-grade-light-up-literature","provider":"Light Up Literature™ Curriculum","version":"1.0","type":"link"}