Polity Quiz in Hindi: भारतीय राजव्यवस्था एवं संविधान के 1000 MCQs + PDF
Polity MCQ Attempted: 0 Correct: 0 Wrong: 0 Correct Answer: ${q.o[q.a]} Explanation: ${q.d} `; }); renderPagination(); window.scrollTo(0,0); } /* OPTION SELECT */ function selectOption(el, selected){ const box = el.closest(“.q-box”); if(box.dataset.answered === “1”) return; const correctIndex = Number(box.dataset.correct); const options = box.querySelectorAll(“.option”); options.forEach(o=>{ o.querySelector(“input”).disabled = true; }); attempted++; if(selected === correctIndex){ el.classList.add(“correct”); correct++; }else{ el.classList.add(“wrong”); wrong++; … Read more