import React, { useRef, useState, useEffect } from "react"; import { Check, BookOpen, Lightbulb, Zap, Target } from "lucide-react"; import { PracticeFromDataset } from "../../../components/lessons/LessonShell"; import { CENTRAL_IDEAS_EASY, CENTRAL_IDEAS_MEDIUM, } from "../../../data/rw/central-ideas-details"; import EvidenceHunterWidget, { type EvidenceExercise, } from "../../../components/lessons/EvidenceHunterWidget"; import RevealCardGrid, { type RevealCard, } from "../../../components/lessons/RevealCardGrid"; import useScrollReveal from "../../../components/lessons/useScrollReveal"; interface LessonProps { onFinish?: () => void; } /* ── Data for RevealCardGrid widgets ── */ const WRONG_ANSWER_TAXONOMY: RevealCard[] = [ { label: "Off-topic", sublabel: "Is this noun/idea actually in the lines?", content: "Mentions something never in the passage or unrelated to the topic.", }, { label: "Too broad", sublabel: "Does answer scope match passage scope?", content: 'Passage focuses on ONE person but answer says "scientists" or "artists" (plural).', }, { label: "Too narrow", sublabel: "Is this the MAIN thing or just one example?", content: "Picks a supporting detail instead of the overall idea.", }, { label: "Half-right, half-wrong", sublabel: "Read every word in the answer.", content: "First half matches, second half contains a false or unsupported claim.", }, { label: "Could-be-true", sublabel: "Can I point to specific words?", content: "Plausible in the real world, but not stated or implied in the text.", }, { label: "Wrong scope for purpose", sublabel: "Focus on what the WHOLE passage does.", content: "Describes what the passage mentions but not its primary goal.", }, ]; const STRUCTURE_PATTERNS: RevealCard[] = [ { label: "Old Idea → New Idea", content: "Challenge/revision: most common in science passages", }, { label: "Problem → Solution", content: "A challenge is identified, then an approach is described", }, { label: "Claim → Supporting Evidence", content: "The main point is stated upfront, followed by examples", }, { label: "Description → Implication", content: "A scenario is described, then its significance is analyzed", }, { label: "Comparison / Contrast", content: "Two entities or views are presented side by side", }, ]; const EVIDENCE_EXERCISES: EvidenceExercise[] = [ { question: "Which sentence states the central idea of this passage?", passage: [ "For decades, the standard treatment for depression has been antidepressant medication combined with talk therapy.", "These approaches help many patients, but roughly one-third do not respond to first-line treatments.", "Researchers are now investigating ketamine, an anesthetic, as a rapid-acting antidepressant.", "Unlike traditional medications that take weeks to work, ketamine can reduce depressive symptoms within hours.", "This suggests that the neuroscience of depression is far more complex — and far more treatable — than previously assumed.", ], evidenceIndex: 4, explanation: 'Sentence 5 is the "So What" — it draws a broader conclusion about what ketamine research implies about depression science. It\'s the central idea because it states what the author wants us to take away from all the preceding information.', }, { question: "Which sentence best expresses the main point the author wants the reader to understand?", passage: [ "Ancient Rome is often praised for its engineering feats: aqueducts, roads, and amphitheaters.", "These structures have survived millennia and continue to function in some cases today.", "Less celebrated is Rome's sophisticated financial system, which included credit, interest-bearing loans, and transferable debt.", "Roman bankers financed trade across the Mediterranean, enabling commerce that would otherwise have been impossible.", "The financial innovations of Rome were as consequential as its physical ones, yet history has largely ignored them.", ], evidenceIndex: 4, explanation: 'Sentence 5 is the thesis — the author\'s main argument that Roman financial innovation was equally important to physical engineering. The word "yet" signals this is the key contrast and the point the author most wants to make.', }, ]; const EBRWCentralIdeasLesson: React.FC = ({ onFinish }) => { const [activeSection, setActiveSection] = useState(0); const sectionsRef = useRef<(HTMLElement | null)[]>([]); useEffect(() => { const observers: IntersectionObserver[] = []; sectionsRef.current.forEach((el, idx) => { if (!el) return; const obs = new IntersectionObserver( ([entry]) => { if (entry.isIntersecting) setActiveSection(idx); }, { threshold: 0.3 }, ); obs.observe(el); observers.push(obs); }); return () => observers.forEach((o) => o.disconnect()); }, []); useScrollReveal(); const scrollToSection = (index: number) => { setActiveSection(index); sectionsRef.current[index]?.scrollIntoView({ behavior: "smooth" }); }; const SectionMarker = ({ index, title, icon: Icon, }: { index: number; title: string; icon: React.ComponentType>; }) => { const isActive = activeSection === index; const isPast = activeSection > index; return ( ); }; return (
{/* Section 0 — Topic & Main Point */}
{ sectionsRef.current[0] = el; }} className="min-h-screen flex flex-col justify-center mb-24 pt-20 lg:pt-0" >
Information & Ideas — Domain 2

Central Ideas & Details

Identify the main point, central claim, and overall structure — and eliminate every wrong answer type.

{/* 4A — Identifying the Topic */}

Identifying the Topic

The topic is the person, thing, or idea that is the primary subject of the passage. Correct answers to main idea questions must reference the topic — wrong answers often shift to a related but different subject.

Key Principles

  • • The topic appears in sentence 1–2 in nearly every SAT passage.
  • • A topic is NOT the same as the theme. Topic = subject; Theme = abstract lesson.
  • • Recognize restatements: a computer → "the machine," "the invention," "the technology."
  • • The topic word usually recurs throughout — by name or via pronoun/compression noun.
  • • Off-topic answers are wrong even if every other word matches the passage.

Common Mistakes

  • • Naming a category instead of the specific topic (e.g., "Japanese art" instead of "Otagaki Rengetsu's art").
  • • Confusing a supporting detail mentioned in one sentence for the main topic.
  • • Missing pronoun shifts: "it" may change referent mid-passage.
  • • Selecting an answer that is too broad in scope — the passage discusses ONE scientist, not all scientists.
{/* 4B — Main Point Formula */}

The Main Point Formula

The main point answers the question: "So what?" It is the primary argument the author wants to convey — not just a description of what was discussed.

Topic + So What? = Main Point

{/* Worked Example — Otagaki Rengetsu */}

Worked Example

"Admired primarily for her exquisite calligraphy,{" "} Otagaki Rengetsu {" "} (1791–1875) was among Japan's most celebrated artists. She was also a writer and ceramicist, often inscribing{" "} her poems{" "} in{" "} her own calligraphy {" "} onto clay vessels —{" "} a distinctive blending of art forms not replicated by any other artist in Japanese history .{" "} Her work{" "} was in such great demand during the nineteenth century that every household in Kyoto was said to own{" "} her pottery , and today{" "} scrolls and ceramics {" "} bearing{" "} her calligraphy {" "} are sought after by collectors."

Topic

Otagaki Rengetsu's art

So What?

Unique, unreplicated qualities

Main Point

Her artistic creations are prized for their unique qualities

Notice the topic tracking: {" "} The topic "Otagaki Rengetsu's art" is introduced in sentence 1 and then restated in other words throughout —{" "} her poems, her own calligraphy, her work, her pottery, scrolls and ceramics, her calligraphy . The topic word recurs by name or via pronoun/compression noun. Every correct answer must reference this specific topic, not a broader category like "Japanese art."

Key locations where the main point is typically found:

  • •{" "} First or first two sentences{" "} — most common.
  • Last sentence — especially when the passage confirms or reasserts the opening claim.
  • After a major transition{" "} such as however, but, in fact, therefore — the "new idea" is often the real main point.
  • •{" "} After a dash, colon, or italicized word {" "} — these signal that something important follows.
{/* Fiction & Poetry */}

Fiction & Poetry: Special Cases

Fiction Passages

  • • Focus on who the character is and what quality or feeling the passage emphasizes.
  • • Key information often appears at the end (a quoted line of dialogue, a narrator's summary, or a character's reflection).
  • • DO NOT read in symbolism or broader themes beyond what the text literally states.
  • • Wrong answers often import an emotion or quality from outside the text, or conflate a detail with the main idea.
  • Example: Amy Tan passage about ink-making → main point = characters take great pride in their generational ink-making tradition. NOT "the importance of family" (too abstract).

Poetry Passages

  • • Read the poem literally first — what is the speaker literally saying?
  • • Identify the speaker's attitude (positive, negative, ambivalent) — this almost always determines the main point.
  • • Look at the last stanza or final couplet for the poem's culminating idea.
  • • Avoid symbolic overreach: "the winter represents death" is interpretation, not literal reading.
  • • Process of elimination is very powerful: eliminate any answer that is either negative when the poem is positive, or that mentions something never stated.
{/* 4F — Primary Purpose vs. Main Point */}

Primary Purpose vs. Main Point

{[ [ "Question asked", "What does the author claim?", "Why did the author write this?", ], [ "Answer uses", 'Specific nouns, claims, findings ("dark matter cannot be seen but must exist")', "Function verbs: describe, argue, challenge, illustrate, explain, contrast, suggest", ], [ "Example", '"Octavia Butler resisted being identified exclusively with science fiction."', '"To present a claim and support it with examples."', ], ].map(([label, mp, pp], i) => ( ))}
Main Point Primary Purpose
{label} {mp} {pp}
{/* Wrong Answer Taxonomy */}

Wrong Answer Taxonomy — tap to reveal each trap:

{/* Section 1 — Old/New & Structure */}
{ sectionsRef.current[1] = el; }} className="min-h-screen flex flex-col justify-center mb-24" >

