@@ -4,55 +4,88 @@ import type { QuizzesSection, RawQuizzes } from "@/lib/types"
4
4
const quizzes = {
5
5
"what-is-ethereum" : {
6
6
title : "what-is-ethereum" ,
7
- questions : [ "a001" , "a002" , "a003" , "a004" , "a005" ] ,
7
+ questions : [
8
+ "ethereum-1" ,
9
+ "ethereum-2" ,
10
+ "ethereum-3" ,
11
+ "ethereum-4" ,
12
+ "ethereum-5" ,
13
+ ] ,
8
14
} ,
9
15
"what-is-ether" : {
10
16
title : "what-is-ether" ,
11
- questions : [ "b001 " , "b002 " , "b003 " , "b004 " ] ,
17
+ questions : [ "ether-1 " , "ether-2 " , "ether-3 " , "ether-4 " ] ,
12
18
} ,
13
19
web3 : {
14
20
title : "web3" ,
15
- questions : [ "c001 " , "c002 " , "c003 " , "c004 " , "c005 " ] ,
21
+ questions : [ "web3-1 " , "web3-2 " , "web3-3 " , "web3-4 " , "web3-5 " ] ,
16
22
} ,
17
23
wallets : {
18
24
title : "wallets" ,
19
- questions : [ "d001 " , "d002 " , "d003 " , "d004 " ] ,
25
+ questions : [ "wallets-1 " , "wallets-2 " , "wallets-3 " , "wallets-4 " ] ,
20
26
} ,
21
27
security : {
22
28
title : "ethereum-security" ,
23
- questions : [ "e001" , "e002" , "e003" , "e004" , "d003" ] ,
29
+ questions : [
30
+ "security-1" ,
31
+ "security-2" ,
32
+ "security-3" ,
33
+ "security-4" ,
34
+ "wallets-3" ,
35
+ ] ,
24
36
} ,
25
37
nfts : {
26
38
title : "nft-page" ,
27
- questions : [ "f001 " , "f002 " , "f003 " , "f004 " , "f005 " ] ,
39
+ questions : [ "nfts-1 " , "nfts-2 " , "nfts-3 " , "nfts-4 " , "nfts-5 " ] ,
28
40
} ,
29
41
"layer-2" : {
30
42
title : "layer-2" ,
31
- questions : [ "g001 " , "g002 " , "g003 " , "g004 " ] ,
43
+ questions : [ "rollups-1 " , "rollups-2 " , "rollups-3 " , "rollups-4 " ] ,
32
44
} ,
33
45
merge : {
34
46
title : "learn-quizzes:page-assets-merge" ,
35
- questions : [ "h001 " , "h002 " , "h003 " , "h004 " , "h005 " ] ,
47
+ questions : [ "merge-1 " , "merge-2 " , "merge-3 " , "merge-4 " , "merge-5 " ] ,
36
48
} ,
37
49
daos : {
38
50
title : "DAOs" ,
39
- questions : [ "i001 " , "i002 " , "i003 " , "i004 " , "i005 " ] ,
51
+ questions : [ "daos-1 " , "daos-2 " , "daos-3 " , "daos-4 " , "daos-5 " ] ,
40
52
} ,
41
53
"solo-staking" : {
42
54
title : "solo" ,
43
- questions : [ "j001" , "j002" , "j004" , "j005" , "j006" , "j007" , "j008" ] ,
55
+ questions : [
56
+ "staking-1" ,
57
+ "staking-2" ,
58
+ "staking-4" ,
59
+ "staking-5" ,
60
+ "staking-6" ,
61
+ "staking-7" ,
62
+ "staking-8" ,
63
+ ] ,
44
64
} ,
45
65
scaling : {
46
66
title : "scaling" ,
47
- questions : [ "k001 " , "k002 " , "k003 " , "k004 " ] ,
67
+ questions : [ "scaling-1 " , "scaling-2 " , "scaling-3 " , "scaling-4 " ] ,
48
68
} ,
49
69
"run-a-node" : {
50
70
title : "run-a-node" ,
51
- questions : [ "l001" , "l002" , "l003" , "l004" , "l005" , "l006" ] ,
71
+ questions : [
72
+ "run-a-node-1" ,
73
+ "run-a-node-2" ,
74
+ "run-a-node-3" ,
75
+ "run-a-node-4" ,
76
+ "run-a-node-5" ,
77
+ "run-a-node-6" ,
78
+ ] ,
52
79
} ,
53
80
stablecoins : {
54
81
title : "stablecoins" ,
55
- questions : [ "m001" , "m002" , "m003" , "m004" , "m005" ] ,
82
+ questions : [
83
+ "stablecoins-1" ,
84
+ "stablecoins-2" ,
85
+ "stablecoins-3" ,
86
+ "stablecoins-4" ,
87
+ "stablecoins-5" ,
88
+ ] ,
56
89
} ,
57
90
} satisfies RawQuizzes
58
91
0 commit comments