Practice Listening Exercises

Boost your comprehension with these audio exercises.

Question
Listening Quiz - Through Time .quiz-container { font-family: Arial, sans-serif; max-width: 600px; margin: auto; padding: 20px; background-color: #C09292; border-radius: 10px; } .question { font-weight: bold; margin-bottom: 15px; } .btn-option { padding: 10px; margin: 5px; background-color: #CA4E1F; color: #fff; border: none; border-radius: 5px; cursor: pointer; } .btn-option:hover { background-color: #1d71b8; } .message { margin-top: 15px; font-weight: bold; } .congrats { color: green; font-weight: bold; } .restart-btn { padding: 10px; margin-top: 15px; background-color: #4CAF50; color: white; border: none; border-radius: 5px; cursor: pointer; } .restart-btn:hover { background-color: #45a049; }
Question text here
const questions = [ { question: "Which phrasal verb means to discover or get information about something?", options: ["look up","find out","bring up"], correct: "find out" }, { question: "Which phrasal verb means to examine information carefully to separate what's important from what's not?", options: ["filter out", "scroll through", "pick up"], correct: "filter out" }, { question: "Which phrasal verb means to remain informed about recent events?", options: ["go along", "make up", "keep up with"], correct: "keep up with" }, { question: "Which phrasal verb means to depend on someone or something confidently?", options: ["turn to", "rely on", "check in"], correct: "rely on" }, { question: "Which phrasal verb describes verifying or confirming information carefully?", options: ["second guess", "play detective", "show up"], correct: "second guess" } ]; let currentQuestion = 0; function loadQuestion() { document.getElementById('message').innerHTML = ''; const q = questions[currentQuestion]; document.getElementById('question').innerText = `Question ${currentQuestion + 1}: ${q.question}`; const optionsDiv = document.getElementById('options'); optionsDiv.innerHTML = ''; q.options.forEach(option => { const button = document.createElement('button'); button.classList.add('btn-option'); button.innerText = option; button.onclick = () => checkAnswer(option); optionsDiv.appendChild(button); }); } function checkAnswer(selectedOption) { const q = questions[currentQuestion]; if (selectedOption === q.correct) { currentQuestion++; if (currentQuestion < questions.length) { loadQuestion(); } else { document.getElementById('quiz').innerHTML = '
🎉 Congratulations! You completed the exercise!
'; } } else { document.getElementById('message').innerHTML = '❌ Try again!'; } } function restartQuiz() { currentQuestion = 0; document.getElementById('quiz').innerHTML = '
'; loadQuestion(); } loadQuestion();
Question
Listening Quiz 2 - Fashion & Communication .quiz-container2 { font-family: Arial, sans-serif; max-width: 600px; margin: auto; padding: 20px; background-color: #C09292; border-radius: 10px; } .question2 { font-weight: bold; margin-bottom: 15px; } .btn-option2 { padding: 10px; margin: 5px; background-color: #CA4E1F; color: #fff; border: none; border-radius: 5px; cursor: pointer; } .btn-option2:hover { background-color: #1d71b8; } .message2 { margin-top: 15px; font-weight: bold; } .congrats2 { color: green; font-weight: bold; } .restart-btn2 { padding: 10px; margin-top: 15px; background-color: #4CAF50; color: white; border: none; border-radius: 5px; cursor: pointer; } .restart-btn2:hover { background-color: #45a049; }
Question text here
const questions2 = [ { question: "People in the past needed months to gather enough money to buy clothes. Which phrasal verb means 'to accumulate money'?", options: ["put off", "save up", "dress up"], correct: "save up" }, { question: "Nowadays, we frequently buy clothes without carefully considering it. Which phrasal verb means 'to consider carefully'?", options: ["turn out", "bring up", "think twice"], correct: "think twice" }, { question: "Exclusive clothes help individuals to be noticed among others. Which phrasal verb means 'to be noticeable'?", options: ["stand out", "fall apart", "hold on"], correct: "stand out" }, { question: "Cheaper clothes often don't last and break easily. Which phrasal verb describes something breaking easily after some use?", options: ["keep up", "fill out", "fall apart"], correct: "fall apart" }, { question: "Despite instant communication, sometimes we don't maintain profound conversations. Which phrasal verb means 'to maintain communication or connection'?", options: ["keep in touch", "look after", "cut down"], correct: "keep in touch" } ]; let currentQuestion2 = 0; function loadQuestion2() { document.getElementById('message2').innerHTML = ''; const q = questions2[currentQuestion2]; document.getElementById('question2').innerText = `Question ${currentQuestion2 + 1}: ${q.question}`; const optionsDiv = document.getElementById('options2'); optionsDiv.innerHTML = ''; q.options.forEach(option => { const button = document.createElement('button'); button.classList.add('btn-option2'); button.innerText = option; button.onclick = () => checkAnswer2(option); optionsDiv.appendChild(button); }); } function checkAnswer2(selectedOption) { const q = questions2[currentQuestion2]; if (selectedOption === q.correct) { currentQuestion2++; if (currentQuestion2 < questions2.length) { loadQuestion2(); } else { document.getElementById('quiz2').innerHTML = '
🎉 Congratulations! You completed the exercise!
'; } } else { document.getElementById('message2').innerHTML = '❌ Try again!'; } } function restartQuiz2() { currentQuestion2 = 0; document.getElementById('quiz2').innerHTML = '
'; loadQuestion2(); } loadQuestion2();
Question
Listening Quiz 3 - Fashion & Technology .quiz-container3 { font-family: Arial, sans-serif; max-width: 600px; margin: auto; padding: 20px; background-color: #C09292; border-radius: 10px; } .question3 { font-weight: bold; margin-bottom: 15px; } .btn-option3 { padding: 10px; margin: 5px; background-color: #CA4E1F; color: #fff; border: none; border-radius: 5px; cursor: pointer; } .btn-option3:hover { background-color: #1d71b8; } .message3 { margin-top: 15px; font-weight: bold; } .congrats3 { color: green; font-weight: bold; } .restart-btn3 { padding: 10px; margin-top: 15px; background-color: #4CAF50; color: white; border: none; border-radius: 5px; cursor: pointer; } .restart-btn3:hover { background-color: #45a049; }
Question text here
const questions3 = [ { question: "Cheap clothes often don't last very long. Which phrasal verb means 'to break easily after short use'?", options: ["fall apart", "dress up", "put on"], correct: "fall apart" }, { question: "Exclusive handmade clothing makes people noticeable. Which phrasal verb means 'to be noticeably different'?", options: ["stand out", "blend in", "try on"], correct: "stand out" }, { question: "Fast fashion rapidly occupied people's wardrobes. Which phrasal verb means 'to take control or dominate quickly'?", options: ["take over", "carry on", "put off"], correct: "take over" }, { question: "People once carefully thought about purchases. Which phrasal verb means 'to consider carefully'?", options: ["think twice", "make up", "give away"], correct: "think twice" }, { question: "Clothes today are accessible, but many prefer uniqueness. Which phrasal verb means 'to be clearly visible or noticeable'?", options: ["stand out", "look for", "break down"], correct: "stand out" } ]; let currentQuestion3 = 0; function loadQuestion3() { document.getElementById('message3').innerHTML = ''; const q = questions3[currentQuestion3]; document.getElementById('question3').innerText = `Question ${currentQuestion3 + 1}: ${q.question}`; const optionsDiv = document.getElementById('options3'); optionsDiv.innerHTML = ''; q.options.forEach(option => { const button = document.createElement('button'); button.classList.add('btn-option3'); button.innerText = option; button.onclick = () => checkAnswer3(option); optionsDiv.appendChild(button); }); } function checkAnswer3(selectedOption) { const q = questions3[currentQuestion3]; if (selectedOption === q.correct) { currentQuestion3++; if (currentQuestion3 < questions3.length) { loadQuestion3(); } else { document.getElementById('quiz3').innerHTML = '
🎉 Congratulations! You completed the exercise!
'; } } else { document.getElementById('message3').innerHTML = '❌ Try again!'; } } function restartQuiz3() { currentQuestion3 = 0; document.getElementById('quiz3').innerHTML = '
'; loadQuestion3(); } loadQuestion3();

Question

Question

Question

Rolar para cima