diff --git a/frontend/src/components/Quiz.vue b/frontend/src/components/Quiz.vue index 31c92540..f52df2ac 100644 --- a/frontend/src/components/Quiz.vue +++ b/frontend/src/components/Quiz.vue @@ -69,7 +69,7 @@ -
+
{{ __('Time') }}: diff --git a/frontend/src/utils/quiz.js b/frontend/src/utils/quiz.js index 69bd0e10..041cec67 100644 --- a/frontend/src/utils/quiz.js +++ b/frontend/src/utils/quiz.js @@ -46,7 +46,7 @@ export class Quiz { renderQuiz(quiz) { if (this.readOnly) { const quizPath = getLmsRoute(`quiz/${quiz}?fromLesson=1`) - this.wrapper.innerHTML = `` + this.wrapper.innerHTML = `` return } this.wrapper.innerHTML = `