diff --git a/frontend/src/mock/resultMock.json b/frontend/src/mock/resultMock.json index f381808..02f3a3f 100644 --- a/frontend/src/mock/resultMock.json +++ b/frontend/src/mock/resultMock.json @@ -3,7 +3,7 @@ "quizId": 101, "quiz": { "name": "Sample Quiz", - "questionIds": [1, 2, 3, 4, 5, 6, 7, 8] + "questionIds": [1, 2, 3, 4, 6, 7, 8] }, "questionResults": [ { @@ -74,23 +74,6 @@ "correctAnswers": [0, 2, 3] } }, - { - "selectedAnswers": [4], - "explanationToShowIds": [1, 4], - "question": { - "id": 5, - "question": "What is 2 + 2?", - "answers": ["3", "4", "5", "6"], - "explanations": [ - "3 is incorrect.", - "4 is correct.", - "5 is incorrect.", - "6 is incorrect." - ], - "questionExplanation": "This question tests basic arithmetic.", - "correctAnswers": [1] - } - }, { "selectedAnswers": [0, 3], "explanationToShowIds": [0, 3],