diff --git a/app/components/ProgressReview.tsx b/app/components/ProgressReview.tsx index d1b4e8e..56fcc61 100644 --- a/app/components/ProgressReview.tsx +++ b/app/components/ProgressReview.tsx @@ -482,23 +482,23 @@ export default function Index() { - {selectedQuiz.questions.map((questionData) => ( -
-

Q{questionData.questionId}: {questionData.questionText}

-

Your Answer

-

{questionData.correctAnswer}

-
-

 Correct

- -

Correct Answer: {questionData.correctAnswer}

-
- -
- ))} + {selectedQuiz.questions.map((questionData) => ( +
+

Q{questionData.questionId}: {questionData.questionText}

+

Your Answer

+

{questionData.correctAnswer}

+
+

 Correct

+ +

{questionData.correctAnswer}

+
+ +
+ ))} )} diff --git a/app/components/QuizzesScore.tsx b/app/components/QuizzesScore.tsx index bc7f942..15e27bd 100644 --- a/app/components/QuizzesScore.tsx +++ b/app/components/QuizzesScore.tsx @@ -131,13 +131,13 @@ export default function Index(){

Quizzes score

{quizData.slice(15).map((data => ( - +

{data.quizType}

{data.quizName}

- ({percent}%)}/> + ({percent}%)}/>