{"id":370,"date":"2025-08-25T08:22:41","date_gmt":"2025-08-25T02:52:41","guid":{"rendered":"https:\/\/myschoolnow.in\/?p=370"},"modified":"2025-08-25T08:22:41","modified_gmt":"2025-08-25T02:52:41","slug":"quiz-55","status":"publish","type":"post","link":"https:\/\/myschoolnow.in\/?p=370","title":{"rendered":"Quiz -55"},"content":{"rendered":"\n<!doctype html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"utf-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width,initial-scale=1\" \/>\n  <title>Vocabulary Quiz \u2014 Values &#038; Actions Set<\/title>\n  <style>\n    body{font-family:Arial, sans-serif;background:#fff;color:#000;margin:0;padding:0;}\n    .container{max-width:900px;margin:0 auto;padding:20px;}\n    h1{font-size:22px;margin-bottom:10px}\n    p.subtitle{color:#555;margin-bottom:20px}\n    .question{margin-bottom:20px;padding:10px;border:1px solid #ccc;border-radius:6px;background:#f9f9f9}\n    .q-text{font-weight:bold;margin-bottom:10px}\n    .options label{display:block;margin:6px 0;padding:6px;border:1px solid #ccc;border-radius:4px;cursor:pointer}\n    .options label:hover{background:#eee}\n    button{margin-top:20px;padding:10px 16px;border:none;border-radius:6px;cursor:pointer}\n    button.primary{background:#000;color:#fff}\n    #resultBox{margin-top:20px;padding:12px;border:1px solid #ccc;border-radius:6px;background:#f2f2f2;display:none}\n  <\/style>\n<\/head>\n<body>\n  <div class=\"container\">\n    <h1>Vocabulary Quiz \u2014 Values &#038; Actions Set<\/h1>\n    <p class=\"subtitle\">Choose the correct word for each description.<\/p>\n\n    <form id=\"quizForm\"><\/form>\n\n    <button id=\"submitBtn\" class=\"primary\" type=\"button\">Submit<\/button>\n    <button id=\"resetBtn\" type=\"button\">Reset<\/button>\n\n    <div id=\"resultBox\"><\/div>\n  <\/div>\n\n  <script>\n    const questions = [\n      {\n        q: 'A person who is famous and well-respected is ____.', \n        choices: ['Renowned','Zealous','Niche'], \n        answer: 'Renowned'\n      },\n      {\n        q: 'The quality of being honest and having strong moral principles is ____.', \n        choices: ['Integrity','Intentions','Versus'], \n        answer: 'Integrity'\n      },\n      {\n        q: 'Actions that are morally wrong or dishonest are called ____.', \n        choices: ['Unethical','Behaviours','Despite'], \n        answer: 'Unethical'\n      },\n      {\n        q: 'The plans or motives behind what someone does are called ____.', \n        choices: ['Intentions','Zealous','Versus'], \n        answer: 'Intentions'\n      },\n      {\n        q: 'The way a person acts or conducts themselves is called their ____.', \n        choices: ['Behaviours','Integrity','Renowned'], \n        answer: 'Behaviours'\n      },\n      {\n        q: 'When comparing one thing against another, we use the word ____.', \n        choices: ['Versus','Despite','Pursue'], \n        answer: 'Versus'\n      },\n      {\n        q: 'A small, specialized area of interest or market is called a ____.', \n        choices: ['Niche','Intentions','Behaviours'], \n        answer: 'Niche'\n      },\n      {\n        q: 'Even though; in spite of something is expressed by the word ____.', \n        choices: ['Despite','Versus','Unethical'], \n        answer: 'Despite'\n      },\n      {\n        q: 'To actively try to achieve or follow something is to ____.', \n        choices: ['Pursue','Renowned','Niche'], \n        answer: 'Pursue'\n      },\n      {\n        q: 'Showing strong enthusiasm and passion for something is being ____.', \n        choices: ['Zealous','Integrity','Unethical'], \n        answer: 'Zealous'\n      }\n    ];\n\n    const form = document.getElementById('quizForm');\n    const resultBox = document.getElementById('resultBox');\n\n    questions.forEach((q,i)=>{\n      const div = document.createElement('div');\n      div.className = 'question';\n      div.innerHTML = `<div class='q-text'>${i+1}. ${q.q}<\/div>`;\n      const opts = document.createElement('div');\n      opts.className = 'options';\n      q.choices.forEach(c=>{\n        opts.innerHTML += `<label><input type='radio' name='q${i}' value='${c}'> ${c}<\/label>`;\n      });\n      div.appendChild(opts);\n      form.appendChild(div);\n    });\n\n    document.getElementById('submitBtn').addEventListener('click',()=>{\n      let score=0;\n      let feedback=\"\";\n      questions.forEach((q,i)=>{\n        const selected = form.querySelector(`input[name=q${i}]:checked`);\n        if(selected && selected.value===q.answer){\n          score++;\n          feedback += `<p><b>${i+1}.<\/b> Correct \u2714\ufe0f (${q.answer})<\/p>`;\n        } else {\n          feedback += `<p><b>${i+1}.<\/b> Wrong \u274c Correct answer: <b>${q.answer}<\/b><\/p>`;\n        }\n      });\n      resultBox.style.display='block';\n      resultBox.innerHTML=`<b>You scored ${score} out of ${questions.length}<\/b><br><br>${feedback}`;\n    });\n\n    document.getElementById('resetBtn').addEventListener('click',()=>{\n      form.reset();\n      resultBox.style.display='none';\n    });\n  <\/script>\n<\/body>\n<\/html>\n\n","protected":false},"excerpt":{"rendered":"<p>Vocabulary Quiz \u2014 Values &#038; Actions Set Vocabulary Quiz \u2014 Values &#038; Actions Set Choose the correct word for each description. Submit Reset<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[7],"tags":[],"class_list":["post-370","post","type-post","status-publish","format-standard","hentry","category-quiz"],"_links":{"self":[{"href":"https:\/\/myschoolnow.in\/index.php?rest_route=\/wp\/v2\/posts\/370","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/myschoolnow.in\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/myschoolnow.in\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/myschoolnow.in\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/myschoolnow.in\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=370"}],"version-history":[{"count":1,"href":"https:\/\/myschoolnow.in\/index.php?rest_route=\/wp\/v2\/posts\/370\/revisions"}],"predecessor-version":[{"id":371,"href":"https:\/\/myschoolnow.in\/index.php?rest_route=\/wp\/v2\/posts\/370\/revisions\/371"}],"wp:attachment":[{"href":"https:\/\/myschoolnow.in\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=370"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/myschoolnow.in\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=370"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/myschoolnow.in\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=370"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}