General Writing Course: Task 1

Lexical Resource for IELTS Letters

Master modifiers and synonyms to boost your vocabulary score

What Are Vocabulary Modifiers & Synonyms?

Modifiers

Words that alter or intensify meaning:

  • “very” → “extremely”
  • “good” → “exceptionally good”
  • “cold” → “uncomfortably cold”

Synonyms

Words with similar meanings:

  • “help” → “assist”
  • “problem” → “issue”
  • “quick” → “prompt”

Comparing Two Letters

Basic Letter (Band 5-6)

“The apartment is dirty and has plumbing issues.”

  • Simple vocabulary
  • No modifiers
  • Basic description

Improved Letter (Band 7-8)

“The apartment is extremely filthy with severe plumbing malfunctions.”

  • Strong modifiers (“extremely”)
  • Precise synonyms (“filthy”, “malfunctions”)
  • More impactful description

Why This Matters:

  • Modifiers add precision and emphasis
  • Synonyms prevent repetition and show range
  • Better vocabulary leads to higher Lexical Resource scores

Interactive Practice

Enhance This Sentence:

“The service at the restaurant was bad.”

Choose Modifiers:

Choose Synonyms for “bad”:

Enhanced Sentence:

🧠 Test Your Knowledge

Answer these questions to check your understanding of vocabulary modifiers and synonyms.

1. Which of these is NOT a good reason to use synonyms in IELTS letters?

2. What is the best way to modify this sentence? “The noise was loud.”

3. Which pair shows proper synonym use in a formal complaint letter?

💎 Key Takeaways

Modifiers Add Precision

Use words like “extremely” or “unacceptably” to strengthen your message

Synonyms Show Range

Avoid repetition with words like “issue” instead of “problem”

Context Matters

Choose words that match your letter’s tone (formal/semi-formal)

Remember: Varied vocabulary = Higher Lexical Resource score!

document.addEventListener(‘DOMContentLoaded’, function() { // Interactive Sentence Enhancer let selectedModifier = ”; let selectedSynonym = ”; // Modifier buttons document.querySelectorAll(‘.modifier-btn’).forEach(btn => { btn.addEventListener(‘click’, function() { document.querySelectorAll(‘.modifier-btn’).forEach(b => b.style.backgroundColor = ‘#e0e7ff’); this.style.backgroundColor = ‘#a5b4fc’; selectedModifier = this.getAttribute(‘data-word’); }); }); // Synonym buttons document.querySelectorAll(‘.synonym-btn’).forEach(btn => { btn.addEventListener(‘click’, function() { document.querySelectorAll(‘.synonym-btn’).forEach(b => b.style.backgroundColor = ‘#f0f9ff’); this.style.backgroundColor = ‘#7dd3fc’; selectedSynonym = this.getAttribute(‘data-word’); }); }); // Enhance button document.getElementById(‘enhance-btn’).addEventListener(‘click’, function() { const resultContainer = document.querySelector(‘.result-container’); const enhancedSentence = document.querySelector(‘.enhanced-sentence’); if (selectedModifier && selectedSynonym) { enhancedSentence.textContent = `”The service at the restaurant was ${selectedModifier} ${selectedSynonym}.”`; resultContainer.style.display = ‘block’; } else { alert(‘Please select both a modifier and a synonym!’); } }); // Quiz Checking Functionality document.getElementById(‘check-quiz’).addEventListener(‘click’, function() { const quizFeedback = document.getElementById(‘quiz-feedback’); let score = 0; const totalQuestions = 3; // Correct answers const answers = { q1: ‘c’, // Making letter longer q2: ‘a’, // Extremely loud q3: ‘a’ // Problem → issue }; // Check each question for (let i = 1; i = 75) { quizFeedback.innerHTML = `

🎉 Excellent! You scored ${percentage}%!

You clearly understand how to use modifiers and synonyms effectively!

`; } else if (percentage >= 50) { quizFeedback.innerHTML = `

👍 Good effort! You scored ${percentage}%

Review the examples and try again!

`; } else { quizFeedback.innerHTML = `

📚 Keep practicing! You scored ${percentage}%

Review the lesson material and pay attention to the vocabulary examples.

`; } // Scroll to feedback quizFeedback.scrollIntoView({ behavior: ‘smooth’ }); }); }); /* Quiz-specific styles */ .quiz-item.correct-answer { border-left: 4px solid #10b981 !important; background: #ecfdf5 !important; } .quiz-item.incorrect-answer { border-left: 4px solid #ef4444 !important; background: #fef2f2 !important; } .quiz-options label:hover { background: #e2e8f0 !important; } .quiz-item.correct-answer .quiz-options label[data-correct=”true”] { background: #d1fae5; } .quiz-item.incorrect-answer .quiz-options label[data-correct=”true”] { background: #d1fae5; } .quiz-item.incorrect-answer .quiz-options label[data-selected=”true”]:not([data-correct=”true”]) { background: #fee2e2; } @media (max-width: 768px) { .letter-comparison > div, .definition-cards > div { min-width: 100%; } .modifier-options, .synonym-options { justify-content: center; } }