Skip to content

Commit

Permalink
Merge pull request ethereum#14208 from ethereum/rn-quiz-keys--config-…
Browse files Browse the repository at this point in the history
…refactor

refactor: quiz template config
  • Loading branch information
corwintines authored Nov 18, 2024
2 parents c92e797 + 4744f61 commit e2c1f62
Show file tree
Hide file tree
Showing 26 changed files with 3,410 additions and 4,980 deletions.
2 changes: 1 addition & 1 deletion src/components/Quiz/stories/QuizzesStats.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const meta = {
"layer-2": [false, 0],
"run-a-node": [false, 0],
merge: [false, 0],
"solo-staking": [false, 0],
"staking-solo": [false, 0],
"what-is-ether": [false, 0],
"what-is-ethereum": [false, 0],
nfts: [false, 0],
Expand Down
35 changes: 20 additions & 15 deletions src/data/quizzes/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,21 @@ const quizzes = {
"what-is-ethereum": {
title: "what-is-ethereum",
questions: [
"ethereum-1",
"ethereum-2",
"ethereum-3",
"ethereum-4",
"ethereum-5",
"what-is-ethereum-1",
"what-is-ethereum-2",
"what-is-ethereum-3",
"what-is-ethereum-4",
"what-is-ethereum-5",
],
},
"what-is-ether": {
title: "what-is-ether",
questions: ["ether-1", "ether-2", "ether-3", "ether-4"],
questions: [
"what-is-ether-1",
"what-is-ether-2",
"what-is-ether-3",
"what-is-ether-4",
],
},
web3: {
title: "web3",
Expand Down Expand Up @@ -52,16 +57,16 @@ const quizzes = {
title: "DAOs",
questions: ["daos-1", "daos-2", "daos-3", "daos-4", "daos-5"],
},
"solo-staking": {
"staking-solo": {
title: "solo",
questions: [
"staking-1",
"staking-2",
"staking-4",
"staking-5",
"staking-6",
"staking-7",
"staking-8",
"staking-solo-1",
"staking-solo-2",
"staking-solo-4",
"staking-solo-5",
"staking-solo-6",
"staking-solo-7",
"staking-solo-8",
],
},
scaling: {
Expand Down Expand Up @@ -155,7 +160,7 @@ const usingEthereumQuizzesRaw: QuizzesSection[] = [
level: "advanced",
},
{
id: "solo-staking",
id: "staking-solo",
level: "advanced",
},
]
Expand Down
Loading

0 comments on commit e2c1f62

Please sign in to comment.