From 932b7349183cec5d7aabde4713cd4385d74ee984 Mon Sep 17 00:00:00 2001 From: Suvodip Date: Sat, 27 Jul 2024 13:11:45 +0530 Subject: [PATCH] s1 --- app/components/ProgressReview.tsx | 34 +++++++++++++++---------------- app/components/QuizzesScore.tsx | 4 ++-- 2 files changed, 19 insertions(+), 19 deletions(-) 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}%)}/>