Update
This commit is contained in:
@@ -118,7 +118,7 @@ function answerQuestion(event) {
|
||||
falschAudio.play();
|
||||
target.style.backgroundColor = "red";
|
||||
console.log(question.solution);
|
||||
document.getElementById("answer" + question.solution).style.backgroundColor == "green";
|
||||
document.getElementById("answer" + question.solution).style.backgroundColor = "green";
|
||||
}
|
||||
setTimeout(function () {
|
||||
currentQuestion++;
|
||||
|
Reference in New Issue
Block a user