{"id":132,"date":"2025-07-29T11:18:45","date_gmt":"2025-07-29T05:48:45","guid":{"rendered":"https:\/\/myschoolnow.in\/?p=132"},"modified":"2025-07-29T11:18:45","modified_gmt":"2025-07-29T05:48:45","slug":"mind-maths-series-2","status":"publish","type":"post","link":"https:\/\/myschoolnow.in\/?p=132","title":{"rendered":"Mind Maths &#8211; Series 2"},"content":{"rendered":"\n<!DOCTYPE html>\n<html>\n<head>\n  <title>Mind Math Quiz &#8211; Set 2<\/title>\n  <style>\n    body {\n      font-family: Arial, sans-serif;\n      background-color: white;\n      color: black;\n      padding: 20px;\n    }\n    h1 {\n      margin-bottom: 20px;\n    }\n    .question-box {\n      background-color: #f0f0f0;\n      border: 1px solid grey;\n      border-radius: 10px;\n      padding: 15px;\n      margin-bottom: 15px;\n    }\n    .question-box input {\n      margin-top: 10px;\n      padding: 5px;\n      width: 100px;\n    }\n    .submit-btn {\n      padding: 10px 20px;\n      margin-top: 20px;\n      background-color: grey;\n      color: white;\n      border: none;\n      cursor: pointer;\n    }\n    .result {\n      font-size: 18px;\n      font-weight: bold;\n      margin-top: 20px;\n    }\n  <\/style>\n<\/head>\n<body>\n\n  <h1>Mind Math Quiz \u2013 Set 2<\/h1>\n\n  <div id=\"quiz-container\"><\/div>\n\n  <button class=\"submit-btn\" onclick=\"submitQuiz()\">Submit Answers<\/button>\n\n  <div id=\"result\" class=\"result\"><\/div>\n\n  <script>\n    const questions = [\n      { q: \"1. 56 + 29 =\", a: \"85\" },\n      { q: \"2. 121 \u2212 48 =\", a: \"73\" },\n      { q: \"3. 16 \u00d7 5 =\", a: \"80\" },\n      { q: \"4. 81 \u00f7 9 =\", a: \"9\" },\n      { q: \"5. 25% of 160 =\", a: \"40\" },\n      { q: \"6. Triple of 27 =\", a: \"81\" },\n      { q: \"7. Half of 250 =\", a: \"125\" },\n      { q: \"8. 8 \u00d7 7 + 6 =\", a: \"62\" },\n      { q: \"9. Multiply the digits of 234 =\", a: \"24\" },\n      { q: \"10. 1 item \u20b975, cost of 3 items? =\", a: \"225\" },\n      { q: \"11. Square of 13 =\", a: \"169\" },\n      { q: \"12. 15\u00b2 \u2212 5\u00b2 =\", a: \"200\" },\n      { q: \"13. 20% of 300 =\", a: \"60\" },\n      { q: \"14. 200 \u2212 50 + 25 =\", a: \"175\" },\n      { q: \"15. 4 books at \u20b940 each? =\", a: \"160\" },\n    ];\n\n    const quizContainer = document.getElementById(\"quiz-container\");\n\n    questions.forEach((item, index) => {\n      const div = document.createElement(\"div\");\n      div.className = \"question-box\";\n      div.innerHTML = `\n        <label>${item.q}<\/label><br\/>\n        <input type=\"text\" id=\"q${index}\" \/>\n      `;\n      quizContainer.appendChild(div);\n    });\n\n    function submitQuiz() {\n      let score = 0;\n      questions.forEach((item, index) => {\n        const input = document.getElementById(\"q\" + index);\n        const userAns = input.value.trim();\n        if (userAns === item.a) {\n          input.style.border = \"2px solid green\";\n          score++;\n        } else {\n          input.style.border = \"2px solid red\";\n        }\n      });\n      document.getElementById(\"result\").innerHTML = `You got ${score} out of 15 correct.`;\n    }\n  <\/script>\n\n<\/body>\n<\/html>\n\n","protected":false},"excerpt":{"rendered":"<p>Mind Math Quiz &#8211; Set 2 Mind Math Quiz \u2013 Set 2 Submit Answers<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[15],"tags":[],"class_list":["post-132","post","type-post","status-publish","format-standard","hentry","category-mind-maths"],"_links":{"self":[{"href":"https:\/\/myschoolnow.in\/index.php?rest_route=\/wp\/v2\/posts\/132","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=132"}],"version-history":[{"count":1,"href":"https:\/\/myschoolnow.in\/index.php?rest_route=\/wp\/v2\/posts\/132\/revisions"}],"predecessor-version":[{"id":133,"href":"https:\/\/myschoolnow.in\/index.php?rest_route=\/wp\/v2\/posts\/132\/revisions\/133"}],"wp:attachment":[{"href":"https:\/\/myschoolnow.in\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=132"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/myschoolnow.in\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=132"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/myschoolnow.in\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=132"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}