Skip to content

Commit 09186b5

Browse files
committed
fix: correct answer choice to d
"All of the options provide ways to own digital assets on Ethereum. Tokens, NFTs, and ENS are all ways to represent ownership of digital assets."
1 parent f8efc3c commit 09186b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/quizzes/questionBank.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const questionBankConfig: QuestionBankConfig = {
4646
{ totalAnswers: 4, correctAnswer: 4 },
4747
],
4848
web3: [
49-
{ totalAnswers: 4, correctAnswer: 2 },
49+
{ totalAnswers: 4, correctAnswer: 4 },
5050
{ totalAnswers: 4, correctAnswer: 3 },
5151
{ totalAnswers: 4, correctAnswer: 3 },
5252
{ totalAnswers: 4, correctAnswer: 1 },

0 commit comments

Comments
 (0)