the amount of missed words practised is now dependent on the amount of words missed

This commit is contained in:
Miodec 2021-05-09 14:23:00 +01:00
parent 842036282a
commit 051be46e22

View file

@ -28,7 +28,7 @@ export function init() {
});
CustomText.setText(newCustomText);
CustomText.setIsWordRandom(true);
CustomText.setWord(50);
CustomText.setWord(Object.keys(TestStats.missedWords).length * 5);
TestLogic.restart();
before.mode = mode;