{"product_id":"advanced-authors-purpose-worksheets-grades-7-9-light-up-literature","title":"Advanced Author's Purpose Worksheets Grades 7–9 | 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\u003eAdvanced Author's Purpose Worksheets Grades 7–9 | Light Up Literature™\u003c\/title\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    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n    :root {\n      --purple: #BD10E1;\n      --indigo: #25046B;\n      --indigo-dark: #1a0350;\n      --indigo-mid: #3a0d8f;\n      --white: #ffffff;\n      --off-white: #faf8ff;\n      --light-purple: #f3e8ff;\n      --mid-gray: #5a5a72;\n      --text: #1a1a2e;\n      --border: #e2d9f3;\n    }\n\n    body {\n      font-family: 'Open Sans', sans-serif;\n      color: var(--text);\n      background: var(--white);\n      line-height: 1.7;\n    }\n\n    h1, h2, h3 { font-family: 'Playfair Display', serif; }\n\n    \/* ── HERO ── *\/\n    .hero {\n      background: linear-gradient(135deg, var(--indigo-dark) 0%, var(--indigo) 55%, var(--indigo-mid) 100%);\n      color: var(--white);\n      padding: 72px 24px 64px;\n      text-align: center;\n      position: relative;\n      overflow: hidden;\n    }\n\n    .hero::before {\n      content: '';\n      position: absolute;\n      top: -80px; right: -60px;\n      width: 320px; height: 320px;\n      border-radius: 50%;\n      background: rgba(189,16,225,0.12);\n      pointer-events: none;\n    }\n\n    .hero::after {\n      content: '';\n      position: absolute;\n      bottom: -80px; left: -60px;\n      width: 280px; height: 280px;\n      border-radius: 50%;\n      background: rgba(189,16,225,0.10);\n      pointer-events: none;\n    }\n\n    .hero-eyebrow {\n      font-size: 0.78rem;\n      font-weight: 700;\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n      color: var(--purple);\n      margin-bottom: 16px;\n    }\n\n    .hero h1 {\n      font-size: clamp(2rem, 5vw, 3rem);\n      font-weight: 900;\n      line-height: 1.15;\n      max-width: 820px;\n      margin: 0 auto 20px;\n    }\n\n    .hero h1 span { color: var(--purple); }\n\n    .hero-subtitle {\n      font-size: 1.1rem;\n      color: rgba(255,255,255,0.85);\n      max-width: 640px;\n      margin: 0 auto 36px;\n    }\n\n    .hero-badges {\n      display: flex;\n      flex-wrap: wrap;\n      justify-content: center;\n      gap: 10px;\n      margin-bottom: 40px;\n    }\n\n    .badge {\n      background: rgba(255,255,255,0.12);\n      border: 1px solid rgba(255,255,255,0.25);\n      color: var(--white);\n      font-size: 0.78rem;\n      font-weight: 700;\n      letter-spacing: 0.06em;\n      text-transform: uppercase;\n      padding: 6px 14px;\n      border-radius: 100px;\n    }\n\n    .hero-cta {\n      display: inline-block;\n      background: var(--purple);\n      color: var(--white);\n      font-family: 'Open Sans', sans-serif;\n      font-size: 1rem;\n      font-weight: 700;\n      letter-spacing: 0.04em;\n      text-decoration: none;\n      padding: 16px 40px;\n      border-radius: 6px;\n      transition: background 0.2s ease, transform 0.15s ease;\n    }\n    .hero-cta:hover { background: #a00dc7; transform: translateY(-2px); }\n\n    \/* ── STAT BAR ── *\/\n    .stat-bar {\n      background: var(--purple);\n      color: var(--white);\n      padding: 20px 24px;\n    }\n\n    .stat-bar-inner {\n      max-width: 900px;\n      margin: 0 auto;\n      display: flex;\n      flex-wrap: wrap;\n      justify-content: center;\n    }\n\n    .stat-item {\n      text-align: center;\n      padding: 8px 32px;\n      border-right: 1px solid rgba(255,255,255,0.3);\n    }\n    .stat-item:last-child { border-right: none; }\n\n    .stat-number {\n      display: block;\n      font-family: 'Playfair Display', serif;\n      font-size: 1.9rem;\n      font-weight: 900;\n      line-height: 1;\n    }\n\n    .stat-label {\n      font-size: 0.72rem;\n      font-weight: 700;\n      letter-spacing: 0.1em;\n      text-transform: uppercase;\n      opacity: 0.9;\n    }\n\n    \/* ── SECTION SHARED ── *\/\n    section { padding: 64px 24px; }\n\n    .section-inner {\n      max-width: 860px;\n      margin: 0 auto;\n    }\n\n    .section-eyebrow {\n      font-size: 0.72rem;\n      font-weight: 700;\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n      color: var(--purple);\n      margin-bottom: 10px;\n    }\n\n    .section-inner h2 {\n      font-size: clamp(1.6rem, 3.5vw, 2.2rem);\n      font-weight: 700;\n      color: var(--indigo);\n      margin-bottom: 20px;\n      line-height: 1.25;\n    }\n\n    .section-inner p {\n      font-size: 1rem;\n      color: var(--mid-gray);\n      margin-bottom: 16px;\n    }\n\n    \/* ── THE PROBLEM ── *\/\n    .problem {\n      background: var(--off-white);\n      border-top: 4px solid var(--purple);\n    }\n\n    .problem-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n      gap: 20px;\n      margin-top: 36px;\n    }\n\n    .problem-card {\n      background: var(--white);\n      border: 1px solid var(--border);\n      border-left: 4px solid var(--purple);\n      border-radius: 8px;\n      padding: 24px 22px;\n    }\n\n    .problem-card h3 {\n      font-size: 0.95rem;\n      font-weight: 700;\n      font-family: 'Open Sans', sans-serif;\n      color: var(--indigo);\n      margin-bottom: 8px;\n    }\n\n    .problem-card p {\n      font-size: 0.88rem;\n      color: var(--mid-gray);\n      margin: 0;\n    }\n\n    \/* ── ARTICLES GRID ── *\/\n    .articles { background: var(--white); }\n\n    .articles-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));\n      gap: 16px;\n      margin-top: 32px;\n    }\n\n    .article-card {\n      background: var(--light-purple);\n      border: 1px solid var(--border);\n      border-radius: 8px;\n      padding: 18px 20px;\n      position: relative;\n    }\n\n    .article-card .article-num {\n      display: inline-block;\n      background: var(--purple);\n      color: var(--white);\n      font-size: 0.68rem;\n      font-weight: 700;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      padding: 3px 9px;\n      border-radius: 100px;\n      margin-bottom: 10px;\n    }\n\n    .article-card h3 {\n      font-size: 0.92rem;\n      font-weight: 700;\n      font-family: 'Open Sans', sans-serif;\n      color: var(--indigo);\n      margin-bottom: 6px;\n      line-height: 1.35;\n    }\n\n    .article-card p {\n      font-size: 0.82rem;\n      color: var(--mid-gray);\n      margin: 0;\n    }\n\n    \/* ── SKILLS ── *\/\n    .skills {\n      background: var(--indigo);\n      color: var(--white);\n    }\n\n    .skills .section-inner h2 { color: var(--white); }\n    .skills .section-inner p { color: rgba(255,255,255,0.8); }\n    .skills .section-eyebrow { color: var(--purple); }\n\n    .skills-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));\n      gap: 14px;\n      margin-top: 32px;\n    }\n\n    .skill-item {\n      background: rgba(255,255,255,0.08);\n      border: 1px solid rgba(255,255,255,0.15);\n      border-radius: 8px;\n      padding: 20px 18px;\n    }\n\n    .skill-item h3 {\n      font-size: 0.92rem;\n      font-weight: 700;\n      font-family: 'Open Sans', sans-serif;\n      color: var(--purple);\n      margin-bottom: 8px;\n    }\n\n    .skill-item p {\n      font-size: 0.84rem;\n      color: rgba(255,255,255,0.75);\n      margin: 0;\n    }\n\n    \/* ── WHAT'S INCLUDED ── *\/\n    .included { background: var(--off-white); }\n\n    .included-list {\n      list-style: none;\n      margin-top: 28px;\n      display: flex;\n      flex-direction: column;\n      gap: 12px;\n    }\n\n    .included-list li {\n      display: flex;\n      align-items: flex-start;\n      gap: 12px;\n      background: var(--white);\n      border: 1px solid var(--border);\n      border-radius: 8px;\n      padding: 16px 18px;\n      font-size: 0.92rem;\n      color: var(--mid-gray);\n    }\n\n    .included-list li::before {\n      content: '✓';\n      color: var(--purple);\n      font-weight: 700;\n      flex-shrink: 0;\n      margin-top: 1px;\n    }\n\n    \/* ── WHO IT'S FOR ── *\/\n    .who { background: var(--white); }\n\n    .who-list {\n      list-style: none;\n      margin-top: 28px;\n      display: flex;\n      flex-direction: column;\n      gap: 14px;\n    }\n\n    .who-list li {\n      display: flex;\n      gap: 14px;\n      padding: 18px 20px;\n      background: var(--off-white);\n      border: 1px solid var(--border);\n      border-radius: 8px;\n      font-size: 0.95rem;\n      color: var(--mid-gray);\n    }\n\n    .who-icon {\n      font-size: 1.3rem;\n      flex-shrink: 0;\n      margin-top: 2px;\n    }\n\n    \/* ── STANDARDS ── *\/\n    .standards {\n      background: linear-gradient(135deg, var(--indigo-dark) 0%, var(--indigo) 100%);\n      color: var(--white);\n    }\n\n    .standards .section-inner h2 { color: var(--white); }\n    .standards .section-inner p { color: rgba(255,255,255,0.8); }\n    .standards .section-eyebrow { color: var(--purple); }\n\n    .standards-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n      gap: 14px;\n      margin-top: 32px;\n    }\n\n    .standard-card {\n      background: rgba(255,255,255,0.1);\n      border: 1px solid rgba(255,255,255,0.2);\n      border-radius: 8px;\n      padding: 20px 18px;\n      text-align: center;\n    }\n\n    .standard-card .std-code {\n      display: block;\n      font-family: 'Playfair Display', serif;\n      font-size: 1.4rem;\n      font-weight: 700;\n      color: var(--purple);\n      margin-bottom: 6px;\n    }\n\n    .standard-card p {\n      font-size: 0.82rem;\n      color: rgba(255,255,255,0.8);\n      margin: 0;\n    }\n\n    \/* ── SPECS ── *\/\n    .specs { background: var(--off-white); }\n\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 28px;\n      font-size: 0.9rem;\n    }\n\n    .specs-table tr { border-bottom: 1px solid var(--border); }\n    .specs-table tr:last-child { border-bottom: none; }\n\n    .specs-table td {\n      padding: 14px 16px;\n      vertical-align: top;\n    }\n\n    .specs-table td:first-child {\n      font-weight: 700;\n      color: var(--indigo);\n      width: 42%;\n      background: var(--white);\n    }\n\n    .specs-table td:last-child {\n      color: var(--mid-gray);\n      background: var(--off-white);\n    }\n\n    .specs-table tr:nth-child(even) td:last-child { background: #f0ebfa; }\n\n    \/* ── FAQ ── *\/\n    .faq { background: var(--white); }\n\n    .faq-list {\n      margin-top: 32px;\n      display: flex;\n      flex-direction: column;\n      gap: 16px;\n    }\n\n    .faq-item {\n      border: 1px solid var(--border);\n      border-radius: 8px;\n      overflow: hidden;\n    }\n\n    .faq-q {\n      background: var(--light-purple);\n      padding: 18px 20px;\n      font-weight: 700;\n      color: var(--indigo);\n      font-size: 0.95rem;\n    }\n\n    .faq-a {\n      padding: 16px 20px;\n      font-size: 0.9rem;\n      color: var(--mid-gray);\n      background: var(--white);\n    }\n\n    \/* ── CTA ── *\/\n    .cta-section {\n      background: linear-gradient(135deg, var(--purple) 0%, var(--indigo-mid) 100%);\n      color: var(--white);\n      text-align: center;\n      padding: 72px 24px;\n    }\n\n    .cta-section h2 {\n      color: var(--white);\n      font-size: clamp(1.7rem, 4vw, 2.4rem);\n      margin-bottom: 16px;\n    }\n\n    .cta-section p {\n      color: rgba(255,255,255,0.88);\n      font-size: 1rem;\n      max-width: 540px;\n      margin: 0 auto 36px;\n    }\n\n    .cta-btn {\n      display: inline-block;\n      background: var(--white);\n      color: var(--indigo);\n      font-family: 'Open Sans', sans-serif;\n      font-size: 1rem;\n      font-weight: 700;\n      text-decoration: none;\n      padding: 16px 44px;\n      border-radius: 6px;\n      letter-spacing: 0.03em;\n      transition: background 0.2s ease, transform 0.15s ease;\n    }\n    .cta-btn:hover { background: var(--off-white); transform: translateY(-2px); }\n\n    \/* ── FOOTER ── *\/\n    .footer-note {\n      background: var(--indigo-dark);\n      color: rgba(255,255,255,0.55);\n      text-align: center;\n      font-size: 0.8rem;\n      padding: 20px 24px;\n    }\n\n    \/* ── RESPONSIVE ── *\/\n    @media (max-width: 600px) {\n      .stat-item {\n        padding: 8px 18px;\n        border-right: none;\n        border-bottom: 1px solid rgba(255,255,255,0.3);\n      }\n      .stat-item:last-child { border-bottom: none; }\n      .stat-bar-inner { flex-direction: column; }\n    }\n  \u003c\/style\u003e\n\n\n\n  \u003c!-- ── HERO ── --\u003e\n  \u003csection class=\"hero\"\u003e\n    \u003cp class=\"hero-eyebrow\"\u003eLight Up Literature™ Curriculum\u003c\/p\u003e\n    \u003ch1\u003eAdvanced Author's Purpose\u003cbr\u003e\u003cspan\u003eWorksheets — Grades 7–9\u003c\/span\u003e\n\u003c\/h1\u003e\n    \u003cp class=\"hero-subtitle\"\u003e10 original nonfiction articles paired with 70 high-rigor multiple-choice questions. Built to push students past surface-level answers and into real analysis of tone, bias, purpose, and rhetorical craft.\u003c\/p\u003e\n    \u003cdiv class=\"hero-badges\"\u003e\n      \u003cspan class=\"badge\"\u003eGrades 7–9\u003c\/span\u003e\n      \u003cspan class=\"badge\"\u003eAdvanced Level\u003c\/span\u003e\n      \u003cspan class=\"badge\"\u003e10 Articles\u003c\/span\u003e\n      \u003cspan class=\"badge\"\u003e70 Questions\u003c\/span\u003e\n      \u003cspan class=\"badge\"\u003eAnswer Key\u003c\/span\u003e\n      \u003cspan class=\"badge\"\u003eNo Prep\u003c\/span\u003e\n      \u003cspan class=\"badge\"\u003eRI.7.6 · RI.8.6 · RI.9-10.6\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003ca href=\"#purchase\" class=\"hero-cta\"\u003eAdd to Cart\u003c\/a\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ── STAT BAR ── --\u003e\n  \u003cdiv class=\"stat-bar\"\u003e\n    \u003cdiv class=\"stat-bar-inner\"\u003e\n      \u003cdiv class=\"stat-item\"\u003e\n        \u003cspan class=\"stat-number\"\u003e10\u003c\/span\u003e\n        \u003cspan class=\"stat-label\"\u003eOriginal Articles\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stat-item\"\u003e\n        \u003cspan class=\"stat-number\"\u003e70\u003c\/span\u003e\n        \u003cspan class=\"stat-label\"\u003eTotal Questions\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stat-item\"\u003e\n        \u003cspan class=\"stat-number\"\u003e500+\u003c\/span\u003e\n        \u003cspan class=\"stat-label\"\u003eWords Per Article\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stat-item\"\u003e\n        \u003cspan class=\"stat-number\"\u003e5\u003c\/span\u003e\n        \u003cspan class=\"stat-label\"\u003eSkills Assessed\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── THE PROBLEM ── --\u003e\n  \u003csection class=\"problem\"\u003e\n    \u003cdiv class=\"section-inner\"\u003e\n      \u003cp class=\"section-eyebrow\"\u003eThe Problem This Solves\u003c\/p\u003e\n      \u003ch2\u003eMost author's purpose materials stop at PIE. Your advanced students are ready for more.\u003c\/h2\u003e\n      \u003cp\u003eBy 7th, 8th, or 9th grade, capable readers have outgrown the basic \"Persuade, Inform, Entertain\" framework. They're ready to analyze the difference between an article that informs and one that quietly persuades — to spot the bias hiding behind neutral-sounding language, to identify a tone shift mid-paragraph and explain what it signals about the author's intent.\u003c\/p\u003e\n      \u003cp\u003eMost published worksheets don't offer that. The passages are short and flat. The distractors are obvious. Students with stronger reading instincts breeze through without doing any real thinking, and then wonder why standardized tests feel harder than their classwork.\u003c\/p\u003e\n      \u003cp\u003eThis resource closes that gap. The articles are original, nuanced, and written with craft — so the author's purpose analysis actually requires students to think.\u003c\/p\u003e\n\n      \u003cdiv class=\"problem-grid\"\u003e\n        \u003cdiv class=\"problem-card\"\u003e\n          \u003ch3\u003eArticles students actually want to read\u003c\/h3\u003e\n          \u003cp\u003eTopics range from wellness trends and social media challenges to marketing psychology and identity — relevant to real 7th–9th grade life.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"problem-card\"\u003e\n          \u003ch3\u003eQuestions that require real reasoning\u003c\/h3\u003e\n          \u003cp\u003eEach set of 7 questions includes close distractors — similar-sounding wrong answers that reward careful reading, not guessing.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"problem-card\"\u003e\n          \u003ch3\u003ePurpose layered beneath the surface\u003c\/h3\u003e\n          \u003cp\u003eSeveral articles use a neutral or personal-essay structure to mask a persuasive intent — exactly what students encounter on high-stakes tests.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"problem-card\"\u003e\n          \u003ch3\u003eReady the moment you download\u003c\/h3\u003e\n          \u003cp\u003eNo prep, no cuts, no assembly. Print the article and question page — or display digitally — and assign.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ── ARTICLES ── --\u003e\n  \u003csection class=\"articles\"\u003e\n    \u003cdiv class=\"section-inner\"\u003e\n      \u003cp class=\"section-eyebrow\"\u003eThe 10 Articles\u003c\/p\u003e\n      \u003ch2\u003eOriginal nonfiction written to teach — not just to fill pages.\u003c\/h2\u003e\n      \u003cp\u003eEvery article in this set was written to demonstrate a specific blend of author's purpose, tone, and rhetorical approach. Some blend personal narrative with persuasive intent. Others present balanced analysis while revealing subtle bias. Each pairs with 7 questions designed to reveal whether students are reading carefully or just skimming.\u003c\/p\u003e\n\n      \u003cdiv class=\"articles-grid\"\u003e\n        \u003cdiv class=\"article-card\"\u003e\n          \u003cspan class=\"article-num\"\u003eArticle 1\u003c\/span\u003e\n          \u003ch3\u003eThe Vitamin That Promised a New Me\u003c\/h3\u003e\n          \u003cp\u003eA first-person account of buying a wellness supplement — where the author's purpose hides behind personal narrative and consumer reviews. Covers subtle bias, implicit persuasion, and tone.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"article-card\"\u003e\n          \u003cspan class=\"article-num\"\u003eArticle 2\u003c\/span\u003e\n          \u003ch3\u003eThe Challenge That Changed Everything\u003c\/h3\u003e\n          \u003cp\u003eAn analysis of the viral \"Wake \u0026amp; Run Challenge\" and what it reveals about self-discipline, social media performance, and the psychology of online motivation.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"article-card\"\u003e\n          \u003cspan class=\"article-num\"\u003eArticle 3\u003c\/span\u003e\n          \u003ch3\u003eAxe, Attraction, and the Myth of the Spray\u003c\/h3\u003e\n          \u003cp\u003eAn examination of Axe body spray's marketing evolution — from stereotype-laden ads to authenticity campaigns — and what it says about identity and advertising power.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"article-card\"\u003e\n          \u003cspan class=\"article-num\"\u003eArticle 4\u003c\/span\u003e\n          \u003ch3\u003eThe Cruise Port Pearls That Weren't\u003c\/h3\u003e\n          \u003cp\u003eA reflective personal essay about buying fake pearls at a tourist market — and what those $4.99 beads reveal about marketing, hope, and how we decide what to believe.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"article-card\"\u003e\n          \u003cspan class=\"article-num\"\u003eArticle 5\u003c\/span\u003e\n          \u003ch3\u003eThe Pizza Slip-Up at the Winter Dance\u003c\/h3\u003e\n          \u003cp\u003eA humorous personal narrative about a middle-school embarrassment — assessed for author's purpose, tone, structure, and how humor functions to convey a deeper message about resilience.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"article-card\"\u003e\n          \u003cspan class=\"article-num\"\u003eArticle 6\u003c\/span\u003e\n          \u003ch3\u003eThe Jetsons vs. The Flintstones — Which Future Are We Living In?\u003c\/h3\u003e\n          \u003cp\u003eA lightly nostalgic analysis comparing two classic cartoons as cultural mirrors — and what modern life reveals about which world we've actually become.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"article-card\"\u003e\n          \u003cspan class=\"article-num\"\u003eArticle 7\u003c\/span\u003e\n          \u003ch3\u003eReading Like a Writer: Why Some Books Change Us\u003c\/h3\u003e\n          \u003cp\u003eAn informational-persuasive piece about approaching texts analytically — covering author's purpose, voice, structure, and the concept of \"reverse engineering\" how writing achieves its effect.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"article-card\"\u003e\n          \u003cspan class=\"article-num\"\u003eArticle 8\u003c\/span\u003e\n          \u003ch3\u003eThe Myth of Being Well-Rounded\u003c\/h3\u003e\n          \u003cp\u003eA pointed piece challenging the culture of achievement and extracurricular overload — with embedded data, student quotes, and an admissions officer's perspective that reframes what colleges actually want.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"article-card\"\u003e\n          \u003cspan class=\"article-num\"\u003eArticle 9\u003c\/span\u003e\n          \u003ch3\u003eStar Wars Fans at ComCons — Devotion or Obsession?\u003c\/h3\u003e\n          \u003cp\u003eA balanced analytical piece presenting multiple perspectives on fan culture — examining whether deep attachment to a franchise signals community, escapism, or something in between.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"article-card\"\u003e\n          \u003cspan class=\"article-num\"\u003eArticle 10\u003c\/span\u003e\n          \u003ch3\u003eThe Cold-Plunge Craze: Wellness Hack or Science-Flavored Hype?\u003c\/h3\u003e\n          \u003cp\u003eThe most technically demanding article in the set — weighing real research against influencer claims about cold-water therapy, with precise vocabulary and dry analytical tone.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ── SKILLS ── --\u003e\n  \u003csection class=\"skills\"\u003e\n    \u003cdiv class=\"section-inner\"\u003e\n      \u003cp class=\"section-eyebrow\"\u003eSkills Assessed\u003c\/p\u003e\n      \u003ch2\u003eFive distinct skills — all woven through every article.\u003c\/h2\u003e\n      \u003cp\u003eRather than isolating one skill per worksheet, each article requires students to deploy multiple analytical skills to arrive at correct answers. That's the difference between practice and real test readiness.\u003c\/p\u003e\n\n      \u003cdiv class=\"skills-grid\"\u003e\n        \u003cdiv class=\"skill-item\"\u003e\n          \u003ch3\u003eAuthor's Purpose \u0026amp; Perspective\u003c\/h3\u003e\n          \u003cp\u003eStudents identify not just the general purpose (inform, persuade, entertain) but the nuanced intent — what the author wants readers to think, feel, or do, even when that purpose is unstated.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"skill-item\"\u003e\n          \u003ch3\u003eTone Detection\u003c\/h3\u003e\n          \u003cp\u003eQuestions ask students to identify tone accurately, distinguish between similar tones, and track tone shifts across a passage — a skill that's frequently tested and frequently missed.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"skill-item\"\u003e\n          \u003ch3\u003eBias Recognition\u003c\/h3\u003e\n          \u003cp\u003eSeveral articles present themselves as balanced while revealing subtle bias through word choice, structure, or selective evidence. Students learn to read beneath the surface.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"skill-item\"\u003e\n          \u003ch3\u003eInference with Text Evidence\u003c\/h3\u003e\n          \u003cp\u003eCorrect answers require students to locate specific textual support — not just recall general impressions — building the logical evidence chain that writing tasks also require.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"skill-item\"\u003e\n          \u003ch3\u003eSubtle Language Analysis\u003c\/h3\u003e\n          \u003cp\u003eQuestions address connotation, implicit meaning, rhetorical device, and structural choice — the analytical layer that separates advanced readers from proficient ones.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ── WHAT'S INCLUDED ── --\u003e\n  \u003csection class=\"included\"\u003e\n    \u003cdiv class=\"section-inner\"\u003e\n      \u003cp class=\"section-eyebrow\"\u003eWhat's Included\u003c\/p\u003e\n      \u003ch2\u003eEverything you need — nothing you don't.\u003c\/h2\u003e\n\n      \u003cul class=\"included-list\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003e10 original nonfiction articles\u003c\/strong\u003e — each 500–700+ words, written at an advanced 7th–9th grade complexity level. Topics span wellness culture, social media, marketing psychology, identity, and literary analysis.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e10 question sets — 7 questions each, 70 total\u003c\/strong\u003e — all multiple-choice with carefully crafted distractors. Questions assess purpose, tone, bias, inference, and language analysis across every article.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eFull answer key\u003c\/strong\u003e — organized by article with randomized correct-letter placement to discourage pattern-recognition guessing during test prep.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e20 student-facing pages\u003c\/strong\u003e — one article page and one question page per article, formatted for clean printing or digital display.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eNo-prep format\u003c\/strong\u003e — download, print, and assign. No cutting, laminating, sorting, or additional materials required.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ── WHO IT'S FOR ── --\u003e\n  \u003csection class=\"who\"\u003e\n    \u003cdiv class=\"section-inner\"\u003e\n      \u003cp class=\"section-eyebrow\"\u003eWho This Is For\u003c\/p\u003e\n      \u003ch2\u003eBuilt for the students who are ready for real challenge.\u003c\/h2\u003e\n\n      \u003cul class=\"who-list\"\u003e\n        \u003cli\u003e\n          \u003cspan class=\"who-icon\"\u003e🎯\u003c\/span\u003e\n          \u003cdiv\u003e\n\u003cstrong\u003eAdvanced and gifted 7th–9th graders\u003c\/strong\u003e who need material that actually requires thinking. The articles are nuanced, the distractors are close, and the questions reward careful reading over skimming.\u003c\/div\u003e\n        \u003c\/li\u003e\n        \u003cli\u003e\n          \u003cspan class=\"who-icon\"\u003e📝\u003c\/span\u003e\n          \u003cdiv\u003e\n\u003cstrong\u003eELA teachers preparing students for standardized tests\u003c\/strong\u003e — state assessments, high-school entrance exams, AP Language prerequisites — where author's purpose and perspective analysis are consistently tested at high complexity.\u003c\/div\u003e\n        \u003c\/li\u003e\n        \u003cli\u003e\n          \u003cspan class=\"who-icon\"\u003e🏠\u003c\/span\u003e\n          \u003cdiv\u003e\n\u003cstrong\u003eHomeschool parents with a strong reader\u003c\/strong\u003e who finds typical ELA materials too easy. This resource provides structured, gradable practice without requiring the parent to generate questions or source passages independently.\u003c\/div\u003e\n        \u003c\/li\u003e\n        \u003cli\u003e\n          \u003cspan class=\"who-icon\"\u003e📚\u003c\/span\u003e\n          \u003cdiv\u003e\n\u003cstrong\u003eHonors and accelerated ELA classrooms\u003c\/strong\u003e looking for independent practice, benchmark assessment, or small-group discussion material that generates real conversation about how nonfiction writing works.\u003c\/div\u003e\n        \u003c\/li\u003e\n        \u003cli\u003e\n          \u003cspan class=\"who-icon\"\u003e🧠\u003c\/span\u003e\n          \u003cdiv\u003e\n\u003cstrong\u003eStudents with ADHD who need high-interest material\u003c\/strong\u003e to stay engaged. The article topics are designed to feel current and relevant — not like textbook excerpts — which matters when sustained attention to reading is the challenge.\u003c\/div\u003e\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ── STANDARDS ── --\u003e\n  \u003csection class=\"standards\"\u003e\n    \u003cdiv class=\"section-inner\"\u003e\n      \u003cp class=\"section-eyebrow\"\u003eStandards Alignment\u003c\/p\u003e\n      \u003ch2\u003eAligned to Common Core author's purpose and perspective standards.\u003c\/h2\u003e\n      \u003cp\u003eThis resource addresses the reading informational text standard for author's purpose and perspective across the 7th–9th grade band — covering the progression from identifying stated purpose to analyzing how an author's purpose and perspective shape content and style.\u003c\/p\u003e\n\n      \u003cdiv class=\"standards-grid\"\u003e\n        \u003cdiv class=\"standard-card\"\u003e\n          \u003cspan class=\"std-code\"\u003eRI.7.6\u003c\/span\u003e\n          \u003cp\u003eDetermine author's point of view and analyze how the author distinguishes their position from others\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"standard-card\"\u003e\n          \u003cspan class=\"std-code\"\u003eRI.8.6\u003c\/span\u003e\n          \u003cp\u003eDetermine author's point of view and analyze how the author acknowledges and responds to conflicting evidence\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"standard-card\"\u003e\n          \u003cspan class=\"std-code\"\u003eRI.9-10.6\u003c\/span\u003e\n          \u003cp\u003eDetermine author's point of view and analyze how rhetoric is used to advance the author's point of view or purpose\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ── SPECS ── --\u003e\n  \u003csection class=\"specs\"\u003e\n    \u003cdiv class=\"section-inner\"\u003e\n      \u003cp class=\"section-eyebrow\"\u003eProduct Specifications\u003c\/p\u003e\n      \u003ch2\u003eWhat you're getting.\u003c\/h2\u003e\n\n      \u003ctable class=\"specs-table\"\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eNumber of Articles\u003c\/td\u003e\n          \u003ctd\u003e10 original nonfiction passages\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eArticle Length\u003c\/td\u003e\n          \u003ctd\u003eMinimum 500 words each; several reach 700+ words\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eQuestions\u003c\/td\u003e\n          \u003ctd\u003e7 multiple-choice questions per article; 70 total\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eLevel\u003c\/td\u003e\n          \u003ctd\u003eAdvanced — written for high-performing and gifted readers at the 7th–9th grade level\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eSkills Assessed\u003c\/td\u003e\n          \u003ctd\u003eAuthor's purpose \u0026amp; perspective, tone detection, bias recognition, inference with text evidence, subtle language analysis\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eStandards\u003c\/td\u003e\n          \u003ctd\u003eCommon Core RI.7.6 \/ RI.8.6 \/ RI.9-10.6\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eAnswer Key\u003c\/td\u003e\n          \u003ctd\u003eYes — included, organized by article\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eStudent Pages\u003c\/td\u003e\n          \u003ctd\u003e20 (one article page + one question page per article)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eFormat\u003c\/td\u003e\n          \u003ctd\u003ePrintable PDF — no prep, no assembly\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eLicense\u003c\/td\u003e\n          \u003ctd\u003eSingle classroom or homeschool use only\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003ePublisher\u003c\/td\u003e\n          \u003ctd\u003eLight Up Literature™ Curriculum © 2024\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ── FAQ ── --\u003e\n  \u003csection class=\"faq\"\u003e\n    \u003cdiv class=\"section-inner\"\u003e\n      \u003cp class=\"section-eyebrow\"\u003eFrequently Asked Questions\u003c\/p\u003e\n      \u003ch2\u003eWhat teachers and parents ask before buying.\u003c\/h2\u003e\n\n      \u003cdiv class=\"faq-list\"\u003e\n        \u003cdiv class=\"faq-item\"\u003e\n          \u003cdiv class=\"faq-q\"\u003eIs this actually different from an intermediate-level author's purpose set?\u003c\/div\u003e\n          \u003cdiv class=\"faq-a\"\u003eYes — meaningfully different in three ways. The articles are longer and more complex, with embedded nuance that requires sustained reading rather than quick scanning. The questions use close distractors that require students to distinguish between similar-sounding answers. And several articles mask their persuasive intent behind personal narrative or analytical structure — exactly what advanced readers need to practice identifying.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq-item\"\u003e\n          \u003cdiv class=\"faq-q\"\u003eHow do I know if my students are ready for this level?\u003c\/div\u003e\n          \u003cdiv class=\"faq-a\"\u003eIf your students can quickly and correctly answer basic \"What is the author's purpose?\" questions on short passages, they're probably ready to be challenged here. This set is designed for students who read above grade level, take honors ELA, or are preparing for high-stakes tests that require nuanced reading analysis. If you have a student somewhere in the middle, the first article — \"The Vitamin That Promised a New Me\" — is a good gauge of whether the level is appropriate.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq-item\"\u003e\n          \u003cdiv class=\"faq-q\"\u003eCan these be used as a class discussion resource, not just a worksheet?\u003c\/div\u003e\n          \u003cdiv class=\"faq-a\"\u003eThey work very well that way. The articles are written around topics that generate real debate — marketing ethics, social media culture, identity pressure, wellness trends — and several questions have answers that could reasonably be argued either way, making them excellent Socratic seminar starters. Students who discuss the articles before answering the questions often score higher and retain more.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq-item\"\u003e\n          \u003cdiv class=\"faq-q\"\u003eAre these articles AI-generated or original?\u003c\/div\u003e\n          \u003cdiv class=\"faq-a\"\u003eThe articles are original to Light Up Literature™ Curriculum — written with specific instructional goals in mind, not assembled from generic prompts. Each article's structure, tone, and purpose are deliberately crafted to give students something meaningful to analyze.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq-item\"\u003e\n          \u003cdiv class=\"faq-q\"\u003eDoes this work for students with ADHD?\u003c\/div\u003e\n          \u003cdiv class=\"faq-a\"\u003eThe topic selection was partly intentional on this front — articles about TikTok challenges, viral wellness trends, Star Wars conventions, and social media psychology tend to hold attention in ways that generic textbook passages don't. Students who disengage from dry academic excerpts often stay with these because they feel relevant and conversational, even when the questions require rigorous thinking.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq-item\"\u003e\n          \u003cdiv class=\"faq-q\"\u003eCan I use this with a class larger than one teacher?\u003c\/div\u003e\n          \u003cdiv class=\"faq-a\"\u003eOne license covers a single classroom. If multiple teachers at your school want to use it, each needs their own license. Contact debra@lightupliteraturecurriculum.com for school or team licensing options.\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ── CTA ── --\u003e\n  \u003csection class=\"cta-section\" id=\"purchase\"\u003e\n    \u003cdiv class=\"section-inner\" style=\"text-align:center;\"\u003e\n      \u003ch2\u003eStop settling for passages that don't push your best readers.\u003c\/h2\u003e\n      \u003cp\u003e10 original articles. 70 rigorous questions. Real analysis practice for students who are ready for it — and who deserve it.\u003c\/p\u003e\n      \u003ca href=\"#\" class=\"cta-btn\"\u003eAdd to Cart\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"footer-note\"\u003e\n    © 2024 Light Up Literature™ Curriculum · lightupliterature.com · For classroom and homeschool use only.\n  \u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"Light Up Literature™ Curriculum","offers":[{"title":"Default Title","offer_id":49286004080863,"sku":null,"price":10.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0810\/3038\/1791\/files\/Author_spurposeA..png?v=1779326855","url":"https:\/\/shop.lightupliterature.com\/products\/advanced-authors-purpose-worksheets-grades-7-9-light-up-literature","provider":"Light Up Literature™ Curriculum","version":"1.0","type":"link"}