word/quiz: automatic subpage setup including specific css
[sheet.git] / word / multichoice.js
index 680cf0d886bea822915a45f19943e848fe5914c0..7402507aa90e33c1fb481c3840918ec93c455da8 100644 (file)
@@ -1,4 +1,4 @@
-class WordMultiChoice extends WordQuiz {
+class WordMultichoice extends WordQuiz {
        next() {
                if (this.words.length < 4) return;
                let word = this.words.shift();