function test() { document.getElementById("demo").style.color = "red"; document.getElementById("demo").style.backgroundColor = "yellow"; document.getElementById("demo").innerHTML = "Title!"; } var nextquestion; var nbQuestion; var score function startQuiz(j) { nextquestion = 1; nbQuestion = j; score = 0; document.getElementById("test1").style.display = "block"; document.getElementById("test1").scrollIntoView(); document.getElementById("strt").disabled = "true"; document.getElementById("finalScore").style.display = "block"; } function tog(j) { var chk = []; var test = true for (i=0;i