Update learn.php

This commit is contained in:
2026-06-15 12:29:47 +02:00
parent 1c1371356e
commit 5be54b9c6a
+4
View File
@@ -68,6 +68,10 @@ async function loadWord() {
async function check() {
const stats = document.getElementById('stats');
stats.innerText =
`Correct: ${data.debug?.updatedCorrect ?? '?'} | Wrong: ${data.debug?.updatedWrong ?? '?'}`;
const answer =
document.getElementById('answer').value;