Skip to content

Commit

Permalink
fix: mock
Browse files Browse the repository at this point in the history
  • Loading branch information
mpolacik-cen66645 committed Dec 5, 2024
1 parent e247eaf commit a60275c
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions frontend/src/mock/resultMock.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down Expand Up @@ -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],
Expand Down

0 comments on commit a60275c

Please sign in to comment.