Old/New & Structure

The most important structural pattern on the SAT — and how to describe overall passage organization.

{/* 4C — Old/New */}

Old Idea vs. New Idea Structure

The Old/New template is one of the most important patterns in SAT science and social science passages. Authors present a traditionally held view (old idea), then pivot to a new or contradictory finding.

Old Idea Signal Phrases

  • • "Some/many/most scientists believe..."
  • • "It is commonly thought that..."
  • • "Accepted/conventional wisdom holds..."
  • • "For decades, researchers thought..."
  • • "Traditionally, it was believed..."

→ These phrases signal a view the author DISAGREES with.

New Idea Signal Phrases

  • • "However, but in fact..."
  • • "Actually, in reality..."
  • • "But is it really true that...?"
  • • "It now seems / researchers now think..."
  • • "Recently, it has been found that..."
  • • "New research/evidence shows..."

→ These phrases signal the view the author AGREES with.

STRATEGY

As you read, jot on scratch paper: Old = [3-word summary] | New = [3-word summary]. The main point is almost always the NEW idea. If you identify the old idea, you can predict the new idea before reading it.

{/* 4G — Overall Structure */}

Overall Structure of a Text — tap to reveal each pattern:

Structure questions ask how a passage is organized. Identify the move from one idea to another — not just what is said, but in what sequence and for what purpose.

