word/edit: remap/rename priority levels
[sheet.git] / word / quiz.js
index 187aea7e76d72aa2aa3410e8117679cf1e7822f2..2385455ea0ff6e3d3a641b08ba0e8a87e1bf6401 100644 (file)
@@ -49,7 +49,7 @@ class WordQuiz {
                        this.preset.cat = input[0];
                }
                if (window.location.hash.match(/a/)) {
-                       this.preset.level = 2;
+                       this.preset.level = 3;
                }
 
                fetch(dataurl).then(res => res.json()).then(json => {