diff --git a/frontend/src/components/Quiz.vue b/frontend/src/components/Quiz.vue index 4bcd4937..9d1691e4 100644 --- a/frontend/src/components/Quiz.vue +++ b/frontend/src/components/Quiz.vue @@ -3,9 +3,7 @@
{{ - __('This quiz consists of {0} questions.').format( - quiz.data.questions.length - ) + __('This quiz consists of {0} questions.').format(questions.length) }}
@@ -59,7 +57,7 @@
-
+
@@ -179,7 +177,7 @@