STRATEGY for structure questions

Focus on the first and last sentence. The first usually introduces the main move; the last usually shows where the passage ended up. Then check the answer choices for the option that correctly names both ends.

{/* Section 2 — Pronouns & Compression Nouns */}
{ sectionsRef.current[2] = el; }} className="min-h-screen flex flex-col justify-center mb-24" >

Pronouns & Compression Nouns

Failure to track these referents is one of the most common comprehension errors on the SAT.

{/* 4H */}

Tracking Pronouns and Compression Nouns

Pronouns (it, they, this, these) and "compression nouns" (this phenomenon, the former, such developments) refer to ideas already stated. Failure to track these referents is one of the most common comprehension errors on the SAT.

How to Track Pronouns

  • • Always back up to the previous sentence (or earlier) to find the referent.
  • • Singular pronouns (it, this) → singular noun.
  • • Plural pronouns (they, these) → plural noun.
  • • "The former" → first-mentioned item; "the latter" → second-mentioned item.
  • • Do NOT start reading at the pronoun; always work backwards first.

Compression Noun Examples

  • • "This enhanced convenience" → refers to several sentences of prior description.
  • • "This divergence" → refers to genetic differences between dolphin species.
  • • "Such developments" → refers to a process described in the prior paragraph.
  • • "This phenomenon" → compresses a multi-sentence explanation into one noun.
  • • The referent may be 3–5 lines BEFORE the compression noun.

Golden Rule

The main point is NOT the first sentence — it is the "So What" conclusion. Read the whole passage, then ask: "If I had to explain in one sentence what the author WANTS me to believe, what would I say?" That sentence is the main point. For Old/New passages: the NEW idea is almost always the main point.

{/* Section 3 — Main Point Hunter widget */}
{ sectionsRef.current[3] = el; }} className="min-h-screen flex flex-col justify-center mb-24" >

Main Point Hunter

Find the sentence that states the central idea — the "So What" conclusion.

{/* Section 4 — Practice */}
{ sectionsRef.current[4] = el; }} className="min-h-screen flex flex-col justify-center mb-24" >

Practice Questions

{CENTRAL_IDEAS_EASY.slice(0, 2).map((q) => ( ))} {CENTRAL_IDEAS_MEDIUM.slice(0, 1).map((q) => ( ))}
); }; export default EBRWCentralIdeasLesson;