Update learn.php

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