Update learn.php

This commit is contained in:
2026-06-15 12:48:28 +02:00
parent 1f3e208e36
commit 8a216a5393
+2 -2
View File
@@ -103,8 +103,8 @@ async function check() {
result.style.color = "red";
}
const stats = document.getElementById('stats');
stats.innerText =
`Correct: ${data.debug?.updatedCorrect ?? '?'} | Wrong: ${data.debug?.updatedWrong ?? '?'}`;
stats.innerText =
`Sessie → Goed: ${data.session.correct} | Fout: ${data.session.wrong}`;
setTimeout(loadWord, 700);
}