Skip to content

Commit 8e1f5ab

Browse files
committed
Update Quizzes data
1 parent b28dac2 commit 8e1f5ab

File tree

2 files changed

+7
-13
lines changed

2 files changed

+7
-13
lines changed

src/data/quizzes/index.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,27 +12,27 @@ const quizzes: RawQuizzes = {
1212
questions: ["b001", "b002", "b003", "b004"],
1313
},
1414
web3: {
15-
title: "what-is-web3",
15+
title: "web3",
1616
questions: ["c001", "c002", "c003", "c004", "c005"],
1717
},
1818
wallets: {
19-
title: "what-is-a-wallet",
19+
title: "wallets",
2020
questions: ["d001", "d002", "d003", "d004"],
2121
},
2222
security: {
23-
title: "security",
23+
title: "ethereum-security",
2424
questions: ["e001", "e002", "e003", "e004", "d003"],
2525
},
2626
nfts: {
27-
title: "what-are-nfts",
27+
title: "nft-page",
2828
questions: ["f001", "f002", "f003", "f004", "f005"],
2929
},
3030
"layer-2": {
31-
title: "using-layer-2",
31+
title: "layer-2",
3232
questions: ["g001", "g002", "g003", "g004"],
3333
},
3434
merge: {
35-
title: "what-is-the-merge",
35+
title: "page-assets-merge",
3636
questions: ["h001", "h002", "h003", "h004", "h005"],
3737
},
3838
}

src/intl/en/learn-quizzes.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,28 +10,22 @@
1010
"explanation": "Explanation",
1111
"next-question": "Next question",
1212
"next-quiz": "Next quiz",
13-
"page-what-is-ethereum-what-is-ether": "What is ether?",
13+
"page-assets-merge": "The Merge",
1414
"passed": "You passed the quiz!",
1515
"questions": "Questions",
1616
"questions-answered": "Questions answered:",
1717
"quizzes-subtitle": "Find out how well you understand Ethereum and cryptocurrencies. Are you ready to become an expert?",
1818
"retry": "Retry rate:",
1919
"score": "Score",
2020
"see-results": "See results",
21-
"security": "Security",
2221
"share-results": "Share results",
2322
"start": "Start",
2423
"submit-answer": "Check answer",
2524
"test-your-knowledge": "Test your Ethereum knowledge",
2625
"try-again": "Try again",
2726
"using-ethereum": "Using Ethereum",
2827
"using-ethereum-description": "Delve into the real-world applications of Ethereum and uncover how this revolutionary blockchain platform is reshaping industries. This is a great way to make sure you understand things well enough before you start using cryptocurrencies actively.",
29-
"using-layer-2": "Using layer 2",
30-
"what-are-nfts": "What are NFTs?",
3128
"want-more-quizzes": "Want to see more quizzes here?",
32-
"what-is-a-wallet": "What is a wallet?",
33-
"what-is-the-merge": "What is the Merge?",
34-
"what-is-web3": "What is Web3?",
3529
"your-results": "Your results",
3630
"your-total": "Your total points",
3731
"a001-prompt": "The biggest difference between Ethereum and Bitcoin is:",

0 commit comments

Comments
 (0)