Remove testing answers
This commit is contained in:
parent
4d227efe6b
commit
d5e0b32adf
1 changed files with 1 additions and 3 deletions
|
|
@ -32,9 +32,7 @@ export function reset_users() {
|
||||||
export var question_index = -1;
|
export var question_index = -1;
|
||||||
export var user_answers = {};
|
export var user_answers = {};
|
||||||
export var user_right_count = {};
|
export var user_right_count = {};
|
||||||
export const correct_answers = [
|
export const correct_answers = [];
|
||||||
"A", "B", "D", "C"
|
|
||||||
];
|
|
||||||
|
|
||||||
|
|
||||||
export var commands = {};
|
export var commands = {};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue