Skip to content

Commit 420c97a

Browse files
committed
revert new quizzes
1 parent 229ff23 commit 420c97a

File tree

9 files changed

+6
-662
lines changed

9 files changed

+6
-662
lines changed

src/components/Quiz/QuizWidget.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ import questionBank from "../../data/quizzes/questionBank"
6060

6161
interface IProps {
6262
quizKey?: string
63-
currentHandler?: (next?: string) => void
64-
statusHandler?: (status: QuizStatus) => void
63+
currentHandler: (next?: string) => void
64+
statusHandler: (status: QuizStatus) => void
6565
maxQuestions?: number
6666
isStandaloneQuiz?: boolean
6767
}

src/content/roadmap/scaling/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,3 @@ This second step is known as [“Danksharding”](/roadmap/danksharding/). It is
4545
## Current progress {#current-progress}
4646

4747
Proto-Danksharding is likely to be one of the earlier roadmap items to be implemented. The decentralized computation steps required to set it up are already underway and several clients have implemented prototypes for handling blob data. Full Danksharding is likely several years away, as it relies upon several other roadmap items being completed first. Decentralizing rollup infrastructure is likely to be a gradual process - there are many different rollups that are building slightly different systems and will fully decentralize at different rates.
48-
49-
<QuizWidget quizKey="scaling" />

src/content/staking/solo/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,5 +201,3 @@ To unlock and receive your entire balance back you must also complete the proces
201201
- [How To: Shop For Ethereum Validator Hardware](https://www.youtube.com/watch?v=C2wwu1IlhDc) - _EthStaker 2022_
202202
- [Step by Step: How to join the Ethereum 2.0 Testnet](https://kb.beaconcha.in/guides/tutorial-eth2-multiclient) - _Butta_
203203
- [Eth2 Slashing Prevention Tips](https://medium.com/prysmatic-labs/eth2-slashing-prevention-tips-f6faa5025f50) - _Raul Jordan 2020_
204-
205-
<QuizWidget quizKey="solo-staking" />

src/data/quizzes/index.ts

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,6 @@ const quizzes: RawQuizzes = {
3535
title: "page-assets-merge",
3636
questions: ["h001", "h002", "h003", "h004", "h005"],
3737
},
38-
"run-a-node": {
39-
title: "run-a-node",
40-
questions: ["i001", "i002", "i003", "i004", "i005", "i006"],
41-
},
42-
"solo-staking": {
43-
title: "solo",
44-
questions: ["j001", "j002", "j004", "j005", "j006", "j007", "j008"],
45-
},
46-
scaling: {
47-
title: "scaling",
48-
questions: ["k001", "k002", "k003", "k004"],
49-
},
5038
}
5139

5240
export const ethereumBasicsQuizzes: QuizzesSection[] = [
@@ -78,11 +66,6 @@ export const ethereumBasicsQuizzes: QuizzesSection[] = [
7866
{
7967
id: "merge",
8068
level: "intermediate",
81-
next: "scaling",
82-
},
83-
{
84-
id: "scaling",
85-
level: "intermediate",
8669
},
8770
]
8871

@@ -95,16 +78,6 @@ export const usingEthereumQuizzes: QuizzesSection[] = [
9578
{
9679
id: "layer-2",
9780
level: "intermediate",
98-
next: "solo-staking",
99-
},
100-
{
101-
id: "solo-staking",
102-
level: "advanced",
103-
next: "run-a-node",
104-
},
105-
{
106-
id: "run-a-node",
107-
level: "intermediate",
10881
},
10982
]
11083

0 commit comments

Comments
 (0)