Verbal Synonyms Traps Types
PrepMaster Trap Taxonomy System
PM-V-S · SYNONYM TRAPS · v1.0
Verbal Section · Synonym Sub-taxonomy
The 9 Ways Students Pick the Wrong Synonym
A PrepMaster-proprietary trap classification for SSAT Synonym questions. Each trap is defined by its cognitive root, distractor structure, ThinkTrace detection signal, and Socratic Guide intervention output.
1
Distinct cognitive mechanismEach trap must have a different cognitive pathway — not just a different example of the same error.
2
Detectable from ThinkTrace dataEvery trap must be identifiable from log data: response time, distractor choice, position, revision behavior.
3
Pedagogically actionableEach trap must produce a correctable intervention the Socratic Guide agent can actually deliver.
Trap Definitions
PM-V-S-01 through PM-V-S-09
PM-V-S-01
High frequency
Antonym Confusion
반의어 혼동 — polarity reversal
Cognitive Root
Student recognizes the semantic field correctly but reverses the polarity of the target word. The word "feels right" because it lives in the same conceptual neighborhood — but points the opposite direction.
"abate" → selects "intensify"
Both relate to magnitude — direction is wrong.
Both relate to magnitude — direction is wrong.
Distractor Structure + Signal
College Board places a word from the same semantic domain but with inverted direction. Exploits partial knowledge — student knows the topic, not the vector.
Response time under 2 seconds (overconfident)
Distractor shares root or domain with correct answer
No revision behavior
Detection Logic (Supabase)
WHERE response_ms < 2000
AND trap_code = 'PM-V-S-01'
AND is_correct = false
AND revision_count = 0
AND trap_code = 'PM-V-S-01'
AND is_correct = false
AND revision_count = 0
Socratic Output
"You picked a word from the right neighborhood — but did you check which direction it's pointing? Does your answer mean more of something or less of something? What about the original word?"
Remediation
Prefix/root direction study: ab- (away/down), de- (down/off), in- (not), ex- (out). Pair each new vocab word with its directional opposite explicitly. PrepMaster word cards: add ↑/↓ arrow next to every word during initial encoding.
PM-V-S-02
High frequency
Semantic Proximity Trap
의미 근접 함정 — close-but-not-exact
Cognitive Root
Student selects a word in the same semantic field, directionally correct — but not precise enough. Error is in resolution, not direction. Student thinks "close enough" when SSAT requires exact match.
"abate" → selects "prevent"
Both involve reducing something negative. But "prevent" = stop before; "abate" = reduce after it's already happening.
Both involve reducing something negative. But "prevent" = stop before; "abate" = reduce after it's already happening.
Distractor Structure + Signal
The distractor is a plausible synonym in everyday language but fails the SSAT's precision test. Catches students with surface-level vocabulary acquisition.
Response time 2–4 seconds (some deliberation)
Student often hovers between this and the correct answer
Revision behavior sometimes present
Detection Logic (Supabase)
WHERE response_ms BETWEEN 2000 AND 5000
AND trap_code = 'PM-V-S-02'
AND is_correct = false
AND trap_code = 'PM-V-S-02'
AND is_correct = false
Socratic Output
"Both words feel similar — I get it. But can you think of a sentence where one works and the other doesn't? That gap is where the answer lives."
Remediation
Collocation-based learning: teach words in context sentences, not definitions alone. Focus on use-case distinctions — "mitigate" vs. "prevent" vs. "eliminate" vs. "abate." PrepMaster word pairs drill: which sentence does each word fit?
PM-V-S-03
High frequency
Sound-Alike Trap
음성 유사 함정 — phonetic confusion
Cognitive Root
Student confuses the target word with a phonetically or orthographically similar word. Brain pattern-matches to a familiar sound and retrieves the wrong lexical entry. Extremely common in Korean learners who acquired vocabulary through reading, not listening.
"elicit" → student thinks it means "illicit"
"averse" confused with "adverse"
"affect" confused with "effect"
"averse" confused with "adverse"
"affect" confused with "effect"
Distractor Structure + Signal
College Board exploits near-homophones and orthographic neighbors. The distractor answer often matches the student's misread meaning, not the actual word.
Very fast response (under 1.5 seconds)
No revision — student is confident in the wrong reading
Consistent error pattern across similar word pairs
Detection Logic (Supabase)
WHERE response_ms < 1500
AND trap_code = 'PM-V-S-03'
AND is_correct = false
AND revision_count = 0
AND trap_code = 'PM-V-S-03'
AND is_correct = false
AND revision_count = 0
Socratic Output
"Say this word out loud. Now — is there another word that sounds just like it but means something completely different? SSAT loves to use words that fool your ear."
Remediation
Explicit confusable-pairs list. PrepMaster "혼동주의" format: near-homophones side by side with distinct color coding. Korean learners especially need audio reinforcement — add pronunciation audio to word card deck.
PM-V-S-04
Medium frequency
False Cognate Trap
표면 어원 함정 — root misanalysis
Cognitive Root
Student attempts root analysis but misidentifies or misapplies the root, arriving at a plausible-but-wrong meaning. The dangerous variant: partial root knowledge gives false confidence.
"indolent" (lazy) → student parses "in-" + "dol-" → thinks "painless" (from dolor = pain)
"perspicacious" → student thinks "perspire" related, guesses "nervous"
"perspicacious" → student thinks "perspire" related, guesses "nervous"
Distractor Structure + Signal
College Board places an answer matching the student's likely misanalysis. Particularly punishing — student feels they "used the strategy" and still got it wrong.
Medium response time 3–6s (deliberate root analysis)
Often no revision (confident in own analysis)
Consistent misanalysis of same root family
Detection Logic (Supabase)
WHERE response_ms BETWEEN 3000 AND 8000
AND trap_code = 'PM-V-S-04'
AND is_correct = false
AND trap_code = 'PM-V-S-04'
AND is_correct = false
Socratic Output
"You tried to break the word apart — good instinct. But which part did you focus on? Sometimes a root comes from two different Latin words. What else could that root mean?"
Remediation
Root disambiguation list: pairs of roots that look similar but diverge (dol- pain vs. -lent = full of). Teach the whole word first, confirm the root second. Never teach roots without anchoring to 3 real word examples.
PM-V-S-05
Medium frequency
Register Mismatch Trap
어조/격식 혼동 — formality level error
Cognitive Root
Student selects a word with the right denotation but wrong register (formality level). SSAT requires register match — "chat" ≠ "converse," "kid" ≠ "offspring," "mad" ≠ "irate." Common in Korean learners who acquired English from casual media rather than academic text.
"loquacious" → selects "chatty"
Meaning correct. Register too informal.
Meaning correct. Register too informal.
Distractor Structure + Signal
College Board presents an informal synonym as distractor alongside the correct formal synonym.
Medium-fast response (2–3 seconds)
Student feels confident — they know what the word means
Correlates with strong reading comp but weaker formal vocabulary
Detection Logic (Supabase)
WHERE trap_code = 'PM-V-S-05'
AND is_correct = false
AND distractor_register = 'informal'
AND is_correct = false
AND distractor_register = 'informal'
Socratic Output
"Your answer means the same thing — but would you use it in a formal essay or a text to a friend? SSAT words live in formal English. Which answer belongs in that world?"
Remediation
Register-sorted vocabulary lists: informal / neutral / formal tiers for synonym clusters. Teach the concept of register explicitly — it doesn't map cleanly from Korean. Reading academic English (NYT, Atlantic, Economist) accelerates register calibration faster than any drill.
PM-V-S-06
Medium frequency
Part-of-Speech Trap
품사 혼동 — grammatical category error
Cognitive Root
Student knows the word family but selects the wrong part of speech. Target is an adjective; student picks the noun form of the same root. Especially common where English grammatical categories map imperfectly from Korean.
"torpid" (adj: sluggish) → selects "torpor" (noun: sluggishness)
Both correct in isolation — only one matches the grammatical requirement.
Both correct in isolation — only one matches the grammatical requirement.
Distractor Structure + Signal
College Board includes morphological variants of the correct root as distractors. Student who checks only meaning, not grammar, falls for this every time.
Fast response (under 2 seconds)
Student doesn't check grammatical category of target or choices
No revision — error is invisible to the student
Detection Logic (Supabase)
WHERE trap_code = 'PM-V-S-06'
AND is_correct = false
AND response_ms < 2000
AND is_correct = false
AND response_ms < 2000
Socratic Output
"Before you pick — what part of speech is the original word? Noun? Adjective? Verb? Now look at the choices. Which ones are the same type?"
Remediation
Part-of-speech scan habit: train students to always identify the grammatical category of the target word before reading answer choices. Build word family charts for high-frequency SSAT roots (torpid/torpor/torpidly, etc.).
PM-V-S-07
Medium frequency
Connotation Trap
함의 혼동 — emotional valence error
Cognitive Root
Student matches denotation (literal meaning) but misses connotation (emotional charge). SSAT tests whether students distinguish between words that mean roughly the same thing but carry different emotional weight.
"frugal" vs. "miserly" — both mean spending little, but one is positive, one negative.
"assertive" vs. "aggressive" vs. "pushy" — same behavior, different valence.
"assertive" vs. "aggressive" vs. "pushy" — same behavior, different valence.
Distractor Structure + Signal
Distractor matches denotation perfectly but has different emotional charge. For students who learned vocabulary through translation (Korean → English), connotation is almost never taught — making this a high-value trap.
Medium response time (3–5 seconds)
Student may revise — feels something is off but can't locate the issue
Struggles more with near-synonyms than clearly wrong answers
Detection Logic (Supabase)
WHERE trap_code = 'PM-V-S-07'
AND is_correct = false
AND revision_count >= 1
AND is_correct = false
AND revision_count >= 1
Socratic Output
"These two words mean almost the same thing — but if someone called you one vs. the other, would you feel the same? Which one is a compliment? Which one is a criticism?"
Remediation
Connotation spectrum drills: present synonym clusters on a positive-to-negative axis. Students physically place each word on the spectrum. E.g.: "thrifty → frugal → economical → stingy → miserly." This makes connotation visible and memorable.
PM-V-S-08
Lower frequency
Scope Mismatch Trap
범위 불일치 — specificity level error
Cognitive Root
Student selects a word that is too broad (hypernym) or too narrow (hyponym) relative to the target. Scope doesn't match even though the category does.
"canine" → selects "animal" (too broad) or "poodle" (too narrow)
"sorrow" → selects "emotion" (too broad) or "anguish" (too specific in context)
"sorrow" → selects "emotion" (too broad) or "anguish" (too specific in context)
Distractor Structure + Signal
College Board places a hypernym or hyponym clearly in the right category. Student who doesn't think about scope will select it confidently.
Fast to medium response
Partial knowledge — knows the category, not the exact level
Occasional revision: "wait, that's too general"
Detection Logic (Supabase)
WHERE trap_code = 'PM-V-S-08'
AND is_correct = false
AND distractor_scope IN ('hypernym', 'hyponym')
AND is_correct = false
AND distractor_scope IN ('hypernym', 'hyponym')
Socratic Output
"Your answer is in the right family — but is it more specific or more general than the original word? Think of it like a zoom lens. Did you zoom in or zoom out too far?"
Remediation
Semantic hierarchy mapping: draw word trees for key SSAT vocabulary clusters. Students must locate each word at the right level of the tree (not just the right branch). "Which floor of the building does this word live on?"
PM-V-S-09
High impact
Time-Pressure Collapse
시간 압박 붕괴 — anxiety-driven selection failure
Cognitive Root
Not a vocabulary gap — a test management failure. Student knows the word or could reason through it, but time pressure triggers a flight response. Decision quality collapses. Answer becomes effectively random, biased toward position A or the most visually familiar word.
Student misses questions 28–30 despite knowing the words — spent too long on 15–20, felt panicked, clicked randomly at the end.
Distractor Structure + Signal
No specific distractor design — this trap is about student state, not question structure. College Board front-loads easier questions, so collapse at the end often means missing recoverable points.
Very fast responses in final 25% of section (under 1 second)
Accuracy drops sharply after a specific question number
Answer distribution skews toward position A or B in last 5 questions
Detection Logic (Supabase)
WHERE trap_code = 'PM-V-S-09'
AND question_position > 0.75 * total_q
AND response_ms < 1000
AND is_correct = false
AND question_position > 0.75 * total_q
AND response_ms < 1000
AND is_correct = false
Socratic Output
"I noticed you went very fast at the end. Were you running out of time, or did those words feel unfamiliar? Let's look at those last few questions together — I think you actually knew some of them."
Remediation
Identify each student's "collapse point" (the question number where accuracy drops). Train 30-second-per-question discipline explicitly. Teach skip-and-mark strategy: definitely don't know vs. unsure. Flag this pattern to parents immediately — it's a test management problem, not a vocabulary problem.
Quick Reference
All 9 traps at a glance| Code | Name | Core Error | Key Signal | Frequency |
|---|---|---|---|---|
| PM-V-S-01 | Antonym Confusion | Right field, wrong direction | <2s, no revision | High |
| PM-V-S-02 | Semantic Proximity | Close but not exact | 2–4s, some hover | High |
| PM-V-S-03 | Sound-Alike | Phonetic misread | <1.5s, confident error | High |
| PM-V-S-04 | False Cognate | Wrong root analysis | 3–8s deliberate | Medium |
| PM-V-S-05 | Register Mismatch | Right meaning, wrong formality | 2–3s, confident | Medium |
| PM-V-S-06 | Part-of-Speech | Wrong grammatical category | <2s, no revision | Medium |
| PM-V-S-07 | Connotation | Right meaning, wrong emotional charge | 3–5s, may revise | Medium |
| PM-V-S-08 | Scope Mismatch | Too broad or too narrow | Variable, partial knowledge | Lower |
| PM-V-S-09 | Time-Pressure Collapse | Test management failure | <1s in final 25% of section | High impact |