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}
-Q{questionData.questionId}: {questionData.questionText}
+Your Answer
+{questionData.correctAnswer}
+ Correct
{questionData.correctAnswer}
+{data.quizType}
{data.quizName}