diff --git a/learn.php b/learn.php index 1940ccd..ae3eab5 100644 --- a/learn.php +++ b/learn.php @@ -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); }