+ {{ __("You got {0}% correct answers with a score of {1} out of {2}").format(Math.ceil(quizSubmission.data.percentage), quizSubmission.data.score, quizSubmission.data.score_out_of) }}
+
+
+
+ {{ __("Try Again") }}
+
+
+
+ {{ noOfAttempts.data }}
+
+
+
+
+
\ No newline at end of file
diff --git a/frontend/src/main.js b/frontend/src/main.js
index 039cc611..58643569 100644
--- a/frontend/src/main.js
+++ b/frontend/src/main.js
@@ -23,7 +23,6 @@ setConfig('resourceFetcher', frappeRequest)
app.use(FrappeUI)
app.use(pinia)
app.use(router)
-app.use(resourcesPlugin)
app.use(translationPlugin)
app.use(pageMetaPlugin)
app.provide('$dayjs', dayjs)
diff --git a/frontend/src/pages/Lesson.vue b/frontend/src/pages/Lesson.vue
index 4208c002..3c0c2414 100644
--- a/frontend/src/pages/Lesson.vue
+++ b/frontend/src/pages/Lesson.vue
@@ -62,12 +62,12 @@
-
-
+
+
- {{ __("Please login to access this quiz.") }}
+ {{ __("Please login to access the quiz.") }}