{"id":55169,"date":"2026-02-09T11:49:20","date_gmt":"2026-02-09T16:49:20","guid":{"rendered":"https:\/\/www.commoncause.org\/?page_id=55169"},"modified":"2026-02-09T16:23:38","modified_gmt":"2026-02-09T21:23:38","slug":"take-the-quiz-is-your-vote-safe","status":"publish","type":"page","link":"https:\/\/www.commoncause.org\/tl\/take-the-quiz-is-your-vote-safe\/","title":{"rendered":"TAKE THE QUIZ: Is Your Vote Safe?"},"content":{"rendered":"","protected":true},"excerpt":{"rendered":"","protected":true},"author":33,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_relevanssi_hide_post":"","_relevanssi_hide_content":"","_relevanssi_pin_for_all":"","_relevanssi_pin_keywords":"","_relevanssi_unpin_keywords":"","_relevanssi_related_keywords":"","_relevanssi_related_include_ids":"","_relevanssi_related_exclude_ids":"","_relevanssi_related_no_append":"","_relevanssi_related_not_related":"","_relevanssi_related_posts":"","_relevanssi_noindex_reason":""},"class_list":["post-55169","page","type-page","status-publish","post-password-required","hentry"],"acf":{"header":{"component_page_header":{"header_type":"default","title":"","lead":"The reality is, every American would face new barriers to the ballot box if the \u201cSAVE\u201d Act passes.","image":"","subnavigation":false}},"sidebar":{"helper_enable_sidebar":false,"helper_media_contact":{"heading":"Media Contact","manually_enter_person":false,"person":"","name":"","role":"","phone":"","email":""},"helper_links_downloads":{"heading":"Links & Downloads","links":null}},"page_layout":[{"acf_fc_layout":"layout_basic_html","_acfe_flexible_toggle":null,"component_basic_html":{"heading":"","code":"<div id=\"cc-saveact-quiz-root\"><\/div>\r\n\r\n<script>\r\n(function () {\r\n  \"use strict\";\r\n\r\n  var PETITION = {\r\n    cssHref: \"https:\/\/act.commoncause.org\/css\/style-embed-v3.css\",\r\n    scriptSrc:\r\n      \"https:\/\/act.commoncause.org\/widgets\/v6\/petition\/tell-congress-reject-the-anti-voter-save-act-4?format=js&source=widget\",\r\n    targetId: \"can-petition-area-tell-congress-reject-the-anti-voter-save-act-4\"\r\n  };\r\n\r\n  var COPY = {\r\n    title: \"Would the SAVE Act make voting harder for you?\",\r\n    subtitle:\r\n      \"A quick check to see whether this bill could add extra paperwork, time, or costs just to register or update your registration.\",\r\n    start: \"Start the quiz\",\r\n    next: \"Next\",\r\n    finish: \"See my result\",\r\n    back: \"Back\",\r\n    restart: \"Retake the quiz\",\r\n\r\n    optYes: \"Yes\",\r\n    optNo: \"No\",\r\n    optUnsure: \"Not sure\",\r\n\r\n    petitionHeader: \"If you agree this law is a bad idea, add your name now.\",\r\n\r\n    learnMoreLabel: \"Learn more about the SAVE Act\",\r\n    learnMoreUrl: \"https:\/\/www.commoncause.org\/\",\r\n\r\n    resultGreen: \"\u2705 You might be okay \u2014 but this law still adds red tape.\",\r\n    resultYellow: \"\u26a0\ufe0f You might still be able to vote, but it\u2019ll be harder and more expensive.\",\r\n    resultRed: \"\u274c High risk of being blocked unless you take steps early.\",\r\n    resultIneligible: \"\u274c Unfortunately, you\u2019re already ineligible to vote.\",\r\n\r\n    bodyGreen:\r\n      \"Based on your answers, you\u2019re less likely to be blocked. But the SAVE Act would still force new paperwork rules that slow registration and create hassles for many voters.\",\r\n    bodyYellow:\r\n      \"Based on your answers, you\u2019d likely face extra steps \u2014 like finding documents, paying fees, taking time off work, or making in-person trips \u2014 just to register or update your registration.\",\r\n    bodyRed:\r\n      \"Based on your answers, this law could make it very difficult to register or update your registration without extra documents, time, and costs. Many eligible voters could be turned away over paperwork.\",\r\n    bodyIneligible:\r\n      \"If you\u2019re not eligible today, you can\u2019t vote in federal elections. But the SAVE Act would also add unnecessary hurdles that can stop eligible voters from participating.\"\r\n  };\r\n\r\n  var QUESTIONS = [\r\n    { id: \"eligible\", title: \"Are you eligible to vote in U.S. federal elections?\", icon: \"eligible\" },\r\n    { id: \"passport\", title: \"Do you currently have a valid U.S. passport?\", icon: \"passport\" },\r\n    { id: \"docs\", title: \"Do you have easy access to your birth certificate or citizenship papers?\", icon: \"docs\" },\r\n    { id: \"name\", title: \"Have you ever changed your legal name (marriage, divorce, or court order)?\", icon: \"idcard\" },\r\n    { id: \"time\", title: \"Would it be hard to take time off or travel during business hours to handle paperwork in person?\", icon: \"clock\" }\r\n  ];\r\n\r\n  var root = document.getElementById(\"cc-saveact-quiz-root\");\r\n  if (!root) return;\r\n\r\n  var style = document.createElement(\"style\");\r\n  style.textContent = `\r\n    .cc-saveact-quiz{\r\n      width:100%;\r\n      font-family:inherit;\r\n      color:inherit;\r\n      --ccq-primary: var(--wp--preset--color--primary, #1b1f3b);\r\n      --ccq-accent: var(--wp--preset--color--secondary, #f9a01b);\r\n      --ccq-surface: var(--wp--preset--color--base, #fff);\r\n      --ccq-text: var(--wp--preset--color--contrast, #111);\r\n      --ccq-muted: color-mix(in srgb, var(--ccq-text) 65%, transparent);\r\n      --ccq-border: color-mix(in srgb, var(--ccq-text) 16%, transparent);\r\n      --ccq-shadow: 0 10px 28px rgba(0,0,0,.08);\r\n      --ccq-radius: 18px;\r\n    }\r\n    .cc-saveact-quiz *{box-sizing:border-box}\r\n\r\n    .ccq-card{\r\n      border:1px solid var(--ccq-border);\r\n      border-radius:var(--ccq-radius);\r\n      background:var(--ccq-surface);\r\n      padding:22px;\r\n      box-shadow:var(--ccq-shadow);\r\n      position:relative;\r\n      overflow:hidden;\r\n    }\r\n\r\n    .ccq-h1{margin:0 0 6px 0;font-weight:900;line-height:1.15;font-size:clamp(20px,2.2vw,30px)}\r\n    .ccq-sub{margin:0 0 16px 0;color:var(--ccq-muted);line-height:1.55;max-width:70ch}\r\n    .ccq-progress{margin:6px 0 0;color:color-mix(in srgb, var(--ccq-text) 55%, transparent);font-size:.95em}\r\n\r\n    .ccq-btn{\r\n      appearance:none;border:1px solid var(--ccq-border);background:transparent;color:inherit;\r\n      border-radius:999px;padding:10px 14px;font:inherit;font-weight:900;cursor:pointer;\r\n      transition:transform .06s ease, filter .15s ease, background .15s ease;\r\n    }\r\n    .ccq-btn:active{transform:translateY(1px)}\r\n    .ccq-btn:disabled{opacity:.5;cursor:not-allowed}\r\n    .ccq-btn-primary{background:var(--ccq-primary);border-color:var(--ccq-primary);color:#fff}\r\n    .ccq-btn-primary:hover{filter:brightness(.96)}\r\n    .ccq-btn-ghost:hover{background:color-mix(in srgb, var(--ccq-text) 5%, transparent)}\r\n\r\n    .ccq-qwrap{margin-top:10px}\r\n    .ccq-qtitleWrap{\r\n      position:relative;\r\n      padding-right:120px;\r\n      margin:12px 0 10px;\r\n    }\r\n    .ccq-qtitle{\r\n      margin:0;\r\n      font-weight:950;\r\n      font-size:1.18em;\r\n      line-height:1.25;\r\n      position:relative;\r\n      z-index:2;\r\n      max-width:70ch;\r\n    }\r\n    .ccq-watermark{\r\n      position:absolute;\r\n      right:-6px;\r\n      top:-18px;\r\n      width:140px;\r\n      height:140px;\r\n      opacity:.10;\r\n      color:var(--ccq-primary);\r\n      pointer-events:none;\r\n      z-index:1;\r\n      filter:saturate(.9);\r\n    }\r\n\r\n    \/* IMPORTANT:\r\n       Wrap each option in a div so the site's label:first-child rule never hits our label. *\/\r\n    .ccq-options{display:grid;gap:12px;margin:12px 0 14px}\r\n    .ccq-optionRow{margin:0 !important;padding:0 !important}\r\n\r\n    \/* High-specificity overrides in case theme uses label:first-child elsewhere *\/\r\n    .cc-saveact-quiz .ccq-options > .ccq-optionRow > label.ccq-opt{\r\n      display:flex !important;\r\n      align-items:center !important;\r\n      gap:12px !important;\r\n      margin:0 !important;\r\n      padding:14px 14px !important;\r\n      min-height:56px !important;\r\n      border:1px solid var(--ccq-border) !important;\r\n      border-radius:14px !important;\r\n      cursor:pointer !important;\r\n      line-height:1.2 !important;\r\n      background:transparent !important;\r\n      transition:background .14s ease, border-color .14s ease, transform .06s ease, box-shadow .14s ease !important;\r\n    }\r\n    .cc-saveact-quiz .ccq-options > .ccq-optionRow > label.ccq-opt:hover{\r\n      background:color-mix(in srgb, var(--ccq-text) 3.5%, transparent) !important;\r\n    }\r\n\r\n    .ccq-opttext{font-weight:900; display:block}\r\n\r\n    .ccq-radio{\r\n      width:20px;height:20px;border-radius:999px;\r\n      border:2px solid color-mix(in srgb, var(--ccq-text) 28%, transparent);\r\n      display:inline-flex;align-items:center;justify-content:center;\r\n      flex:0 0 auto;\r\n      background:var(--ccq-surface);\r\n    }\r\n    .ccq-radio::after{\r\n      content:\"\";\r\n      width:10px;height:10px;border-radius:999px;\r\n      background:transparent;\r\n      transition:background .12s ease;\r\n    }\r\n\r\n    .ccq-opt input{position:absolute;opacity:0;pointer-events:none}\r\n\r\n    .ccq-opt[data-selected=\"true\"]{\r\n      border-color: color-mix(in srgb, var(--ccq-primary) 55%, transparent) !important;\r\n      background: color-mix(in srgb, var(--ccq-primary) 7%, transparent) !important;\r\n      box-shadow: 0 2px 10px rgba(0,0,0,.04) !important;\r\n    }\r\n    .ccq-opt[data-selected=\"true\"] .ccq-radio{border-color:var(--ccq-primary)}\r\n    .ccq-opt[data-selected=\"true\"] .ccq-radio::after{background:var(--ccq-primary)}\r\n\r\n    .ccq-actions{display:flex;justify-content:space-between;gap:10px;flex-wrap:wrap;margin-top:6px}\r\n\r\n    .ccq-result{border-radius:16px;padding:16px;border:2px solid var(--ccq-border);margin-top:12px}\r\n    .ccq-green{border-color:rgba(46,133,64,.55)}\r\n    .ccq-yellow{border-color:rgba(249,160,27,.75)}\r\n    .ccq-red{border-color:rgba(199,31,31,.55)}\r\n    .ccq-result strong{display:block;margin-bottom:6px}\r\n    .ccq-result p{margin:0;color:var(--ccq-muted);line-height:1.55}\r\n\r\n    .ccq-links{margin-top:10px}\r\n    .ccq-links a{color:var(--ccq-primary);font-weight:800;text-decoration:underline}\r\n    .ccq-links a:hover{filter:brightness(.95)}\r\n\r\n    .ccq-petition{margin-top:14px}\r\n    .ccq-petition h3{margin:14px 0 10px;font-size:1.15em}\r\n\r\n    .ccq-anim-in{animation: ccqFadeUp .22s ease both}\r\n    @keyframes ccqFadeUp{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}\r\n    @media (prefers-reduced-motion: reduce){\r\n      .ccq-anim-in{animation:none !important}\r\n      .ccq-btn{transition:none !important}\r\n    }\r\n  `;\r\n  document.head.appendChild(style);\r\n\r\n  var petitionSection = document.createElement(\"div\");\r\n  petitionSection.className = \"ccq-petition\";\r\n  petitionSection.style.display = \"none\";\r\n  petitionSection.innerHTML =\r\n    '<h3>' + escapeHtml(COPY.petitionHeader) + \"<\/h3>\" +\r\n    '<div id=\"' + escapeAttr(PETITION.targetId) + '\" style=\"width:100%\"><\/div>';\r\n\r\n  var petitionLoaded = false;\r\n  function ensurePetitionAssetsOnce() {\r\n    if (petitionLoaded) return;\r\n\r\n    if (!document.querySelector('link[href=\"' + PETITION.cssHref + '\"]')) {\r\n      var link = document.createElement(\"link\");\r\n      link.rel = \"stylesheet\";\r\n      link.type = \"text\/css\";\r\n      link.href = PETITION.cssHref;\r\n      document.head.appendChild(link);\r\n    }\r\n\r\n    if (!document.querySelector('script[src=\"' + PETITION.scriptSrc + '\"]')) {\r\n      var s = document.createElement(\"script\");\r\n      s.src = PETITION.scriptSrc;\r\n      s.async = true;\r\n      document.body.appendChild(s);\r\n    }\r\n\r\n    petitionLoaded = true;\r\n  }\r\n\r\n  var state = { step: -1, answers: {} };\r\n\r\n  function setCardHtml(html) {\r\n    var card = root.querySelector(\".ccq-card\");\r\n    card.innerHTML = html;\r\n    card.classList.remove(\"ccq-anim-in\");\r\n    void card.offsetWidth;\r\n    card.classList.add(\"ccq-anim-in\");\r\n  }\r\n\r\n  function renderStart() {\r\n    petitionSection.style.display = \"none\";\r\n    setCardHtml(\r\n      '<h2 class=\"ccq-h1\">' + escapeHtml(COPY.title) + \"<\/h2>\" +\r\n      '<p class=\"ccq-sub\">' + escapeHtml(COPY.subtitle) + \"<\/p>\" +\r\n      '<button class=\"ccq-btn ccq-btn-primary\" data-action=\"start\">' + escapeHtml(COPY.start) + \"<\/button>\"\r\n    );\r\n  }\r\n\r\n  function renderQuestion() {\r\n    var q = QUESTIONS[state.step];\r\n    var total = QUESTIONS.length;\r\n    var current = state.step + 1;\r\n    var selected = state.answers[q.id] || \"\";\r\n\r\n    setCardHtml(\r\n      '<div class=\"ccq-progress\">Question ' + current + \" of \" + total + \"<\/div>\" +\r\n      '<div class=\"ccq-qwrap\">' +\r\n        '<div class=\"ccq-qtitleWrap\">' +\r\n          '<div class=\"ccq-watermark\" aria-hidden=\"true\">' + iconSvg(q.icon, 160) + \"<\/div>\" +\r\n          '<h3 class=\"ccq-qtitle\">' + escapeHtml(q.title) + \"<\/h3>\" +\r\n        \"<\/div>\" +\r\n\r\n        '<div class=\"ccq-options\" role=\"radiogroup\" aria-label=\"' + escapeAttr(q.title) + '\">' +\r\n          optionRowHtml(q.id, \"yes\", COPY.optYes, selected) +\r\n          optionRowHtml(q.id, \"no\", COPY.optNo, selected) +\r\n          optionRowHtml(q.id, \"unsure\", COPY.optUnsure, selected) +\r\n        \"<\/div>\" +\r\n\r\n        '<div class=\"ccq-actions\">' +\r\n          '<div>' +\r\n            (state.step > 0 ? '<button class=\"ccq-btn ccq-btn-ghost\" data-action=\"back\">' + escapeHtml(COPY.back) + \"<\/button>\" : \"\") +\r\n          \"<\/div>\" +\r\n          '<div>' +\r\n            '<button class=\"ccq-btn ccq-btn-primary\" data-action=\"' + (state.step === total - 1 ? \"finish\" : \"next\") + '\" ' + (selected ? \"\" : \"disabled\") + \">\" +\r\n              escapeHtml(state.step === total - 1 ? COPY.finish : COPY.next) +\r\n            \"<\/button>\" +\r\n          \"<\/div>\" +\r\n        \"<\/div>\" +\r\n      \"<\/div>\"\r\n    );\r\n  }\r\n\r\n  function computeOutcome() {\r\n    if (state.answers.eligible === \"no\") {\r\n      return { kind: \"red\", title: COPY.resultIneligible, body: COPY.bodyIneligible };\r\n    }\r\n\r\n    var points = 0;\r\n    if (state.answers.passport === \"no\") points += 1;\r\n    if (state.answers.docs === \"no\") points += 1;\r\n    if (state.answers.name === \"yes\") points += 1;\r\n    if (state.answers.time === \"yes\") points += 1;\r\n\r\n    if (points === 0) return { kind: \"green\", title: COPY.resultGreen, body: COPY.bodyGreen };\r\n    if (points >= 3) return { kind: \"red\", title: COPY.resultRed, body: COPY.bodyRed };\r\n    return { kind: \"yellow\", title: COPY.resultYellow, body: COPY.bodyYellow };\r\n  }\r\n\r\n  function renderResults() {\r\n    var outcome = computeOutcome();\r\n\r\n    setCardHtml(\r\n      '<div class=\"ccq-result ccq-' + outcome.kind + '\" id=\"ccq-results\">' +\r\n        \"<strong>\" + escapeHtml(outcome.title) + \"<\/strong>\" +\r\n        \"<p>\" + escapeHtml(outcome.body) + \"<\/p>\" +\r\n        '<div class=\"ccq-links\">' +\r\n          '<a href=\"' + escapeAttr(COPY.learnMoreUrl) + '\" target=\"_blank\" rel=\"noopener noreferrer\">' +\r\n            escapeHtml(COPY.learnMoreLabel) +\r\n          \"<\/a>\" +\r\n        \"<\/div>\" +\r\n      \"<\/div>\" +\r\n      '<div id=\"ccq-petition-slot\"><\/div>' +\r\n      '<div style=\"margin-top:12px;display:flex;gap:10px;flex-wrap:wrap\">' +\r\n        '<button class=\"ccq-btn ccq-btn-ghost\" data-action=\"restart\">' + escapeHtml(COPY.restart) + \"<\/button>\" +\r\n      \"<\/div>\"\r\n    );\r\n\r\n    var slot = document.getElementById(\"ccq-petition-slot\");\r\n    if (slot) {\r\n      petitionSection.style.display = \"block\";\r\n      slot.appendChild(petitionSection);\r\n      ensurePetitionAssetsOnce();\r\n    }\r\n\r\n    var anchor = document.getElementById(\"ccq-results\");\r\n    if (anchor && anchor.scrollIntoView) {\r\n      anchor.scrollIntoView({ behavior: \"smooth\", block: \"start\" });\r\n    }\r\n  }\r\n\r\n  function handleAnswerSelect(qid, value) {\r\n    state.answers[qid] = value;\r\n\r\n    if (qid === \"eligible\" && value === \"no\") {\r\n      setTimeout(renderResults, 170);\r\n      return;\r\n    }\r\n\r\n    setTimeout(function () {\r\n      if (state.step >= QUESTIONS.length - 1) {\r\n        renderResults();\r\n      } else {\r\n        state.step += 1;\r\n        renderQuestion();\r\n      }\r\n    }, 190);\r\n  }\r\n\r\n  root.addEventListener(\"click\", function (e) {\r\n    var btn = e.target.closest && e.target.closest(\"[data-action]\");\r\n    if (!btn) return;\r\n    var action = btn.getAttribute(\"data-action\");\r\n\r\n    if (action === \"start\") {\r\n      state.step = 0;\r\n      renderQuestion();\r\n    } else if (action === \"back\") {\r\n      state.step = Math.max(0, state.step - 1);\r\n      renderQuestion();\r\n    } else if (action === \"next\") {\r\n      state.step = Math.min(QUESTIONS.length - 1, state.step + 1);\r\n      renderQuestion();\r\n    } else if (action === \"finish\") {\r\n      renderResults();\r\n    } else if (action === \"restart\") {\r\n      state = { step: -1, answers: {} };\r\n      renderStart();\r\n    }\r\n  });\r\n\r\n  root.addEventListener(\"change\", function (e) {\r\n    var t = e.target;\r\n    if (!t || t.name !== \"ccq\") return;\r\n    var qid = t.getAttribute(\"data-qid\");\r\n    handleAnswerSelect(qid, t.value);\r\n  });\r\n\r\n  function optionRowHtml(qid, value, label, selected) {\r\n    \/\/ wrapper div prevents label:first-child from matching our label\r\n    return '<div class=\"ccq-optionRow\">' + optionHtml(qid, value, label, selected) + \"<\/div>\";\r\n  }\r\n\r\n  function optionHtml(qid, value, label, selected) {\r\n    var id = \"ccq_\" + qid + \"_\" + value;\r\n    var isSel = selected === value;\r\n    return (\r\n      '<label class=\"ccq-opt\" data-selected=\"' + (isSel ? \"true\" : \"false\") + '\" for=\"' + escapeAttr(id) + '\">' +\r\n        '<span class=\"ccq-radio\" aria-hidden=\"true\"><\/span>' +\r\n        '<input id=\"' + escapeAttr(id) + '\" type=\"radio\" name=\"ccq\" data-qid=\"' + escapeAttr(qid) + '\" value=\"' + escapeAttr(value) + '\" ' + (isSel ? \"checked\" : \"\") + \" \/>\" +\r\n        '<span class=\"ccq-opttext\">' + escapeHtml(label) + \"<\/span>\" +\r\n      \"<\/label>\"\r\n    );\r\n  }\r\n\r\n  function iconSvg(name, size) {\r\n    size = size || 24;\r\n    var common =\r\n      'width=\"' + size + '\" height=\"' + size + '\" viewBox=\"0 0 24 24\" fill=\"none\" ' +\r\n      'stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"';\r\n\r\n    if (name === \"eligible\") {\r\n      return '<svg ' + common + '><circle cx=\"12\" cy=\"12\" r=\"9\"\/><path d=\"M8.5 12.2l2.2 2.2 4.9-5.2\"\/><\/svg>';\r\n    }\r\n    if (name === \"passport\") {\r\n      return '<svg ' + common + '><rect x=\"6\" y=\"4\" width=\"12\" height=\"16\" rx=\"2\"\/><path d=\"M10 4v16\"\/><circle cx=\"14.5\" cy=\"12\" r=\"2.2\"\/><path d=\"M14.5 9.2v5.6\"\/><\/svg>';\r\n    }\r\n    if (name === \"docs\") {\r\n      return '<svg ' + common + '><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\/><path d=\"M14 2v6h6\"\/><path d=\"M8 13h8\"\/><path d=\"M8 17h8\"\/><\/svg>';\r\n    }\r\n    if (name === \"idcard\") {\r\n      return '<svg ' + common + '><rect x=\"3\" y=\"6\" width=\"18\" height=\"12\" rx=\"2\"\/><path d=\"M7 10h5\"\/><path d=\"M7 14h7\"\/><circle cx=\"16.5\" cy=\"12\" r=\"1.6\"\/><\/svg>';\r\n    }\r\n    return '<svg ' + common + '><circle cx=\"12\" cy=\"12\" r=\"9\"\/><path d=\"M12 7v6l3 2\"\/><\/svg>';\r\n  }\r\n\r\n  function escapeHtml(s) {\r\n    return String(s)\r\n      .replace(\/&\/g, \"&amp;\")\r\n      .replace(\/<\/g, \"&lt;\")\r\n      .replace(\/>\/g, \"&gt;\")\r\n      .replace(\/\"\/g, \"&quot;\")\r\n      .replace(\/'\/g, \"&#39;\");\r\n  }\r\n  function escapeAttr(s) { return escapeHtml(s); }\r\n\r\n  root.innerHTML = '<div class=\"cc-saveact-quiz\"><div class=\"ccq-card\"><\/div><\/div>';\r\n  renderStart();\r\n})();\r\n<\/script>\r\n","width":"narrow"}}]},"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.6 (Yoast SEO v27.1.1) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>TAKE THE QUIZ: Is Your Vote Safe? - Common Cause<\/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.commoncause.org\/tl\/take-the-quiz-is-your-vote-safe\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"TAKE THE QUIZ: Is Your Vote Safe?\" \/>\n<meta property=\"og:description\" content=\"There is no excerpt because this is a protected post.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.commoncause.org\/tl\/take-the-quiz-is-your-vote-safe\/\" \/>\n<meta property=\"og:site_name\" content=\"Common Cause\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/CommonCause\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-09T21:23:38+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@CommonCause\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.commoncause.org\/take-the-quiz-is-your-vote-safe\/\",\"url\":\"https:\/\/www.commoncause.org\/take-the-quiz-is-your-vote-safe\/\",\"name\":\"TAKE THE QUIZ: Is Your Vote Safe? - Common Cause\",\"isPartOf\":{\"@id\":\"https:\/\/www.commoncause.org\/#website\"},\"datePublished\":\"2026-02-09T16:49:20+00:00\",\"dateModified\":\"2026-02-09T21:23:38+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.commoncause.org\/take-the-quiz-is-your-vote-safe\/#breadcrumb\"},\"inLanguage\":\"tl\"},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.commoncause.org\/#website\",\"url\":\"https:\/\/www.commoncause.org\/\",\"name\":\"Common Cause\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/www.commoncause.org\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.commoncause.org\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"tl\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.commoncause.org\/#organization\",\"name\":\"Common Cause\",\"url\":\"https:\/\/www.commoncause.org\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"tl\",\"@id\":\"https:\/\/www.commoncause.org\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.commoncause.org\/wp-content\/uploads\/2024\/05\/Common-Cause-Logo.png\",\"contentUrl\":\"https:\/\/www.commoncause.org\/wp-content\/uploads\/2024\/05\/Common-Cause-Logo.png\",\"width\":2066,\"height\":331,\"caption\":\"Common Cause\"},\"image\":{\"@id\":\"https:\/\/www.commoncause.org\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/CommonCause\",\"https:\/\/x.com\/CommonCause\",\"https:\/\/www.instagram.com\/ourcommoncause\/\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"TAKE THE QUIZ: Is Your Vote Safe? - Common Cause","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.commoncause.org\/tl\/take-the-quiz-is-your-vote-safe\/","og_locale":"en_US","og_type":"article","og_title":"TAKE THE QUIZ: Is Your Vote Safe?","og_description":"There is no excerpt because this is a protected post.","og_url":"https:\/\/www.commoncause.org\/tl\/take-the-quiz-is-your-vote-safe\/","og_site_name":"Common Cause","article_publisher":"https:\/\/www.facebook.com\/CommonCause","article_modified_time":"2026-02-09T21:23:38+00:00","twitter_card":"summary_large_image","twitter_site":"@CommonCause","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.commoncause.org\/take-the-quiz-is-your-vote-safe\/","url":"https:\/\/www.commoncause.org\/take-the-quiz-is-your-vote-safe\/","name":"TAKE THE QUIZ: Is Your Vote Safe? - Common Cause","isPartOf":{"@id":"https:\/\/www.commoncause.org\/#website"},"datePublished":"2026-02-09T16:49:20+00:00","dateModified":"2026-02-09T21:23:38+00:00","breadcrumb":{"@id":"https:\/\/www.commoncause.org\/take-the-quiz-is-your-vote-safe\/#breadcrumb"},"inLanguage":"tl"},{"@type":"WebSite","@id":"https:\/\/www.commoncause.org\/#website","url":"https:\/\/www.commoncause.org\/","name":"Karaniwang Dahilan","description":"","publisher":{"@id":"https:\/\/www.commoncause.org\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.commoncause.org\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"tl"},{"@type":"Organization","@id":"https:\/\/www.commoncause.org\/#organization","name":"Karaniwang Dahilan","url":"https:\/\/www.commoncause.org\/","logo":{"@type":"ImageObject","inLanguage":"tl","@id":"https:\/\/www.commoncause.org\/#\/schema\/logo\/image\/","url":"https:\/\/www.commoncause.org\/wp-content\/uploads\/2024\/05\/Common-Cause-Logo.png","contentUrl":"https:\/\/www.commoncause.org\/wp-content\/uploads\/2024\/05\/Common-Cause-Logo.png","width":2066,"height":331,"caption":"Common Cause"},"image":{"@id":"https:\/\/www.commoncause.org\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/CommonCause","https:\/\/x.com\/CommonCause","https:\/\/www.instagram.com\/ourcommoncause\/"]}]}},"distributor_meta":false,"distributor_terms":false,"distributor_media":false,"distributor_original_site_name":"Common Cause","distributor_original_site_url":"https:\/\/www.commoncause.org\/tl","push-errors":false,"_links":{"self":[{"href":"https:\/\/www.commoncause.org\/tl\/wp-json\/wp\/v2\/pages\/55169","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.commoncause.org\/tl\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.commoncause.org\/tl\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.commoncause.org\/tl\/wp-json\/wp\/v2\/users\/33"}],"replies":[{"embeddable":true,"href":"https:\/\/www.commoncause.org\/tl\/wp-json\/wp\/v2\/comments?post=55169"}],"version-history":[{"count":17,"href":"https:\/\/www.commoncause.org\/tl\/wp-json\/wp\/v2\/pages\/55169\/revisions"}],"predecessor-version":[{"id":55189,"href":"https:\/\/www.commoncause.org\/tl\/wp-json\/wp\/v2\/pages\/55169\/revisions\/55189"}],"wp:attachment":[{"href":"https:\/\/www.commoncause.org\/tl\/wp-json\/wp\/v2\/media?parent=55169"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}