word: change directory name of 3:2 thumbnails
[sheet.git] / word / multichoice.js
index 5908fdcbec9f3a2a69967bf1d9111bb4e98e193e..ca6843af1e992be47e3e8777b006f8fda121c177 100644 (file)
@@ -4,7 +4,7 @@ class WordMultiChoice extends WordQuiz {
                let word = this.words.shift();
                if (!word[2]) return this.next();
                let form = put(this.form,
-                       '+img[src=$]+ul', `/data/word/en/${word[2]}.jpg`,
+                       '+img[src=$]+ul', `/data/word/32/${word[2]}.jpg`,
                );
 
                let answers = [word[0], this.words[0][0], this.words[1][0], this.words[2][0]]