Political Trivia — Clean

20 questions per match · Score +1 per correct · School-safe political topics
How it works
Each match randomly selects 20 questions from the 200-question bank. Multiple choice — click an answer to lock it in. Your final score appears when the 20 questions finish. You can copy the credits text via the Credits popup.
" ')) closeStart(); }); // Credits copy function copyCredits(){ const txt = document.getElementById('creditsText').value; navigator.clipboard.writeText(txt).then(()=> { alert('Credits text copied to clipboard.'); }).catch(()=> { alert('Unable to copy — your browser may block clipboard access. Select and copy manually.'); }); } // close when clicking outside modal content (optional) document.querySelectorAll('.modal-backdrop').forEach(back => { back.addEventListener('click', (e)=>{ if(e.target === back){ back.classList.remove('show'); } }); }); // prevent accidental selection of background image from dragging document.body.addEventListener('dragstart', e => e.preventDefault());