Almanca A1 Seviye Quiz

${s.soru}

`; s.secenekler.forEach((sec, j) => { html +=
; }); html += "

"; }); document.getElementById("quiz").innerHTML = html; }

function kontrolEt(){ let dogru = 0; sorular.forEach((s, i) => { const secilen = document.querySelector(input[name='s${i}']:checked); if(secilen && Number(secilen.value) === s.cevap){ dogru++; } }); document.getElementById("sonuc").innerText = "Doğru sayınız: " + dogru + " / 10"; }

quizOlustur();

Bir yanıt yazın

E-posta adresiniz yayınlanmayacak. Gerekli alanlar * ile işaretlenmişlerdir