From 411b400d04c2d61b4eea4abf6d0115d69576b3f8 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Sat, 11 Apr 2026 19:54:57 +0530 Subject: [PATCH] fix: quiz scroll issue in lessons --- frontend/src/components/Quiz.vue | 2 +- frontend/src/utils/quiz.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 = `