{"id":204694,"date":"2026-06-26T09:39:20","date_gmt":"2026-06-26T04:09:20","guid":{"rendered":"https:\/\/www.practicemock.com\/blog\/?p=204694"},"modified":"2026-06-26T09:39:47","modified_gmt":"2026-06-26T04:09:47","slug":"current-affairs-free-quiz-for-june-26-2026","status":"publish","type":"post","link":"https:\/\/www.practicemock.com\/blog\/current-affairs-free-quiz-for-june-26-2026\/","title":{"rendered":"Current Affairs Free Quiz for June 26, 2026"},"content":{"rendered":"<div class=\"yoast-breadcrumbs\"><span><span><a href=\"https:\/\/www.practicemock.com\/blog\/\">Home<\/a><\/span> \u00bb <span><a href=\"https:\/\/www.practicemock.com\/blog\/category\/current-affairs\/\">Current Affairs<\/a><\/span> \u00bb <span class=\"breadcrumb_last\" aria-current=\"page\">Current Affairs Free Quiz for June 26, 2026<\/span><\/span><\/div>\n\n\n<p>Welcome back to your daily dose of knowledge!<\/p>\n\n\n\n<p>If you are studying for government exams like SSC, Railways, or Banking, just reading the newspaper is never enough. You have to test your memory. That is why we bring you this quick, easy, and completely free daily test.<\/p>\n\n\n\n<p>Taking just 5 minutes out of your day to solve these questions will help you remember the most important news. It will also help you avoid silly mistakes in the real exam room.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Quick Rules for the Quiz:<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Focus:<\/strong> Read every question very carefully before picking an answer.<\/li>\n\n\n\n<li><strong>Speed:<\/strong> Try to finish the whole quiz in under 5 minutes.<\/li>\n\n\n\n<li><strong>Learn:<\/strong> After the quiz, make sure to read the explanations for any answers you got wrong.<\/li>\n<\/ul>\n\n\n\n<p>Are you ready to check your preparation level today? Let\u2019s begin.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Attempt Today&#8217;s Quiz Below<\/h2>\n\n\n\n\n<style>\n\/* Main Quiz Container *\/\n#quiz-3 {\n  font-family: Arial, sans-serif;\n  margin: 30px 0;\n}\n\n#quiz-3 * {\n  box-sizing: border-box;\n}\n\n#quiz-3 .quiz-container {\n  max-width: 700px;\n  margin: auto;\n  padding: 20px;\n  background: #fff;\n  border-radius: 14px;\n  box-shadow: 0 6px 16px rgba(0,0,0,0.10);\n}\n\n\/* Sticky Header for Score *\/\n#quiz-3-sticky-header {\n  position: sticky;\n  top: 0;\n  z-index: 100;\n  background: #1B2A4A;\n  color: #fff;\n  padding: 12px 20px;\n  border-radius: 10px 10px 0 0;\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  gap: 12px;\n  font-size: 15px;\n  font-weight: bold;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.25);\n  margin: -20px -20px 20px -20px;\n}\n\n#quiz-3-score-badge {\n  background: #155724;\n  color: #fff;\n  padding: 4px 14px;\n  border-radius: 20px;\n  font-size: 14px;\n  font-weight: 700;\n  white-space: nowrap;\n}\n\n\/* Question Boxes *\/\n#quiz-3 .question {\n  margin-bottom: 22px;\n  border: 1px solid #e4e7ef;\n  border-radius: 10px;\n  padding: 16px;\n  background: #f5f6fa;\n}\n\n#quiz-3 .question p {\n  font-weight: bold;\n  font-size: 14.5px;\n  color: #1B2A4A;\n  margin: 0 0 12px;\n  line-height: 1.55;\n}\n\n\/* Answer Buttons *\/\n#quiz-3 button.quiz-option {\n  width: 100%;\n  padding: 11px 14px;\n  margin: 5px 0;\n  border: 1.5px solid #d1d5e0;\n  border-radius: 6px;\n  background: #fff;\n  color: #333;\n  font-size: 14.5px;\n  cursor: pointer;\n  text-align: left;\n  line-height: 1.45;\n  transition: background 0.15s, border-color 0.15s, color 0.15s;\n}\n\n#quiz-3 button.quiz-option:hover {\n  background: #e8f5ff;\n  border-color: #1B2A4A;\n  color: #1B2A4A;\n}\n\n\/* Correct and Wrong Answer Colors *\/\n#quiz-3 button.quiz-option.correct {\n  background: #155724;\n  border-color: #0c3815;\n  color: #ffffff;\n  font-weight: 600;\n}\n\n#quiz-3 button.quiz-option.wrong {\n  background: #721c24;\n  border-color: #4a1117;\n  color: #ffffff;\n  font-weight: 600;\n}\n\n\/* Prevent Multiple Attempts *\/\n#quiz-3 button.quiz-option.locked {\n  pointer-events: none;\n}\n\n#quiz-3 button.quiz-option.correct.locked,\n#quiz-3 button.quiz-option.wrong.locked {\n  opacity: 1;\n}\n\n\/* Quiz Summary *\/\n#quiz-3 .final-summary {\n  margin-top: 36px;\n  padding: 20px;\n  border-radius: 12px;\n  background: #f5f6fa;\n  border: 2px solid #1B2A4A;\n}\n\n#quiz-3 .final-summary h3 {\n  text-align: center;\n  color: #1B2A4A;\n  margin: 0 0 20px;\n  font-size: 18px;\n}\n\n#quiz-3 .summary-row {\n  display: grid;\n  grid-template-columns: 120px 1fr 40px;\n  gap: 10px;\n  align-items: center;\n  margin-bottom: 12px;\n  font-weight: bold;\n  font-size: 13.5px;\n  color: #1B2A4A;\n}\n\n#quiz-3 .summary-bar {\n  height: 13px;\n  background: #dde1ea;\n  border-radius: 10px;\n  overflow: hidden;\n}\n\n#quiz-3 .bar-fill {\n  height: 100%;\n  width: 0%;\n  border-radius: 10px;\n  transition: width 0.5s ease;\n}\n\n#quiz-3 .bar-attempted {\n  background: #1B2A4A;\n}\n\n#quiz-3 .bar-correct {\n  background: #155724;\n}\n\n#quiz-3 .bar-wrong {\n  background: #721c24;\n}\n\n#quiz-3 .bar-unattempted {\n  background: #b0b7c3;\n}\n\n#quiz-3 .final-score {\n  text-align: center;\n  font-size: 18px;\n  margin-top: 20px;\n  padding-top: 16px;\n  border-top: 1px solid #d1d5e0;\n  color: #1B2A4A;\n}\n\n#quiz-3 .score-value {\n  font-size: 32px;\n  font-weight: 800;\n  color: #155724;\n  margin-left: 6px;\n}\n\n\/* Completion Modal *\/\n#quiz-3-completion-modal {\n  display: none;\n  position: fixed;\n  inset: 0;\n  width: 100%;\n  height: 100%;\n  padding: 20px;\n  background: rgba(0,0,0,0.75);\n  z-index: 99999;\n  align-items: center;\n  justify-content: center;\n  font-family: Arial, sans-serif;\n}\n\n#quiz-3-completion-modal.is-active {\n  display: flex;\n}\n\n#quiz-3-completion-modal .completion-content {\n  background: #ffffff;\n  padding: 40px 30px;\n  border-radius: 16px;\n  max-width: 450px;\n  width: 90%;\n  text-align: center;\n  box-shadow: 0 15px 40px rgba(0,0,0,0.3);\n  position: relative;\n}\n\n#quiz-3-completion-modal .completion-title {\n  color: #1B2A4A;\n  font-size: 24px;\n  font-weight: bold;\n  margin: 0 0 10px;\n}\n\n#quiz-3-completion-modal .completion-score-text {\n  font-size: 18px;\n  color: #555;\n  margin: 20px 0 5px;\n}\n\n#quiz-3-completion-modal .completion-score-number {\n  font-size: 54px;\n  font-weight: 900;\n  color: #155724;\n  margin: 0 0 25px;\n  line-height: 1;\n}\n\n#quiz-3-completion-modal .completion-message {\n  font-size: 16px;\n  color: #444;\n  line-height: 1.5;\n  margin-bottom: 30px;\n}\n\n#quiz-3-completion-modal .completion-btn {\n  display: inline-block;\n  width: 100%;\n  padding: 16px 30px;\n  border-radius: 8px;\n  background: #00C853;\n  color: #ffffff;\n  text-decoration: none;\n  font-size: 17px;\n  font-weight: bold;\n  box-shadow: 0 4px 10px rgba(0,200,83,0.3);\n  transition: background 0.2s, transform 0.1s;\n}\n\n#quiz-3-completion-modal .completion-btn:hover {\n  background: #00b34a;\n  color: #ffffff;\n  transform: translateY(-2px);\n}\n\n#quiz-3-completion-modal .completion-close {\n  position: absolute;\n  top: 12px;\n  right: 16px;\n  width: auto;\n  margin: 0;\n  padding: 5px;\n  border: none;\n  background: transparent;\n  color: #999;\n  font-size: 24px;\n  line-height: 1;\n  cursor: pointer;\n}\n\n#quiz-3-completion-modal .completion-close:hover {\n  color: #333;\n}\n\n\/* Mobile Optimization *\/\n@media (max-width: 600px) {\n  #quiz-3 .quiz-container {\n    padding: 15px;\n    border-radius: 10px;\n  }\n\n  #quiz-3-sticky-header {\n    margin: -15px -15px 18px;\n    padding: 11px 14px;\n    font-size: 13px;\n  }\n\n  #quiz-3-score-badge {\n    padding: 4px 10px;\n    font-size: 12px;\n  }\n\n  #quiz-3 .question {\n    padding: 14px;\n  }\n\n  #quiz-3 .summary-row {\n    grid-template-columns: 90px 1fr 30px;\n    gap: 8px;\n    font-size: 12.5px;\n  }\n\n  #quiz-3-completion-modal .completion-content {\n    padding: 36px 20px 28px;\n  }\n}\n<\/style>\n\n<div id=\"quiz-3\">\n  <div class=\"quiz-container\">\n\n    <div id=\"quiz-3-sticky-header\">\n      <span>Current Affairs Quiz<\/span>\n\n      <span id=\"quiz-3-score-badge\">\n        Score: <strong id=\"quiz-3-score-value\">0.00<\/strong>\n      <\/span>\n    <\/div>\n\n    <div class=\"questions-wrapper\">\n\n      <div class=\"question\" data-answered=\"false\">\n        <p>Q1. Where was the 8th edition of the \u2018Trade Watch Quarterly\u2019 report released by NITI Aayog in June 2026?<\/p>\n\n        <button class=\"quiz-option\" data-correct=\"false\">\n          A. Mumbai\n        <\/button>\n\n        <button class=\"quiz-option\" data-correct=\"false\">\n          B. Hyderabad\n        <\/button>\n\n        <button class=\"quiz-option\" data-correct=\"true\">\n          C. New Delhi\n        <\/button>\n\n        <button class=\"quiz-option\" data-correct=\"false\">\n          D. Bengaluru\n        <\/button>\n\n        <button class=\"quiz-option\" data-correct=\"false\">\n          E. Pune\n        <\/button>\n      <\/div>\n\n      <div class=\"question\" data-answered=\"false\">\n        <p>Q2. Which city\u2019s airport hosted the inauguration of India\u2019s first hub-and-spoke international connectivity flight under Air India\u2019s \u2018Easy Connect\u2019 initiative?<\/p>\n\n        <button class=\"quiz-option\" data-correct=\"true\">\n          A. Varanasi\n        <\/button>\n\n        <button class=\"quiz-option\" data-correct=\"false\">\n          B. Lucknow\n        <\/button>\n\n        <button class=\"quiz-option\" data-correct=\"false\">\n          C. Dehradun\n        <\/button>\n\n        <button class=\"quiz-option\" data-correct=\"false\">\n          D. Indore\n        <\/button>\n\n        <button class=\"quiz-option\" data-correct=\"false\">\n          E. Kochi\n        <\/button>\n      <\/div>\n\n      <div class=\"question\" data-answered=\"false\">\n        <p>Q3. The Centre for Development of Telematics (C-DOT) signed an agreement to establish its fourth Centre of Excellence in advanced communication technologies at which institute?<\/p>\n\n        <button class=\"quiz-option\" data-correct=\"false\">\n          A. IIT Kanpur\n        <\/button>\n\n        <button class=\"quiz-option\" data-correct=\"true\">\n          B. IIT Hyderabad\n        <\/button>\n\n        <button class=\"quiz-option\" data-correct=\"false\">\n          C. IIT Roorkee\n        <\/button>\n\n        <button class=\"quiz-option\" data-correct=\"false\">\n          D. IIT Gandhinagar\n        <\/button>\n\n        <button class=\"quiz-option\" data-correct=\"false\">\n          E. IIT Madras\n        <\/button>\n      <\/div>\n\n      <div class=\"question\" data-answered=\"false\">\n        <p>Q4. With which country\u2019s premier investment chamber did ASSOCHAM sign an MoU in June 2026 to enhance bilateral trade relations beyond the current USD 1 billion mark?<\/p>\n\n        <button class=\"quiz-option\" data-correct=\"false\">\n          A. Bangladesh\n        <\/button>\n\n        <button class=\"quiz-option\" data-correct=\"false\">\n          B. Nepal\n        <\/button>\n\n        <button class=\"quiz-option\" data-correct=\"true\">\n          C. Afghanistan\n        <\/button>\n\n        <button class=\"quiz-option\" data-correct=\"false\">\n          D. Sri Lanka\n        <\/button>\n\n        <button class=\"quiz-option\" data-correct=\"false\">\n          E. Bhutan\n        <\/button>\n      <\/div>\n\n      <div class=\"question\" data-answered=\"false\">\n        <p>Q5. Which entity partnered with the Institute of Company Secretaries of India (ICSI) to offer secure, India-hosted cloud infrastructure services at special pricing for two years?<\/p>\n\n        <button class=\"quiz-option\" data-correct=\"false\">\n          A. Shakti Cloud\n        <\/button>\n\n        <button class=\"quiz-option\" data-correct=\"false\">\n          B. Nxtra Data\n        <\/button>\n\n        <button class=\"quiz-option\" data-correct=\"false\">\n          C. Alphacloud\n        <\/button>\n\n        <button class=\"quiz-option\" data-correct=\"true\">\n          D. BharathCloud\n        <\/button>\n\n        <button class=\"quiz-option\" data-correct=\"false\">\n          E. Tata Communications\n        <\/button>\n      <\/div>\n\n      <div class=\"question\" data-answered=\"false\">\n        <p>Q6. According to the 67th edition of the TOP500 Supercomputer Rankings released in Germany, which supercomputer emerged as the world\u2019s most powerful machine?<\/p>\n\n        <button class=\"quiz-option\" data-correct=\"false\">\n          A. El Capitan\n        <\/button>\n\n        <button class=\"quiz-option\" data-correct=\"false\">\n          B. Shakti Cloud\n        <\/button>\n\n        <button class=\"quiz-option\" data-correct=\"true\">\n          C. LineShine\n        <\/button>\n\n        <button class=\"quiz-option\" data-correct=\"false\">\n          D. Frontier\n        <\/button>\n\n        <button class=\"quiz-option\" data-correct=\"false\">\n          E. Jupiter\n        <\/button>\n      <\/div>\n\n      <div class=\"question\" data-answered=\"false\">\n        <p>Q7. In June 2026, Bangladesh officially became the ______ member nation of India\u2019s International Big Cat Alliance (IBCA).<\/p>\n\n        <button class=\"quiz-option\" data-correct=\"false\">\n          A. 21st\n        <\/button>\n\n        <button class=\"quiz-option\" data-correct=\"false\">\n          B. 25th\n        <\/button>\n\n        <button class=\"quiz-option\" data-correct=\"true\">\n          C. 27th\n        <\/button>\n\n        <button class=\"quiz-option\" data-correct=\"false\">\n          D. 30th\n        <\/button>\n\n        <button class=\"quiz-option\" data-correct=\"false\">\n          E. 32nd\n        <\/button>\n      <\/div>\n\n      <div class=\"question\" data-answered=\"false\">\n        <p>Q8. What is the total estimated value of the sustainment support packages announced by the USA for India\u2019s Apache helicopters and M777A2 Ultra-Light Howitzers?<\/p>\n\n        <button class=\"quiz-option\" data-correct=\"false\">\n          A. USD 230 million\n        <\/button>\n\n        <button class=\"quiz-option\" data-correct=\"false\">\n          B. USD 198.2 million\n        <\/button>\n\n        <button class=\"quiz-option\" data-correct=\"true\">\n          C. USD 482.2 million\n        <\/button>\n\n        <button class=\"quiz-option\" data-correct=\"false\">\n          D. USD 542 million\n        <\/button>\n\n        <button class=\"quiz-option\" data-correct=\"false\">\n          E. USD 310.5 million\n        <\/button>\n      <\/div>\n\n      <div class=\"question\" data-answered=\"false\">\n        <p>Q9. Which cross-border Business-to-Business payments platform became the first Indian company in its domain to obtain a regulatory license under Canada\u2019s Retail Payment Activities Act?<\/p>\n\n        <button class=\"quiz-option\" data-correct=\"true\">\n          A. Skydo\n        <\/button>\n\n        <button class=\"quiz-option\" data-correct=\"false\">\n          B. Razorpay\n        <\/button>\n\n        <button class=\"quiz-option\" data-correct=\"false\">\n          C. Cashfree\n        <\/button>\n\n        <button class=\"quiz-option\" data-correct=\"false\">\n          D. Pine Labs\n        <\/button>\n\n        <button class=\"quiz-option\" data-correct=\"false\">\n          E. Instamojo\n        <\/button>\n      <\/div>\n\n      <div class=\"question\" data-answered=\"false\">\n        <p>Q10. What is India\u2019s projected Gross Domestic Product growth rate for the Financial Year 2026\u201327 according to S&amp;P Global\u2019s \u2018Economic Outlook Asia-Pacific Q3 2026\u2019 report?<\/p>\n\n        <button class=\"quiz-option\" data-correct=\"false\">\n          A. 7.7%\n        <\/button>\n\n        <button class=\"quiz-option\" data-correct=\"false\">\n          B. 7.1%\n        <\/button>\n\n        <button class=\"quiz-option\" data-correct=\"false\">\n          C. 7.2%\n        <\/button>\n\n        <button class=\"quiz-option\" data-correct=\"true\">\n          D. 6.6%\n        <\/button>\n\n        <button class=\"quiz-option\" data-correct=\"false\">\n          E. 7.0%\n        <\/button>\n      <\/div>\n\n    <\/div>\n\n    <div class=\"final-summary\">\n      <h3>Quiz Summary<\/h3>\n\n      <div class=\"summary-row\">\n        <span>Attempted<\/span>\n\n        <div class=\"summary-bar\">\n          <div\n            class=\"bar-fill bar-attempted\"\n            data-summary=\"attempted\">\n          <\/div>\n        <\/div>\n\n        <span data-count=\"attempted\">0<\/span>\n      <\/div>\n\n      <div class=\"summary-row\">\n        <span>Correct<\/span>\n\n        <div class=\"summary-bar\">\n          <div\n            class=\"bar-fill bar-correct\"\n            data-summary=\"correct\">\n          <\/div>\n        <\/div>\n\n        <span data-count=\"correct\">0<\/span>\n      <\/div>\n\n      <div class=\"summary-row\">\n        <span>Wrong<\/span>\n\n        <div class=\"summary-bar\">\n          <div\n            class=\"bar-fill bar-wrong\"\n            data-summary=\"wrong\">\n          <\/div>\n        <\/div>\n\n        <span data-count=\"wrong\">0<\/span>\n      <\/div>\n\n      <div class=\"summary-row\">\n        <span>Unattempted<\/span>\n\n        <div class=\"summary-bar\">\n          <div\n            class=\"bar-fill bar-unattempted\"\n            data-summary=\"unattempted\">\n          <\/div>\n        <\/div>\n\n        <span data-count=\"unattempted\">10<\/span>\n      <\/div>\n\n      <div class=\"final-score\">\n        Final Score:\n        <span class=\"score-value\" data-score>0.00<\/span>\n      <\/div>\n    <\/div>\n\n  <\/div>\n<\/div>\n\n<div id=\"quiz-3-completion-modal\">\n  <div class=\"completion-content\">\n\n    <button\n      type=\"button\"\n      class=\"completion-close\"\n      aria-label=\"Close quiz results\"\n      onclick=\"closeQuiz3CompletionModal()\">\n      \u2716\n    <\/button>\n\n    <h2 class=\"completion-title\">Quiz Completed!<\/h2>\n\n    <div class=\"completion-score-text\">\n      You have scored:\n    <\/div>\n\n    <div\n      class=\"completion-score-number\"\n      id=\"quiz-3-final-modal-score\">\n      0.00\n    <\/div>\n\n    <p class=\"completion-message\">\n      Solve more exam-level current affairs questions and strengthen your preparation.\n    <\/p>\n\n    <a\n      href=\"https:\/\/s1.practicemock.com\/exams\/?c=ssctopicca&#038;i=ssc\"\n      class=\"completion-btn\">\n      Solve More Questions\n    <\/a>\n\n  <\/div>\n<\/div>\n\n<script>\n(function () {\n  \"use strict\";\n\n  const quizBox = document.getElementById(\"quiz-3\");\n  const completionModal = document.getElementById(\n    \"quiz-3-completion-modal\"\n  );\n\n  if (!quizBox || !completionModal) {\n    return;\n  }\n\n  const allQuestions = quizBox.querySelectorAll(\".question\");\n  const totalQuestions = allQuestions.length;\n\n  \/*\n   * Keep this storage name unique for every quiz.\n   * Change it before publishing another current affairs quiz.\n   *\/\n  const storageName =\n    \"pm_current_affairs_quiz_june_2026_set_3_v1\";\n\n  let currentScore = 0;\n  let totalAttempted = 0;\n  let totalCorrect = 0;\n  let totalWrong = 0;\n\n  window.closeQuiz3CompletionModal = function () {\n    completionModal.classList.remove(\"is-active\");\n  };\n\n  function getSavedData() {\n    try {\n      return JSON.parse(\n        sessionStorage.getItem(storageName) || \"{}\"\n      );\n    } catch (error) {\n      return {};\n    }\n  }\n\n  function saveData(data) {\n    try {\n      sessionStorage.setItem(\n        storageName,\n        JSON.stringify(data)\n      );\n    } catch (error) {\n      \/*\n       * Quiz remains functional when session storage\n       * is blocked or unavailable.\n       *\/\n    }\n  }\n\n  function refreshScreen() {\n    const totalUnattempted =\n      totalQuestions - totalAttempted;\n\n    quizBox.querySelector(\n      '[data-count=\"attempted\"]'\n    ).textContent = totalAttempted;\n\n    quizBox.querySelector(\n      '[data-count=\"correct\"]'\n    ).textContent = totalCorrect;\n\n    quizBox.querySelector(\n      '[data-count=\"wrong\"]'\n    ).textContent = totalWrong;\n\n    quizBox.querySelector(\n      '[data-count=\"unattempted\"]'\n    ).textContent = totalUnattempted;\n\n    quizBox.querySelector(\n      '[data-summary=\"attempted\"]'\n    ).style.width =\n      (totalAttempted \/ totalQuestions) * 100 + \"%\";\n\n    quizBox.querySelector(\n      '[data-summary=\"correct\"]'\n    ).style.width =\n      (totalCorrect \/ totalQuestions) * 100 + \"%\";\n\n    quizBox.querySelector(\n      '[data-summary=\"wrong\"]'\n    ).style.width =\n      (totalWrong \/ totalQuestions) * 100 + \"%\";\n\n    quizBox.querySelector(\n      '[data-summary=\"unattempted\"]'\n    ).style.width =\n      (totalUnattempted \/ totalQuestions) * 100 + \"%\";\n\n    const displayScore = currentScore.toFixed(2);\n\n    quizBox.querySelector(\n      \"[data-score]\"\n    ).textContent = displayScore;\n\n    document.getElementById(\n      \"quiz-3-score-value\"\n    ).textContent = displayScore;\n\n    document.getElementById(\n      \"quiz-3-final-modal-score\"\n    ).textContent = displayScore;\n  }\n\n  function lockQuestion(\n    questionElement,\n    clickedButtonIndex,\n    isCorrect\n  ) {\n    questionElement.dataset.answered = \"true\";\n\n    const buttons =\n      questionElement.querySelectorAll(\".quiz-option\");\n\n    buttons.forEach(function (button) {\n      button.classList.add(\"locked\");\n    });\n\n    if (isCorrect) {\n      if (buttons[clickedButtonIndex]) {\n        buttons[clickedButtonIndex].classList.add(\n          \"correct\"\n        );\n      }\n    } else {\n      if (buttons[clickedButtonIndex]) {\n        buttons[clickedButtonIndex].classList.add(\n          \"wrong\"\n        );\n      }\n\n      const correctButton =\n        questionElement.querySelector(\n          '[data-correct=\"true\"]'\n        );\n\n      if (correctButton) {\n        correctButton.classList.add(\"correct\");\n      }\n    }\n  }\n\n  const pastAnswers = getSavedData();\n\n  allQuestions.forEach(function (\n    question,\n    questionIndex\n  ) {\n    const pastAnswer = pastAnswers[questionIndex];\n\n    if (\n      pastAnswer !== undefined &&\n      typeof pastAnswer.chosenIndex === \"number\"\n    ) {\n      totalAttempted++;\n\n      if (pastAnswer.correct) {\n        totalCorrect++;\n      } else {\n        totalWrong++;\n      }\n\n      lockQuestion(\n        question,\n        pastAnswer.chosenIndex,\n        pastAnswer.correct\n      );\n    }\n  });\n\n  currentScore =\n    (totalCorrect * 2) - (totalWrong * 0.5);\n\n  refreshScreen();\n\n  allQuestions.forEach(function (\n    question,\n    questionIndex\n  ) {\n    const buttons =\n      question.querySelectorAll(\".quiz-option\");\n\n    buttons.forEach(function (\n      button,\n      buttonIndex\n    ) {\n      button.addEventListener(\n        \"click\",\n        function () {\n          if (\n            question.dataset.answered === \"true\"\n          ) {\n            return;\n          }\n\n          question.dataset.answered = \"true\";\n          totalAttempted++;\n\n          buttons.forEach(function (quizButton) {\n            quizButton.classList.add(\"locked\");\n          });\n\n          const isRightAnswer =\n            button.dataset.correct === \"true\";\n\n          if (isRightAnswer) {\n            button.classList.add(\"correct\");\n            totalCorrect++;\n          } else {\n            button.classList.add(\"wrong\");\n            totalWrong++;\n\n            const correctButton =\n              question.querySelector(\n                '[data-correct=\"true\"]'\n              );\n\n            if (correctButton) {\n              correctButton.classList.add(\n                \"correct\"\n              );\n            }\n          }\n\n          currentScore =\n            (totalCorrect * 2) -\n            (totalWrong * 0.5);\n\n          pastAnswers[questionIndex] = {\n            chosenIndex: buttonIndex,\n            correct: isRightAnswer\n          };\n\n          saveData(pastAnswers);\n          refreshScreen();\n\n          if (\n            totalAttempted === totalQuestions\n          ) {\n            setTimeout(function () {\n              completionModal.classList.add(\n                \"is-active\"\n              );\n            }, 800);\n          }\n        }\n      );\n    });\n  });\n\n  completionModal.addEventListener(\n    \"click\",\n    function (event) {\n      if (event.target === completionModal) {\n        completionModal.classList.remove(\n          \"is-active\"\n        );\n      }\n    }\n  );\n\n  document.addEventListener(\n    \"keydown\",\n    function (event) {\n      if (event.key === \"Escape\") {\n        completionModal.classList.remove(\n          \"is-active\"\n        );\n      }\n    }\n  );\n})();\n<\/script>\n\n\n\n\n\n<p><\/p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-16018d1d wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-white-color has-vivid-cyan-blue-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https:\/\/www.practicemock.com\/?next=https%3A%2F%2Fs1.practicemock.com%2Fexams%2F%3Fc%3Dssctopicca%26i%3Dssc&amp;ref=15399\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Attempt More Free CA Quizzes<\/strong><\/a><\/div>\n<\/div>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Finished the Quiz? What Next?<\/h2>\n\n\n\n<p>Great job on completing today&#8217;s test! Every single time you practice, you get one step closer to your dream job. If your score was low today, please do not worry. The goal is to make mistakes here so you do not make them in the final exam.<\/p>\n\n\n\n<p>Make sure to revise the answers, take some short notes, and come back tomorrow for a fresh set of questions.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p class=\"has-text-align-center\"><strong><a href=\"https:\/\/www.practicemock.com\/blog\/daily-current-affairs-quizzes\/\" target=\"_blank\" rel=\"noreferrer noopener\">Click Here to view the full list of all our Daily Current Affairs Quizzes<\/a><\/strong><\/p>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Quick FAQs<\/h2>\n\n\n\n<div class=\"schema-faq wp-block-yoast-faq-block\"><div class=\"schema-faq-section\" id=\"faq-question-1775720317565\"><strong class=\"schema-faq-question\">Is today&#8217;s quiz based on the latest news?<\/strong> <p class=\"schema-faq-answer\">Yes! The questions in this specific test are made using the most important news and events.<\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-1775720338209\"><strong class=\"schema-faq-question\">What is a good score for this daily test?<\/strong> <p class=\"schema-faq-answer\">If you are scoring more than 80% on these daily tests, your preparation is going very well. If you score less, just keep practicing daily to improve!<\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-1775720349624\"><strong class=\"schema-faq-question\">Where can I find yesterday&#8217;s quiz?<\/strong> <p class=\"schema-faq-answer\">You can find all our past quizzes neatly organized by date on our main <strong><a href=\"https:\/\/www.practicemock.com\/blog\/daily-current-affairs-quizzes\/\" target=\"_blank\" rel=\"noreferrer noopener\">Daily Current Affairs page<\/a><\/strong>. Just click the link right above this section to go there.<\/p> <\/div> <\/div>\n","protected":false},"excerpt":{"rendered":"<p>Welcome back to your daily dose of knowledge! If you are studying for government exams like SSC, Railways, or Banking, just reading the newspaper is never enough. You have to test your memory. That is why we bring you this quick, easy, and completely free daily test. Taking just 5 minutes out of your day [&hellip;]<\/p>\n","protected":false},"author":38,"featured_media":204695,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"categories":[14],"tags":[],"class_list":["post-204694","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-current-affairs"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Current Affairs Free Quiz for June 26, 2026<\/title>\n<meta name=\"description\" content=\"Practice the free Current Affairs Quiz for [June 26, 2026]. Check your daily GK score in just 5 minutes. Perfect for SSC, Banking, and Railway exams!\" \/>\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.practicemock.com\/blog\/current-affairs-free-quiz-for-june-26-2026\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Current Affairs Free Quiz for June 26, 2026\" \/>\n<meta property=\"og:description\" content=\"Practice the free Current Affairs Quiz for [June 26, 2026]. Check your daily GK score in just 5 minutes. Perfect for SSC, Banking, and Railway exams!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.practicemock.com\/blog\/current-affairs-free-quiz-for-june-26-2026\/\" \/>\n<meta property=\"og:site_name\" content=\"Practicemock\" \/>\n<meta property=\"article:published_time\" content=\"2026-06-26T04:09:20+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-26T04:09:47+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.practicemock.com\/blog\/wp-content\/uploads\/2026\/06\/current-affairs-daily-quiz-june-26.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1672\" \/>\n\t<meta property=\"og:image:height\" content=\"941\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"Saurav Banerjee\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Saurav Banerjee\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Current Affairs Free Quiz for June 26, 2026","description":"Practice the free Current Affairs Quiz for [June 26, 2026]. Check your daily GK score in just 5 minutes. Perfect for SSC, Banking, and Railway exams!","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.practicemock.com\/blog\/current-affairs-free-quiz-for-june-26-2026\/","og_locale":"en_US","og_type":"article","og_title":"Current Affairs Free Quiz for June 26, 2026","og_description":"Practice the free Current Affairs Quiz for [June 26, 2026]. Check your daily GK score in just 5 minutes. Perfect for SSC, Banking, and Railway exams!","og_url":"https:\/\/www.practicemock.com\/blog\/current-affairs-free-quiz-for-june-26-2026\/","og_site_name":"Practicemock","article_published_time":"2026-06-26T04:09:20+00:00","article_modified_time":"2026-06-26T04:09:47+00:00","og_image":[{"width":1672,"height":941,"url":"https:\/\/www.practicemock.com\/blog\/wp-content\/uploads\/2026\/06\/current-affairs-daily-quiz-june-26.webp","type":"image\/webp"}],"author":"Saurav Banerjee","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Saurav Banerjee","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.practicemock.com\/blog\/current-affairs-free-quiz-for-june-26-2026\/#article","isPartOf":{"@id":"https:\/\/www.practicemock.com\/blog\/current-affairs-free-quiz-for-june-26-2026\/"},"author":{"name":"Saurav Banerjee","@id":"https:\/\/www.practicemock.com\/blog\/#\/schema\/person\/f4303df068951c1ac47c29153afa7c2d"},"headline":"Current Affairs Free Quiz for June 26, 2026","datePublished":"2026-06-26T04:09:20+00:00","dateModified":"2026-06-26T04:09:47+00:00","mainEntityOfPage":{"@id":"https:\/\/www.practicemock.com\/blog\/current-affairs-free-quiz-for-june-26-2026\/"},"wordCount":714,"commentCount":0,"image":{"@id":"https:\/\/www.practicemock.com\/blog\/current-affairs-free-quiz-for-june-26-2026\/#primaryimage"},"thumbnailUrl":"https:\/\/www.practicemock.com\/blog\/wp-content\/uploads\/2026\/06\/current-affairs-daily-quiz-june-26.webp","articleSection":["Current Affairs"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.practicemock.com\/blog\/current-affairs-free-quiz-for-june-26-2026\/#respond"]}]},{"@type":["WebPage","FAQPage"],"@id":"https:\/\/www.practicemock.com\/blog\/current-affairs-free-quiz-for-june-26-2026\/","url":"https:\/\/www.practicemock.com\/blog\/current-affairs-free-quiz-for-june-26-2026\/","name":"Current Affairs Free Quiz for June 26, 2026","isPartOf":{"@id":"https:\/\/www.practicemock.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.practicemock.com\/blog\/current-affairs-free-quiz-for-june-26-2026\/#primaryimage"},"image":{"@id":"https:\/\/www.practicemock.com\/blog\/current-affairs-free-quiz-for-june-26-2026\/#primaryimage"},"thumbnailUrl":"https:\/\/www.practicemock.com\/blog\/wp-content\/uploads\/2026\/06\/current-affairs-daily-quiz-june-26.webp","datePublished":"2026-06-26T04:09:20+00:00","dateModified":"2026-06-26T04:09:47+00:00","author":{"@id":"https:\/\/www.practicemock.com\/blog\/#\/schema\/person\/f4303df068951c1ac47c29153afa7c2d"},"description":"Practice the free Current Affairs Quiz for [June 26, 2026]. Check your daily GK score in just 5 minutes. Perfect for SSC, Banking, and Railway exams!","breadcrumb":{"@id":"https:\/\/www.practicemock.com\/blog\/current-affairs-free-quiz-for-june-26-2026\/#breadcrumb"},"mainEntity":[{"@id":"https:\/\/www.practicemock.com\/blog\/current-affairs-free-quiz-for-june-26-2026\/#faq-question-1775720317565"},{"@id":"https:\/\/www.practicemock.com\/blog\/current-affairs-free-quiz-for-june-26-2026\/#faq-question-1775720338209"},{"@id":"https:\/\/www.practicemock.com\/blog\/current-affairs-free-quiz-for-june-26-2026\/#faq-question-1775720349624"}],"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.practicemock.com\/blog\/current-affairs-free-quiz-for-june-26-2026\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.practicemock.com\/blog\/current-affairs-free-quiz-for-june-26-2026\/#primaryimage","url":"https:\/\/www.practicemock.com\/blog\/wp-content\/uploads\/2026\/06\/current-affairs-daily-quiz-june-26.webp","contentUrl":"https:\/\/www.practicemock.com\/blog\/wp-content\/uploads\/2026\/06\/current-affairs-daily-quiz-june-26.webp","width":1672,"height":941,"caption":"current affairs daily quiz june 26"},{"@type":"BreadcrumbList","@id":"https:\/\/www.practicemock.com\/blog\/current-affairs-free-quiz-for-june-26-2026\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.practicemock.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Current Affairs","item":"https:\/\/www.practicemock.com\/blog\/category\/current-affairs\/"},{"@type":"ListItem","position":3,"name":"Current Affairs Free Quiz for June 26, 2026"}]},{"@type":"WebSite","@id":"https:\/\/www.practicemock.com\/blog\/#website","url":"https:\/\/www.practicemock.com\/blog\/","name":"Practicemock","description":"Practice | Analyse | Excel","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.practicemock.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.practicemock.com\/blog\/#\/schema\/person\/f4303df068951c1ac47c29153afa7c2d","name":"Saurav Banerjee","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/4c5ab7aba393bf7c7bae7c7d4ae69f78e212009a1cb2d4b903802ef3ea5bf2cc?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/4c5ab7aba393bf7c7bae7c7d4ae69f78e212009a1cb2d4b903802ef3ea5bf2cc?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/4c5ab7aba393bf7c7bae7c7d4ae69f78e212009a1cb2d4b903802ef3ea5bf2cc?s=96&d=mm&r=g","caption":"Saurav Banerjee"},"description":"SEO Content manager ,currently working with PracticeMock. Saurav uses proven SEO and AEO strategies to improve visibility of websites. He has over 5 years of experience in ed-tech industry.","url":"https:\/\/www.practicemock.com\/blog\/author\/saurav-banerjeepracticemock-com\/"},{"@type":"Question","@id":"https:\/\/www.practicemock.com\/blog\/current-affairs-free-quiz-for-june-26-2026\/#faq-question-1775720317565","position":1,"url":"https:\/\/www.practicemock.com\/blog\/current-affairs-free-quiz-for-june-26-2026\/#faq-question-1775720317565","name":"Is today's quiz based on the latest news?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"Yes! The questions in this specific test are made using the most important news and events.","inLanguage":"en-US"},"inLanguage":"en-US"},{"@type":"Question","@id":"https:\/\/www.practicemock.com\/blog\/current-affairs-free-quiz-for-june-26-2026\/#faq-question-1775720338209","position":2,"url":"https:\/\/www.practicemock.com\/blog\/current-affairs-free-quiz-for-june-26-2026\/#faq-question-1775720338209","name":"What is a good score for this daily test?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"If you are scoring more than 80% on these daily tests, your preparation is going very well. If you score less, just keep practicing daily to improve!","inLanguage":"en-US"},"inLanguage":"en-US"},{"@type":"Question","@id":"https:\/\/www.practicemock.com\/blog\/current-affairs-free-quiz-for-june-26-2026\/#faq-question-1775720349624","position":3,"url":"https:\/\/www.practicemock.com\/blog\/current-affairs-free-quiz-for-june-26-2026\/#faq-question-1775720349624","name":"Where can I find yesterday's quiz?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"You can find all our past quizzes neatly organized by date on our main <strong><a href=\"https:\/\/www.practicemock.com\/blog\/daily-current-affairs-quizzes\/\" target=\"_blank\" rel=\"noreferrer noopener\">Daily Current Affairs page<\/a><\/strong>. Just click the link right above this section to go there.","inLanguage":"en-US"},"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/www.practicemock.com\/blog\/wp-json\/wp\/v2\/posts\/204694","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.practicemock.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.practicemock.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.practicemock.com\/blog\/wp-json\/wp\/v2\/users\/38"}],"replies":[{"embeddable":true,"href":"https:\/\/www.practicemock.com\/blog\/wp-json\/wp\/v2\/comments?post=204694"}],"version-history":[{"count":0,"href":"https:\/\/www.practicemock.com\/blog\/wp-json\/wp\/v2\/posts\/204694\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.practicemock.com\/blog\/wp-json\/wp\/v2\/media\/204695"}],"wp:attachment":[{"href":"https:\/\/www.practicemock.com\/blog\/wp-json\/wp\/v2\/media?parent=204694"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.practicemock.com\/blog\/wp-json\/wp\/v2\/categories?post=204694"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.practicemock.com\/blog\/wp-json\/wp\/v2\/tags?post=204694"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}