Update learn.php
This commit is contained in:
@@ -103,8 +103,8 @@ async function check() {
|
|||||||
result.style.color = "red";
|
result.style.color = "red";
|
||||||
}
|
}
|
||||||
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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user