Skip to content

Commit

Permalink
fix: correct quiz answer [Fixes #13248]
Browse files Browse the repository at this point in the history
  • Loading branch information
wackerow committed Jun 26, 2024
1 parent c14241e commit 43120e3
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 43120e3

Please sign in to comment.