Maximise your IQs in each question category and climb the overall rankings.
-
-
+
+ Maximise your IQ by correctly answering the questions in the different categories below and
+ climb the leaderboard to become the best.
+
+
+
Categories
+
+
+
+
+
+
@@ -28,9 +32,9 @@ onMounted(async () => {
diff --git a/frontend/src/views/QuizView.vue b/frontend/src/views/QuizView.vue
index 0afe3de..b654b88 100644
--- a/frontend/src/views/QuizView.vue
+++ b/frontend/src/views/QuizView.vue
@@ -3,6 +3,7 @@ import { useRoute } from 'vue-router';
import { onMounted, ref } from 'vue';
import AnswerForm from '@/components/AnswerForm.vue';
import LeaderBoard from '@/components/LeaderBoard.vue';
+import CategorieBanner from '@/components/CategorieBanner.vue';
import APIClient from '@/api_client';
// default variables
@@ -27,23 +28,45 @@ onMounted(() => {
-
+
Answer correctly to the question and earn as many IQs as possible!
- Question
- {{ question }}
-
-
+
+
+
Question
+
{{ question }}
+
+
+
+
+
+
+
\ No newline at end of file