X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/3232c47b5c02deecf8391974323073e82f038c33..2304fc9d1a391372a6714502fb769c9d1a5ed182:/word/multichoice.js diff --git a/word/multichoice.js b/word/multichoice.js index 5908fdc..ca6843a 100644 --- a/word/multichoice.js +++ b/word/multichoice.js @@ -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]]