{"id":55207,"date":"2026-02-10T09:51:12","date_gmt":"2026-02-10T14:51:12","guid":{"rendered":"https:\/\/www.commoncause.org\/?post_type=resource&#038;p=55207"},"modified":"2026-02-10T13:20:19","modified_gmt":"2026-02-10T18:20:19","slug":"take-the-quiz-is-your-vote-safe","status":"publish","type":"resource","link":"https:\/\/www.commoncause.org\/de\/resources\/take-the-quiz-is-your-vote-safe\/","title":{"rendered":"TAKE THE QUIZ: Is Your Vote Safe?"},"template":"","class_list":["post-55207","resource","type-resource","status-publish","hentry"],"acf":{"details":{"summary":"The reality is, every American would face new barriers to the ballot box if the \u201cSAVE\u201d Act passes.","featured_image":"","resource_type":false,"authors":"","related_issues":[2066],"related_work":[2068],"location":46},"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  \/* ======================\r\n     CONFIG\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  \/* ======================\r\n     COPY (FROM YOUR DOC + APPROVED ADDITION FOR THE NEW Q3 HELP)\r\n     ====================== *\/\r\n  var COPY = {\r\n    title: \"Would the SAVE Act and similar bills make voting harder for you?\",\r\n    subtitle:\r\n      \"Check to see whether these bills could add extra paperwork, time, and costs just to register or update your registration.\",\r\n\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    petitionSubheader:\r\n      \"Tell Congress to reject the anti-voter SAVE Act and any bills like it \u2014 because most Americans shouldn\u2019t have to jump through hoops just to vote.\",\r\n\r\n    learnMoreLabel:\r\n      \"Learn more about the dangers of the proposed SAVE Act and the work that Common Cause is doing to stand up for voting rights.\",\r\n    learnMoreUrl: \"https:\/\/www.commoncause.org\/articles\/the-save-act-five-things-to-know\/\",\r\n\r\n    resultGreen: \"\u2705 You might be okay \u2014 but this law still adds red tape.\",\r\n    resultYellow:\r\n      \"\u26a0\ufe0f You might still be able to vote, but it\u2019ll be harder and more expensive, up to $1,000 depending on your state.\",\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    \/\/ Your doc did not include result body paragraphs; leaving blank by design\r\n    bodyGreen: \"\",\r\n    bodyYellow: \"\",\r\n    bodyRed: \"\",\r\n    bodyIneligible: \"\",\r\n\r\n    disclaimer:\r\n      \"This is an educational tool, not legal advice. Voting rules vary by state. The federal SAVE America Act proposal and similar bills would change your state\u2019s voter registration requirements and could add paperwork burdens and fees for many eligible voters.\"\r\n  };\r\n\r\n  \/* ======================\r\n     QUESTIONS (NOW 6 TOTAL)\r\n     ====================== *\/\r\n  var QUESTIONS = [\r\n    {\r\n      id: \"eligible\",\r\n      title: \"Are you eligible to vote in U.S. federal elections?\",\r\n      help:\r\n        \"Generally: U.S. citizen, 18 or older by Election Day, and not currently disqualified in your state.\",\r\n      icon: \"eligible\"\r\n    },\r\n    {\r\n      id: \"passport\",\r\n      title: \"Do you currently have a valid U.S. passport?\",\r\n      help:\r\n        \"A passport is one of the most common documents used to prove citizenship, but only about half of Americans have one.\",\r\n      icon: \"passport\"\r\n    },\r\n    {\r\n      id: \"photo_id\",\r\n      title: \"Do you have a valid photo ID (like a driver\u2019s license or state ID) that you can easily use if needed?\",\r\n      help: \"Even if you have one, replacing it can mean fees, paperwork, and time at the DMV.\",\r\n      icon: \"idcard\"\r\n    },\r\n    {\r\n      id: \"docs\",\r\n      title: \"Do you have easy access to your original birth certificate or citizenship papers?\",\r\n      help: \"Think: could you get it quickly without major fees, delays, or travel?\",\r\n      icon: \"docs\"\r\n    },\r\n    {\r\n      id: \"name\",\r\n      title:\r\n        \"Have you ever changed your legal name from the name on your birth certificate (marriage, divorce, or court order)?\",\r\n      help: \"Name changes often require extra paperwork to prove citizenship.\",\r\n      icon: \"idcard\"\r\n    },\r\n    {\r\n      id: \"time\",\r\n      title:\r\n        \"Would it be hard to take time off or travel during business hours to handle voting paperwork in person at a government office?\",\r\n      help: \"Extra trips can mean lost wages, childcare costs, transportation, or long waits.\",\r\n      icon: \"clock\"\r\n    }\r\n  ];\r\n\r\n  \/* ======================\r\n     MOUNT\r\n     ====================== *\/\r\n  var root = document.getElementById(\"cc-saveact-quiz-root\");\r\n  if (!root) return;\r\n\r\n  \/* ======================\r\n     STYLES (scoped, site vars, and override for label:first-child)\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 6px;\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-qhelp{\r\n      margin:8px 0 0;\r\n      color:var(--ccq-muted);\r\n      line-height:1.55;\r\n      max-width:70ch;\r\n      position:relative;\r\n      z-index:2;\r\n      font-size:.98em;\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: wrapper div prevents site-wide label:first-child from changing the first option *\/\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    .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-petition{margin-top:14px}\r\n    .ccq-petition h3{margin:14px 0 8px;font-size:1.15em}\r\n    .ccq-petition .ccq-petsub{margin:0 0 10px;color:var(--ccq-muted);line-height:1.55}\r\n\r\n    .ccq-links{margin-top:12px}\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-disclaimer{margin-top:12px;color:var(--ccq-muted);font-size:.95em;line-height:1.55}\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  \/* ======================\r\n     Persistent petition section (survives retakes)\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    '<p class=\"ccq-petsub\">' + escapeHtml(COPY.petitionSubheader) + \"<\/p>\" +\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  \/* ======================\r\n     State\r\n     ====================== *\/\r\n  var state = { step: -1, answers: {} };\r\n\r\n  \/* ======================\r\n     Render helpers\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          (q.help ? '<p class=\"ccq-qhelp\">' + escapeHtml(q.help) + \"<\/p>\" : \"\") +\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  \/* ======================\r\n     Outcome logic (updated for 6 questions)\r\n     - Q1 eligible = No => instant end\r\n     - Points toward red:\r\n       passport No, photo_id No, docs No, name Yes, time Yes\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.photo_id === \"no\") points += 1; \/\/ NEW\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    \/\/ Thresholds unchanged (0 green, 1-2 yellow, 3+ red)\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        (outcome.body ? \"<p>\" + escapeHtml(outcome.body) + \"<\/p>\" : \"\") +\r\n      \"<\/div>\" +\r\n      '<div id=\"ccq-petition-slot\"><\/div>' +\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 class=\"ccq-disclaimer\">' + escapeHtml(COPY.disclaimer) + \"<\/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  \/* ======================\r\n     Auto-advance on selection (unchanged)\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  \/* ======================\r\n     Events\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  \/* ======================\r\n     Builders\r\n     ====================== *\/\r\n  function optionRowHtml(qid, value, label, selected) {\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  \/* ======================\r\n     Icons\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  \/* ======================\r\n     Init\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"}},{"acf_fc_layout":"layout_add_component","_acfe_flexible_toggle":null,"component_add_component":null},{"acf_fc_layout":"layout_work","_acfe_flexible_toggle":null,"component_work":{"heading":"Work","manually_curate":false,"work":null}},{"acf_fc_layout":"layout_resources","_acfe_flexible_toggle":null,"component_resources":{"heading":"Related Resources","button_text":"See all Related Resources","manually_curate":false,"resource":null}}]},"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=\"description\" content=\"The reality is, every American would face new barriers to the ballot box if the \u201cSAVE\u201d Act passes.\" \/>\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\/de\/ressourcen-2\/take-the-quiz-is-your-vote-safe\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\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=\"The reality is, every American would face new barriers to the ballot box if the \u201cSAVE\u201d Act passes.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.commoncause.org\/de\/ressourcen-2\/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-10T18:20:19+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.commoncause.org\/wp-content\/uploads\/2024\/08\/RegistrationModernization_4.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1680\" \/>\n\t<meta property=\"og:image:height\" content=\"1120\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\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\/resources\/take-the-quiz-is-your-vote-safe\/\",\"url\":\"https:\/\/www.commoncause.org\/resources\/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-10T14:51:12+00:00\",\"dateModified\":\"2026-02-10T18:20:19+00:00\",\"description\":\"The reality is, every American would face new barriers to the ballot box if the \u201cSAVE\u201d Act passes.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.commoncause.org\/resources\/take-the-quiz-is-your-vote-safe\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.commoncause.org\/resources\/take-the-quiz-is-your-vote-safe\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.commoncause.org\/resources\/take-the-quiz-is-your-vote-safe\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.commoncause.org\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"TAKE THE QUIZ: Is Your Vote Safe?\"}]},{\"@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\":\"de\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.commoncause.org\/#organization\",\"name\":\"Common Cause\",\"url\":\"https:\/\/www.commoncause.org\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@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","description":"The reality is, every American would face new barriers to the ballot box if the \u201cSAVE\u201d Act passes.","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\/de\/ressourcen-2\/take-the-quiz-is-your-vote-safe\/","og_locale":"de_DE","og_type":"article","og_title":"TAKE THE QUIZ: Is Your Vote Safe?","og_description":"The reality is, every American would face new barriers to the ballot box if the \u201cSAVE\u201d Act passes.","og_url":"https:\/\/www.commoncause.org\/de\/ressourcen-2\/take-the-quiz-is-your-vote-safe\/","og_site_name":"Common Cause","article_publisher":"https:\/\/www.facebook.com\/CommonCause","article_modified_time":"2026-02-10T18:20:19+00:00","og_image":[{"width":1680,"height":1120,"url":"https:\/\/www.commoncause.org\/wp-content\/uploads\/2024\/08\/RegistrationModernization_4.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_site":"@CommonCause","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.commoncause.org\/resources\/take-the-quiz-is-your-vote-safe\/","url":"https:\/\/www.commoncause.org\/resources\/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-10T14:51:12+00:00","dateModified":"2026-02-10T18:20:19+00:00","description":"The reality is, every American would face new barriers to the ballot box if the \u201cSAVE\u201d Act passes.","breadcrumb":{"@id":"https:\/\/www.commoncause.org\/resources\/take-the-quiz-is-your-vote-safe\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.commoncause.org\/resources\/take-the-quiz-is-your-vote-safe\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.commoncause.org\/resources\/take-the-quiz-is-your-vote-safe\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.commoncause.org\/"},{"@type":"ListItem","position":2,"name":"TAKE THE QUIZ: Is Your Vote Safe?"}]},{"@type":"WebSite","@id":"https:\/\/www.commoncause.org\/#website","url":"https:\/\/www.commoncause.org\/","name":"Gemeinsame Ursache","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":"de"},{"@type":"Organization","@id":"https:\/\/www.commoncause.org\/#organization","name":"Gemeinsame Ursache","url":"https:\/\/www.commoncause.org\/","logo":{"@type":"ImageObject","inLanguage":"de","@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\/de","push-errors":false,"_links":{"self":[{"href":"https:\/\/www.commoncause.org\/de\/wp-json\/wp\/v2\/resource\/55207","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.commoncause.org\/de\/wp-json\/wp\/v2\/resource"}],"about":[{"href":"https:\/\/www.commoncause.org\/de\/wp-json\/wp\/v2\/types\/resource"}],"version-history":[{"count":3,"href":"https:\/\/www.commoncause.org\/de\/wp-json\/wp\/v2\/resource\/55207\/revisions"}],"predecessor-version":[{"id":55213,"href":"https:\/\/www.commoncause.org\/de\/wp-json\/wp\/v2\/resource\/55207\/revisions\/55213"}],"wp:attachment":[{"href":"https:\/\/www.commoncause.org\/de\/wp-json\/wp\/v2\/media?parent=55207"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}