diff --git a/quiz.js b/quiz.js index 56980ff..1820b81 100644 --- a/quiz.js +++ b/quiz.js @@ -121,7 +121,7 @@ function choose_incorrects(idx_vals) { var app = new Vue({ el: "#quiz", data: { - is_open: true, + is_open: false, store: { section: 0, selected: null,