V4

Nuanced Synonyms

Precise distinctions between near-synonyms · avoid blunt substitution

Words 1–4

Damage vs harm
damage = physical injury to things; harm = negative effect on people/things (broader)
Famous vs notorious
famous = widely known (neutral/positive); notorious = widely known for something bad
Claim vs assert
claim = state without proof (may be disputed); assert = state firmly, with confidence
Prevent vs avoid
prevent = stop something happening (active); avoid = stay away from or not do (passive)
Examples
The flood damaged the building. Pollution harms public health.
She is famous for her research. He is notorious for his fraud.

Words 5–8

Infer vs imply
infer = draw a conclusion from evidence (reader/listener does this); imply = suggest without stating (speaker/writer does this)
Comprise vs compose
the whole comprises the parts; the parts compose the whole
Continuous vs continual
continuous = without interruption; continual = repeated regularly but with breaks
Less vs fewer
less = uncountable nouns (amount); fewer = countable nouns (number)
Examples
She implied he was lying; I inferred she was angry.
The committee comprises twelve members. Twelve members compose the committee.

Words 9–12

Disinterested vs uninterested
disinterested = impartial, no personal stake; uninterested = not interested, bored
Economic vs economical
economic = relating to the economy; economical = not wasteful, cost-effective
Alternate vs alternative
alternate = every other one (adj) or take turns (verb); alternative = another option
Principal vs principle
principal (adj/noun) = main, or head of school; principle (noun) = fundamental rule or belief
Examples
A disinterested judge is fair. An uninterested judge is dangerous for different reasons.
The economic crisis was severe. The solution was economical and efficient.
1 / 3
// Scroll first slide into view on load (function() { var dk = document.getElementById('slide-deck'); if (dk) setTimeout(function() { dk.scrollIntoView({ behavior: 'smooth', block: 'start' }); }, 150); })(); // ✓ badges on Practice / Game nav tabs (function() { try { var p = JSON.parse(localStorage.getItem('wordplay_progress') || '{}'); var lv = p['c2'] || {}; var ws = lv['nuanced-synonyms']; if (ws && ws.pct >= 70) { var pt = document.querySelector('.chapter-nav-btn[href="index.html"]'); if (pt) pt.textContent = 'Practice ✓'; } var gm = lv['wordplay_game_nuanced-synonyms']; if (gm && gm.pct >= 70) { var gt = document.querySelector('.chapter-nav-btn[href="game.html"]'); if (gt) gt.textContent = 'Game ✓'; } } catch(e) {} })(); (function(){ try{ var mastered = localStorage.getItem('wordplay_vocab_c2_nuanced-synonyms_mastered') === '1'; if(mastered){var ft=document.querySelector('.chapter-nav-btn[href="index.html"]');if(ft)ft.textContent='Flashcards ✓';} var p=JSON.parse(localStorage.getItem('wordplay_progress')||'{}'); var gm=(p['c2']||{})['wordplay_game_nuanced-synonyms']; if(gm&&gm.pct>=70){var gt=document.querySelector('.chapter-nav-btn[href="game.html"]');if(gt)gt.textContent='Game ✓';} }catch(e){} })();