Update learn.php
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user