🎧 Advanced Listening Skills

Master Note Completion Techniques

📚 Learning Objectives

By the end of this lesson, you will be able to:

  • Understand note completion listening strategies
  • Identify key information while listening
  • Complete notes accurately using spoken information
  • Apply effective listening techniques in exam conditions
🤔 What is Note Completion?

Note completion is a listening task where you fill in missing information in a set of notes. This skill is essential for:

📝 Academic Listening

Taking notes during lectures, seminars, and academic presentations

💼 Professional Settings

Recording important details in meetings, interviews, and briefings

🎯 Exam Success

Scoring well in standardized tests like IELTS, TOEFL, and Cambridge exams

💡 Key Features

Note completion tasks typically require you to write NO MORE THAN TWO WORDS for each answer, using words directly from the recording.

🎯 How to Approach Note Completion

Strategic Approach:

1. 👀 Preview Phase

Read the notes carefully before listening. Predict what type of information is missing (nouns, adjectives, numbers, etc.)

2. 🎧 Active Listening

Listen for specific information that fits the gaps. Pay attention to signal words and context clues.

3. ✍️ Accurate Recording

Write exactly what you hear. Use the speaker's exact words, not synonyms or paraphrases.

4. ✅ Review & Check

Verify your answers make sense grammatically and contextually within the notes.

🔍 Listen for Signal Words

Pay attention to phrases like "for five years," "at university," "interested in," and "after graduating" - these often introduce the information you need.

🎮 Interactive Exercise - Questions 1-4

🎵 Listen to the Recording

You will hear a woman talking to some students about her job.

📋 Complete the notes with words from the recording

Write NO MORE THAN TWO WORDS for each answer.

Job: (1) for five years
Studied: (2) at university
Interested in (3) side, not theory
Accepted for (4) after graduating
['police officer', 'police'], 2 => ['law'], 3 => ['practical'], 4 => ['training'] ]; foreach ($answers as $question => $answer) { $user_answer = trim(strtolower($answer)); $correct_options = array_map('strtolower', $correct_answers[$question]); if (in_array($user_answer, $correct_options)) { $score++; } } // Return JSON response header('Content-Type: application/json'); echo json_encode([ 'score' => $score, 'total' => count($correct_answers), 'percentage' => ($score / count($correct_answers)) * 100 ]); exit; } ?>