word/quiz: configuration presets from request hash
[sheet.git] / word / multichoice.js
index f0520f9d428cccbcc376a89eecb7e2f2c960d884..58ed7b7bef26408dfa9e0579d93264cd3457bf47 100644 (file)
@@ -2,7 +2,6 @@ class WordMultiChoice extends WordQuiz {
        next() {
                if (this.words.length < 4) return;
                let word = this.words.shift();
-               if (!word[2]) return this.next();
                let form = put(this.form,
                        '+img[src=$]+ul', `/data/word/32/${word[2]}.jpg`,
                );