Skip to content

Commit

Permalink
update msg fout
Browse files Browse the repository at this point in the history
  • Loading branch information
glendc committed Feb 8, 2024
1 parent efd48ba commit 04b5cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/1/mathbox.html
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ <h3 id="form-title"></h3>
} else {
console.log(answer, "wrong, try again");

document.getElementById("exercise-feedback").innerHTML = `❌ Fout, probeer het nog eens.`;
document.getElementById("exercise-feedback").innerHTML = `🦉 Probeer het nog eens.`;
document.getElementById("answer").style.backgroundColor = "rgb(253, 220, 220)";

let exerciseString = "";
Expand Down

0 comments on commit 04b5cf5

Please sign in to comment.