We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8efc3c commit 09186b5Copy full SHA for 09186b5
src/data/quizzes/questionBank.ts
@@ -46,7 +46,7 @@ const questionBankConfig: QuestionBankConfig = {
46
{ totalAnswers: 4, correctAnswer: 4 },
47
],
48
web3: [
49
- { totalAnswers: 4, correctAnswer: 2 },
+ { totalAnswers: 4, correctAnswer: 4 },
50
{ totalAnswers: 4, correctAnswer: 3 },
51
52
{ totalAnswers: 4, correctAnswer: 1 },
0 commit comments