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