From 8a216a5393ca893c1632c30d2b6ddabf9ab8fb9c Mon Sep 17 00:00:00 2001 From: Thomas de Roo <2+thomas@noreply.localhost> Date: Mon, 15 Jun 2026 12:48:28 +0200 Subject: [PATCH] Update learn.php --- learn.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); }