Online Quiz for Primary 3 - Unit 7 Quiz: Transport & Communication
Online Quiz for Primary 3 - Unit 7 Quiz: Transport & Communication

🚦 CBT Quiz System


Q${i+1}: Correct

`;} else{review+=`

Q${i+1}: Wrong (Correct: ${q.a[q.c]})

`;} } }); let percent=Math.round((score/questions.length)*100); let name=document.getElementById("studentName").value; document.getElementById("result").innerHTML=`

${name}, Score: ${score}/${questions.length} (${percent}%)

${review}`; }