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