Update learn.php
This commit is contained in:
@@ -68,6 +68,10 @@ async function loadWord() {
|
|||||||
|
|
||||||
async function check() {
|
async function check() {
|
||||||
|
|
||||||
|
const stats = document.getElementById('stats');
|
||||||
|
stats.innerText =
|
||||||
|
`Correct: ${data.debug?.updatedCorrect ?? '?'} | Wrong: ${data.debug?.updatedWrong ?? '?'}`;
|
||||||
|
|
||||||
const answer =
|
const answer =
|
||||||
document.getElementById('answer').value;
|
document.getElementById('answer').value;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user