{"id":311,"date":"2026-04-09T09:28:50","date_gmt":"2026-04-09T09:28:50","guid":{"rendered":"https:\/\/www.liltheteacher.com\/?p=311"},"modified":"2026-04-10T14:46:21","modified_gmt":"2026-04-10T14:46:21","slug":"ir-ur-er-sound-challenge-pronunciation-quiz","status":"publish","type":"post","link":"https:\/\/www.liltheteacher.com\/?p=311","title":{"rendered":"Ir \/ ur \/ er Sound Challenge: Pronunciation Quiz"},"content":{"rendered":"\n<p>Test your or your students\u2019 recognition of the \/\u025c\u02d0r\/ vowel sound in common English spellings like&nbsp;<strong>ir<\/strong>,&nbsp;<strong>ur<\/strong>, and&nbsp;<strong>er<\/strong>. This B2+ pronunciation quiz is designed for focused sound discrimination. It&#8217;s suitable for a quick classroom revision, homework, or self-study.<\/p>\n\n\n\n<div id=\"ir-ur-quiz-app\">\n  <style>\n    #ir-ur-quiz-app{\n  --color-bg:#f7f6f2;\n  --color-surface:#f9f8f5;\n  --color-surface-2:#ffffff;\n  --color-border:#d4d1ca;\n  --color-divider:#dcd9d5;\n\n  --color-text:#28251d;\n  --color-text-muted:#7a7974;\n\n  \/* Accent (pink palette) *\/\n  --color-primary:#f48ba7;            \/* main accent *\/\n  --color-primary-hover:#dc7d96;      \/* darker hover *\/\n  --color-primary-highlight:#fde8ed;  \/* pale highlight*\/\n\n  \/* Success *\/\n  --color-success:#2f7d4c;\n  --color-success-hover:#23603a;\n  --color-success-highlight:#d5eadb;\n\n  \/* Error (red) *\/\n  --color-error:#b3261e;              \/* strong red *\/\n  --color-error-hover:#8c1d17;        \/* darker red on hover *\/\n  --color-error-highlight:#fde2de;    \/* soft red background for wrong answers *\/\n\n  \/* Warning (amber) *\/\n  --color-warning:#a66321;\n  --color-warning-hover:#8b531b;\n  --color-warning-highlight:#f0ddc5;\n      --shadow-sm:0 1px 2px rgba(0,0,0,.06);\n      --shadow-md:0 4px 12px rgba(0,0,0,.08);\n      --radius-md:8px;--radius-lg:12px;--radius-xl:16px;\n      --font-body:Arial,sans-serif;\n      --text-xs:12px;--text-sm:14px;--text-base:16px;--text-lg:22px;--text-xl:32px;\n      --space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;\n      font-family:var(--font-body);\n      color:var(--color-text);\n      background:var(--color-bg);\n      padding:24px 16px;\n      border-radius:var(--radius-xl);\n      max-width:700px;\n      margin:0 auto;\n    }\n    #ir-ur-quiz-app *{box-sizing:border-box;}\n    #ir-ur-quiz-app .sq-header{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:32px;}\n    #ir-ur-quiz-app .sq-title{font-size:var(--text-xl);font-weight:700;line-height:1.2;margin:0;}\n    #ir-ur-quiz-app .sq-subtitle{font-size:var(--text-sm);color:var(--color-text-muted);margin-top:4px;}\n    #ir-ur-quiz-app .sq-progress-label{font-size:var(--text-xs);color:var(--color-text-muted);margin-bottom:12px;text-align:right;}\n    #ir-ur-quiz-app .sq-progress-bar{height:4px;background:var(--color-divider);border-radius:999px;margin-bottom:24px;overflow:hidden;}\n    #ir-ur-quiz-app .sq-progress-fill{height:100%;background:var(--color-primary);width:10%;transition:width .3s ease;}\n    #ir-ur-quiz-app .sq-card{background:var(--color-surface-2);border:1px solid var(--color-border);border-radius:var(--radius-xl);padding:24px;box-shadow:var(--shadow-sm);}\n    #ir-ur-quiz-app .sq-num{font-size:var(--text-xs);font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--color-primary);margin-bottom:12px;}\n    #ir-ur-quiz-app .sq-question{font-size:var(--text-lg);font-weight:700;line-height:1.35;margin-bottom:20px;}\n    #ir-ur-quiz-app .sq-context{font-size:var(--text-sm);color:var(--color-text-muted);margin:-8px 0 20px 0;font-style:italic;display:none;}\n    #ir-ur-quiz-app .sq-options{display:flex;flex-direction:column;gap:12px;}\n    #ir-ur-quiz-app .sq-option{display:flex;align-items:center;gap:12px;padding:12px 16px;background:var(--color-surface);border:1.5px solid var(--color-border);border-radius:var(--radius-lg);cursor:pointer;font-size:var(--text-base);font-weight:500;color:var(--color-text);text-align:left;transition:.18s ease;width:100%;}\n    #ir-ur-quiz-app .sq-option:hover:not(:disabled){background:var(--color-primary-highlight);border-color:var(--color-primary);}\n    #ir-ur-quiz-app .sq-letter{min-width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--color-divider);font-size:var(--text-xs);font-weight:700;color:var(--color-text-muted);flex-shrink:0;}\n    #ir-ur-quiz-app .sq-option.correct{background:var(--color-success-highlight);border-color:var(--color-success);}\n    #ir-ur-quiz-app .sq-option.correct .sq-letter{background:var(--color-success);color:#fff;}\n    #ir-ur-quiz-app .sq-option.wrong{background:var(--color-error-highlight);border-color:var(--color-error);}\n    #ir-ur-quiz-app .sq-option.wrong .sq-letter{background:var(--color-error);color:#fff;}\n    #ir-ur-quiz-app .sq-feedback{margin-top:16px;padding:12px 16px;border-radius:var(--radius-md);font-size:var(--text-sm);line-height:1.5;display:none;}\n    #ir-ur-quiz-app .sq-feedback.show{display:block;}\n    #ir-ur-quiz-app .sq-feedback.correct-fb{background:var(--color-success-highlight);color:var(--color-success);}\n    #ir-ur-quiz-app .sq-feedback.wrong-fb{background:var(--color-error-highlight);color:var(--color-error);}\n    #ir-ur-quiz-app .sq-nav{display:flex;justify-content:flex-end;margin-top:16px;}\n    #ir-ur-quiz-app .sq-next,#ir-ur-quiz-app .sq-restart{background:var(--color-primary);color:#fff;border:none;border-radius:var(--radius-lg);padding:12px 24px;font-size:var(--text-sm);font-weight:700;cursor:pointer;transition:background .18s ease;}\n    #ir-ur-quiz-app .sq-next:hover,#ir-ur-quiz-app .sq-restart:hover{background:var(--color-primary-hover);}\n    #ir-ur-quiz-app .sq-next{display:none;}\n    #ir-ur-quiz-app .sq-next.show{display:inline-block;}\n    #ir-ur-quiz-app .sq-results{display:none;text-align:center;background:var(--color-surface-2);border:1px solid var(--color-border);border-radius:var(--radius-xl);padding:40px 24px;box-shadow:var(--shadow-md);}\n    #ir-ur-quiz-app .sq-results.show{display:block;}\n    #ir-ur-quiz-app .sq-score{width:100px;height:100px;border-radius:50%;margin:0 auto 24px;display:flex;align-items:center;justify-content:center;font-size:var(--text-xl);font-weight:700;}\n    #ir-ur-quiz-app .sq-results h2{font-size:var(--text-lg);margin:0 0 8px 0;}\n    #ir-ur-quiz-app .sq-results p{font-size:var(--text-sm);color:var(--color-text-muted);margin:0 0 24px 0;}\n    #ir-ur-quiz-app .sq-review{display:flex;flex-direction:column;gap:12px;text-align:left;margin-bottom:24px;}\n    #ir-ur-quiz-app .sq-review-item{padding:12px 16px;border-radius:var(--radius-md);font-size:var(--text-sm);}\n    #ir-ur-quiz-app .sq-review-item.ok{background:var(--color-success-highlight);}\n    #ir-ur-quiz-app .sq-review-item.bad{background:var(--color-error-highlight);}\n    #ir-ur-quiz-app .sq-review-q{font-weight:700;margin-bottom:4px;}\n    #ir-ur-quiz-app .sq-review-a{color:var(--color-text-muted);}\n    @media (max-width:640px){\n      #ir-ur-quiz-app{padding:20px 14px;}\n      #ir-ur-quiz-app .sq-title{font-size:26px;}\n      #ir-ur-quiz-app .sq-question{font-size:20px;}\n      #ir-ur-quiz-app .sq-card,#ir-ur-quiz-app .sq-results{padding:18px;}\n    }\n  <\/style>\n\n  <div class=\"sq-header\">\n    <div>\n      <h2 class=\"sq-title\">B2+ Sound Revision: ir \/ ur \/ er<\/h2>\n      <div class=\"sq-subtitle\">Choose the word or set that matches the same main vowel sound.<\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"sq-quiz-area\">\n    <div class=\"sq-progress-label\"><span class=\"sq-prog-text\">Question 1 of 10<\/span><\/div>\n    <div class=\"sq-progress-bar\"><div class=\"sq-progress-fill\"><\/div><\/div>\n\n    <div class=\"sq-card\">\n      <div class=\"sq-num\">Question 1<\/div>\n      <div class=\"sq-question\"><\/div>\n      <div class=\"sq-context\"><\/div>\n      <div class=\"sq-options\"><\/div>\n      <div class=\"sq-feedback\"><\/div>\n    <\/div>\n\n    <div class=\"sq-nav\">\n      <button class=\"sq-next\">Next \u2192<\/button>\n    <\/div>\n  <\/div>\n\n  <div class=\"sq-results\">\n    <div class=\"sq-score\"><\/div>\n    <h2 class=\"sq-result-title\"><\/h2>\n    <p class=\"sq-result-msg\"><\/p>\n    <div class=\"sq-review\"><\/div>\n    <button class=\"sq-restart\">Try again<\/button>\n  <\/div>\n<\/div>\n\n<script>\n(function(){\n  var app = document.getElementById('ir-ur-quiz-app');\n  if (!app || app.dataset.loaded === 'true') return;\n  app.dataset.loaded = 'true';\n\n  var questions = [\n    {text:'Which word has the same vowel sound as <em>bird<\/em>?',context:'',options:['beard','turn','board'],correct:1,explanation:'\u201cBird\u201d and \u201cturn\u201d share \/\u025c\u02d0r\/.'},\n{text:'Which word has the same vowel sound as <em>nurse<\/em>?',context:'',options:['near','first','force'],correct:1,explanation:'\u201cFirst\u201d has \/\u025c\u02d0r\/.'},\n{text:'Which word has the same vowel sound as <em>fur<\/em>?',context:'',options:['farm','fair','world'],correct:2,explanation:'\u201cWorld\u201d has \/\u025c\u02d0r\/, like \u201cfur\u201d.'},\n{text:'Which word has a different vowel sound from the other two?',context:'',options:['girl','shirt','beard'],correct:2,explanation:'\u201cBeard\u201d is \/\u026a\u0259r\/, while \u201cgirl\u201d and \u201cshirt\u201d are \/\u025c\u02d0r\/.'},\n{text:'Which word belongs in the same sound group as <em>learn<\/em>, <em>heard<\/em>, and <em>word<\/em>?',context:'',options:['heart','term','here'],correct:1,explanation:'\u201cTerm\u201d fits \/\u025c\u02d0r\/.'},\n{text:'Which word does <strong>not<\/strong> belong in the same sound group as <em>turn<\/em>, <em>burn<\/em>, and <em>girl<\/em>?',context:'',options:['shirt','shore','nurse'],correct:1,explanation:'\u201cShore\u201d is \/\u0254\u02d0r\/, not \/\u025c\u02d0r\/.'},\n{text:'Which set contains three words with the same main vowel sound?',context:'',options:['beard - turn - work','bird - turn - serve','burn - board - girl'],correct:1,explanation:'Option B keeps \/\u025c\u02d0r\/ across all three words.'},\n{text:'Which set contains one word with a different vowel sound?',context:'',options:['first - skirt - third','world - word - beard','nurse - hurt - heard'],correct:1,explanation:'\u201cBeard\u201d is \/\u026a\u0259r\/, while the other two are \/\u025c\u02d0r\/.'},\n{text:'Which sentence has four words with the target sound?',context:'',options:['The fair nurse came early.','The board was near the door.','The girl heard the first turn.'],correct:2,explanation:'\u201cGirl, heard, first, turn\u201d are all \/\u025c\u02d0r\/.'},\n{text:'Which statement is correct?',context:'',options:['Every word with ir has one sound, and every word with ur has a different sound.','The same sound can be spelled in different ways, including ir, ur, and er.','The spelling always tells you exactly how the vowel is pronounced.'],correct:1,explanation:'\/\u025c\u02d0r\/ can be spelled in different ways, including ir, ur, and er.'}\n  ];\n\n  var current = 0, score = 0, answers = [], answered = false;\n  var num = app.querySelector('.sq-num');\n  var question = app.querySelector('.sq-question');\n  var context = app.querySelector('.sq-context');\n  var options = app.querySelector('.sq-options');\n  var feedback = app.querySelector('.sq-feedback');\n  var nextBtn = app.querySelector('.sq-next');\n  var quizArea = app.querySelector('.sq-quiz-area');\n  var results = app.querySelector('.sq-results');\n  var scoreBox = app.querySelector('.sq-score');\n  var resultTitle = app.querySelector('.sq-result-title');\n  var resultMsg = app.querySelector('.sq-result-msg');\n  var review = app.querySelector('.sq-review');\n  var restartBtn = app.querySelector('.sq-restart');\n  var progText = app.querySelector('.sq-prog-text');\n  var progFill = app.querySelector('.sq-progress-fill');\n\n  function render(){\n    var q = questions[current];\n    num.textContent = 'Question ' + (current + 1);\n    question.innerHTML = q.text;\n    context.textContent = q.context;\n    context.style.display = q.context ? 'block' : 'none';\n    progText.textContent = 'Question ' + (current + 1) + ' of ' + questions.length;\n    progFill.style.width = ((current + 1) \/ questions.length * 100) + '%';\n    options.innerHTML = '';\n    ['A','B','C'].forEach(function(letter, i){\n      var btn = document.createElement('button');\n      btn.className = 'sq-option';\n      btn.innerHTML = '<span class=\"sq-letter\">' + letter + '<\/span>' + q.options[i];\n      btn.addEventListener('click', function(){ selectAnswer(i); });\n      options.appendChild(btn);\n    });\n    feedback.className = 'sq-feedback';\n    feedback.textContent = '';\n    nextBtn.className = 'sq-next';\n    answered = false;\n  }\n\n  function selectAnswer(idx){\n    if(answered) return;\n    answered = true;\n    var q = questions[current];\n    var btns = app.querySelectorAll('.sq-option');\n    btns.forEach(function(b){ b.disabled = true; });\n    if(idx === q.correct){\n      btns[idx].classList.add('correct');\n      feedback.className = 'sq-feedback correct-fb show';\n      feedback.textContent = '\u2713 ' + q.explanation;\n      score++;\n      answers.push({correct:true,q:q.text,explanation:q.explanation,picked:q.options[idx],answer:q.options[q.correct]});\n    } else {\n      btns[idx].classList.add('wrong');\n      btns[q.correct].classList.add('correct');\n      feedback.className = 'sq-feedback wrong-fb show';\n      feedback.textContent = '\u2717 Not quite. ' + q.explanation;\n      answers.push({correct:false,q:q.text,explanation:q.explanation,picked:q.options[idx],answer:q.options[q.correct]});\n    }\n    nextBtn.className = 'sq-next show';\n  }\n\n  function showResults(){\n    quizArea.style.display = 'none';\n    results.className = 'sq-results show';\n    var pct = Math.round(score \/ questions.length * 100);\n    scoreBox.textContent = score + '\/' + questions.length;\n    if(pct >= 80){\n      scoreBox.style.background = 'var(--color-success-highlight)';\n      scoreBox.style.color = 'var(--color-success)';\n      resultTitle.textContent = 'Well done!';\n      resultMsg.textContent = 'You understand these sounds very well.';\n    } else if(pct >= 50){\n      scoreBox.style.background = 'var(--color-warning-highlight)';\n      scoreBox.style.color = 'var(--color-warning)';\n      resultTitle.textContent = 'Good try!';\n      resultMsg.textContent = 'Review the mistakes below.';\n    } else {\n      scoreBox.style.background = 'var(--color-error-highlight)';\n      scoreBox.style.color = 'var(--color-error)';\n      resultTitle.textContent = 'Let\u2019s review this.';\n      resultMsg.textContent = 'Read the explanations carefully.';\n    }\n    review.innerHTML = '';\n    answers.forEach(function(a, i){\n      var div = document.createElement('div');\n      div.className = 'sq-review-item ' + (a.correct ? 'ok' : 'bad');\n      div.innerHTML = '<div class=\"sq-review-q\">' + (i+1) + '. ' + (a.correct ? '\u2713' : '\u2717') + ' ' + a.q + '<\/div>' +\n        (!a.correct ? '<div class=\"sq-review-a\">Your answer: <em>' + a.picked + '<\/em> \u2192 Correct: <strong>' + a.answer + '<\/strong><\/div>' : '') +\n        '<div class=\"sq-review-a\" style=\"margin-top:4px\">' + a.explanation + '<\/div>';\n      review.appendChild(div);\n    });\n  }\n\n  nextBtn.addEventListener('click', function(){\n    current++;\n    if(current < questions.length) render();\n    else showResults();\n  });\n\n  restartBtn.addEventListener('click', function(){\n    current = 0; score = 0; answers = []; answered = false;\n    results.className = 'sq-results';\n    quizArea.style.display = 'block';\n    render();\n  });\n\n  render();\n})();\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Test your or your students\u2019 recognition of the \/\u025c\u02d0r\/ vowel sound in common English spellings like&nbsp;ir,&nbsp;ur, and&nbsp;er. This B2+ pronunciation quiz is designed for focused sound discrimination. It&#8217;s suitable for a quick classroom revision, homework, or self-study. B2+ Sound Revision: ir \/ ur \/ er Choose the word or set that matches the same main [&#8230;]\n","protected":false},"author":1,"featured_media":343,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[18,19],"tags":[16,15,14,13,17],"class_list":["post-311","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-pronuciation","category-quiz","tag-er","tag-ir","tag-pronunciation","tag-sounds","tag-ur"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Ir \/ ur \/ er Sound Challenge: Pronunciation Quiz - liltheteacher<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.liltheteacher.com\/?p=311\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Ir \/ ur \/ er Sound Challenge: Pronunciation Quiz - liltheteacher\" \/>\n<meta property=\"og:description\" content=\"Test your or your students\u2019 recognition of the \/\u025c\u02d0r\/ vowel sound in common English spellings like&nbsp;ir,&nbsp;ur, and&nbsp;er. This B2+ pronunciation quiz is designed for focused sound discrimination. It&#8217;s suitable for a quick classroom revision, homework, or self-study. B2+ Sound Revision: ir \/ ur \/ er Choose the word or set that matches the same main [...]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.liltheteacher.com\/?p=311\" \/>\n<meta property=\"og:site_name\" content=\"liltheteacher\" \/>\n<meta property=\"article:published_time\" content=\"2026-04-09T09:28:50+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-10T14:46:21+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.liltheteacher.com\/wp-content\/uploads\/2026\/04\/user-gen-media-assets.s3.amazonaws.com_.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1376\" \/>\n\t<meta property=\"og:image:height\" content=\"768\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Lily\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Lily\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.liltheteacher.com\\\/?p=311#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.liltheteacher.com\\\/?p=311\"},\"author\":{\"name\":\"Lily\",\"@id\":\"https:\\\/\\\/www.liltheteacher.com\\\/#\\\/schema\\\/person\\\/af1b4e6b17f5a06bbc3e3c40103ebfb7\"},\"headline\":\"Ir \\\/ ur \\\/ er Sound Challenge: Pronunciation Quiz\",\"datePublished\":\"2026-04-09T09:28:50+00:00\",\"dateModified\":\"2026-04-10T14:46:21+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.liltheteacher.com\\\/?p=311\"},\"wordCount\":75,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/www.liltheteacher.com\\\/?p=311#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.liltheteacher.com\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/user-gen-media-assets.s3.amazonaws.com_.png\",\"keywords\":[\"er\",\"ir\",\"pronunciation\",\"sounds\",\"ur\"],\"articleSection\":[\"Pronuciation\",\"Quiz\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.liltheteacher.com\\\/?p=311#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.liltheteacher.com\\\/?p=311\",\"url\":\"https:\\\/\\\/www.liltheteacher.com\\\/?p=311\",\"name\":\"Ir \\\/ ur \\\/ er Sound Challenge: Pronunciation Quiz - liltheteacher\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.liltheteacher.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.liltheteacher.com\\\/?p=311#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.liltheteacher.com\\\/?p=311#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.liltheteacher.com\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/user-gen-media-assets.s3.amazonaws.com_.png\",\"datePublished\":\"2026-04-09T09:28:50+00:00\",\"dateModified\":\"2026-04-10T14:46:21+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.liltheteacher.com\\\/#\\\/schema\\\/person\\\/af1b4e6b17f5a06bbc3e3c40103ebfb7\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.liltheteacher.com\\\/?p=311#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.liltheteacher.com\\\/?p=311\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.liltheteacher.com\\\/?p=311#primaryimage\",\"url\":\"https:\\\/\\\/www.liltheteacher.com\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/user-gen-media-assets.s3.amazonaws.com_.png\",\"contentUrl\":\"https:\\\/\\\/www.liltheteacher.com\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/user-gen-media-assets.s3.amazonaws.com_.png\",\"width\":1376,\"height\":768},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.liltheteacher.com\\\/?p=311#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.liltheteacher.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Ir \\\/ ur \\\/ er Sound Challenge: Pronunciation Quiz\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.liltheteacher.com\\\/#website\",\"url\":\"https:\\\/\\\/www.liltheteacher.com\\\/\",\"name\":\"liltheteacher\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.liltheteacher.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.liltheteacher.com\\\/#\\\/schema\\\/person\\\/af1b4e6b17f5a06bbc3e3c40103ebfb7\",\"name\":\"Lily\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/efd2542a78f9ca516e807231c83ab8f947e461b14d9b55e0c258aaf540dc0ccb?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/efd2542a78f9ca516e807231c83ab8f947e461b14d9b55e0c258aaf540dc0ccb?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/efd2542a78f9ca516e807231c83ab8f947e461b14d9b55e0c258aaf540dc0ccb?s=96&d=mm&r=g\",\"caption\":\"Lily\"},\"sameAs\":[\"https:\\\/\\\/www.liltheteacher.com\"],\"url\":\"https:\\\/\\\/www.liltheteacher.com\\\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Ir \/ ur \/ er Sound Challenge: Pronunciation Quiz - liltheteacher","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.liltheteacher.com\/?p=311","og_locale":"en_US","og_type":"article","og_title":"Ir \/ ur \/ er Sound Challenge: Pronunciation Quiz - liltheteacher","og_description":"Test your or your students\u2019 recognition of the \/\u025c\u02d0r\/ vowel sound in common English spellings like&nbsp;ir,&nbsp;ur, and&nbsp;er. This B2+ pronunciation quiz is designed for focused sound discrimination. It&#8217;s suitable for a quick classroom revision, homework, or self-study. B2+ Sound Revision: ir \/ ur \/ er Choose the word or set that matches the same main [...]","og_url":"https:\/\/www.liltheteacher.com\/?p=311","og_site_name":"liltheteacher","article_published_time":"2026-04-09T09:28:50+00:00","article_modified_time":"2026-04-10T14:46:21+00:00","og_image":[{"width":1376,"height":768,"url":"https:\/\/www.liltheteacher.com\/wp-content\/uploads\/2026\/04\/user-gen-media-assets.s3.amazonaws.com_.png","type":"image\/png"}],"author":"Lily","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Lily","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.liltheteacher.com\/?p=311#article","isPartOf":{"@id":"https:\/\/www.liltheteacher.com\/?p=311"},"author":{"name":"Lily","@id":"https:\/\/www.liltheteacher.com\/#\/schema\/person\/af1b4e6b17f5a06bbc3e3c40103ebfb7"},"headline":"Ir \/ ur \/ er Sound Challenge: Pronunciation Quiz","datePublished":"2026-04-09T09:28:50+00:00","dateModified":"2026-04-10T14:46:21+00:00","mainEntityOfPage":{"@id":"https:\/\/www.liltheteacher.com\/?p=311"},"wordCount":75,"commentCount":0,"image":{"@id":"https:\/\/www.liltheteacher.com\/?p=311#primaryimage"},"thumbnailUrl":"https:\/\/www.liltheteacher.com\/wp-content\/uploads\/2026\/04\/user-gen-media-assets.s3.amazonaws.com_.png","keywords":["er","ir","pronunciation","sounds","ur"],"articleSection":["Pronuciation","Quiz"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.liltheteacher.com\/?p=311#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.liltheteacher.com\/?p=311","url":"https:\/\/www.liltheteacher.com\/?p=311","name":"Ir \/ ur \/ er Sound Challenge: Pronunciation Quiz - liltheteacher","isPartOf":{"@id":"https:\/\/www.liltheteacher.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.liltheteacher.com\/?p=311#primaryimage"},"image":{"@id":"https:\/\/www.liltheteacher.com\/?p=311#primaryimage"},"thumbnailUrl":"https:\/\/www.liltheteacher.com\/wp-content\/uploads\/2026\/04\/user-gen-media-assets.s3.amazonaws.com_.png","datePublished":"2026-04-09T09:28:50+00:00","dateModified":"2026-04-10T14:46:21+00:00","author":{"@id":"https:\/\/www.liltheteacher.com\/#\/schema\/person\/af1b4e6b17f5a06bbc3e3c40103ebfb7"},"breadcrumb":{"@id":"https:\/\/www.liltheteacher.com\/?p=311#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.liltheteacher.com\/?p=311"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.liltheteacher.com\/?p=311#primaryimage","url":"https:\/\/www.liltheteacher.com\/wp-content\/uploads\/2026\/04\/user-gen-media-assets.s3.amazonaws.com_.png","contentUrl":"https:\/\/www.liltheteacher.com\/wp-content\/uploads\/2026\/04\/user-gen-media-assets.s3.amazonaws.com_.png","width":1376,"height":768},{"@type":"BreadcrumbList","@id":"https:\/\/www.liltheteacher.com\/?p=311#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.liltheteacher.com\/"},{"@type":"ListItem","position":2,"name":"Ir \/ ur \/ er Sound Challenge: Pronunciation Quiz"}]},{"@type":"WebSite","@id":"https:\/\/www.liltheteacher.com\/#website","url":"https:\/\/www.liltheteacher.com\/","name":"liltheteacher","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.liltheteacher.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.liltheteacher.com\/#\/schema\/person\/af1b4e6b17f5a06bbc3e3c40103ebfb7","name":"Lily","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/efd2542a78f9ca516e807231c83ab8f947e461b14d9b55e0c258aaf540dc0ccb?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/efd2542a78f9ca516e807231c83ab8f947e461b14d9b55e0c258aaf540dc0ccb?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/efd2542a78f9ca516e807231c83ab8f947e461b14d9b55e0c258aaf540dc0ccb?s=96&d=mm&r=g","caption":"Lily"},"sameAs":["https:\/\/www.liltheteacher.com"],"url":"https:\/\/www.liltheteacher.com\/?author=1"}]}},"_links":{"self":[{"href":"https:\/\/www.liltheteacher.com\/index.php?rest_route=\/wp\/v2\/posts\/311","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.liltheteacher.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.liltheteacher.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.liltheteacher.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.liltheteacher.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=311"}],"version-history":[{"count":13,"href":"https:\/\/www.liltheteacher.com\/index.php?rest_route=\/wp\/v2\/posts\/311\/revisions"}],"predecessor-version":[{"id":347,"href":"https:\/\/www.liltheteacher.com\/index.php?rest_route=\/wp\/v2\/posts\/311\/revisions\/347"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.liltheteacher.com\/index.php?rest_route=\/wp\/v2\/media\/343"}],"wp:attachment":[{"href":"https:\/\/www.liltheteacher.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=311"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.liltheteacher.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=311"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.liltheteacher.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=311"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}