+
- {{ item.QuestionLetter }}
+ {{ index }}
+
+
+
{{item.option}}
-
{{item.QuestionText}}
-
diff --git a/src/components/portal/quiz/Question.vue b/src/components/portal/quiz/Question.vue
index 986f0a8..dd6dd07 100644
--- a/src/components/portal/quiz/Question.vue
+++ b/src/components/portal/quiz/Question.vue
@@ -1,32 +1,23 @@
-
1. Pergunta:
+
{{ props.index + '. ' + props.data_question.title }}
-
- -
-
(I) Teste
-
-
- -
-
(II) Teste
-
-
- -
-
(III) Teste
-
-
-
-
Bla bla bla, nos homens:
+
+
{{ props.data_question.question }}
+
diff --git a/src/components/portal/quiz/QuizQuestion.vue b/src/components/portal/quiz/QuizQuestion.vue
index 6e9f956..d031848 100644
--- a/src/components/portal/quiz/QuizQuestion.vue
+++ b/src/components/portal/quiz/QuizQuestion.vue
@@ -1,36 +1,31 @@
diff --git a/src/router/index.js b/src/router/index.js
index 25f6d3c..24865e7 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -18,11 +18,6 @@ const router = createRouter({
name: 'login',
component: () => import('@/views/auth/LoginView.vue')
},
- {
- path: '/testcomponents',
- name: 'testcomponents',
- component: () => import('@/views/TestComponents.vue')
- },
{
path: '/portal',
name: 'portal',
diff --git a/src/views/Test.vue b/src/views/Test.vue
index 55a0ea3..ffc97b7 100644
--- a/src/views/Test.vue
+++ b/src/views/Test.vue
@@ -1,18 +1,19 @@
-
-
-
-
-
-
- {{ q.question }}
-
-
-
- {{ a.corrected ? 'Correta' : 'Errada' }}
{{ a.option }}
- {{ a.comment_answer }}
-
-
-
-
-
-
-
-
+
\ No newline at end of file