Update script.js
Browse files- static/script.js +1 -2
static/script.js
CHANGED
@@ -51,8 +51,7 @@ function updateSliderValue(value) {
|
|
51 |
}
|
52 |
|
53 |
function startQuiz() {
|
54 |
-
|
55 |
-
socket.emit('start_quiz', { start_question: startQuestion });
|
56 |
}
|
57 |
|
58 |
function checkAnswers() {
|
|
|
51 |
}
|
52 |
|
53 |
function startQuiz() {
|
54 |
+
socket.emit('start_quiz');
|
|
|
55 |
}
|
56 |
|
57 |
function checkAnswers() {
|