Keep the quiz closed on page load
This commit is contained in:
parent
15043de56a
commit
fa24646e5f
2
quiz.js
2
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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user