Skip to content

Commit

Permalink
Merge pull request #13249 from ethereum/quiz-fix
Browse files Browse the repository at this point in the history
fix: correct quiz answer [Fixes #13248]
  • Loading branch information
wackerow authored Jun 26, 2024
2 parents c14241e + 43120e3 commit ed6ecf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/quizzes/questionBank.ts
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ const questionBank = {
explanation: "d002-d-explanation",
},
],
correctAnswerId: "d002-c",
correctAnswerId: "d002-d",
},
d003: {
prompt: "d003-prompt",
Expand Down

0 comments on commit ed6ecf3

Please sign in to comment.