File tree Expand file tree Collapse file tree 5 files changed +24
-38
lines changed
src/utils/questions/lesson-6/1-intro Expand file tree Collapse file tree 5 files changed +24
-38
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "question" : " " ,
2
+ "question" : " What does ERC stand for in the context of Ethereum tokens? " ,
3
3
"options" : [
4
4
{
5
- "answer" : " choose me" ,
6
- "correct" : true
5
+ "answer" : " Ethereum Record of Contracts"
7
6
},
8
7
{
9
- "answer" : " "
8
+ "answer" : " Ethereum Regulated Code "
10
9
},
11
10
{
12
- "answer" : " choose me" ,
13
- "correct" : true
11
+ "answer" : " Ethereum Readable Contract"
14
12
},
15
13
{
16
- "answer" : " "
14
+ "answer" : " Ethereum Request for Comments" ,
15
+ "correct" : true
17
16
}
18
17
]
19
18
}
Original file line number Diff line number Diff line change 1
1
{
2
- "question" : " " ,
2
+ "question" : " Which Ethereum token standard is commonly used for creating non-fungible tokens on the Ethereum blockchain? " ,
3
3
"options" : [
4
4
{
5
- "answer" : " choose me " ,
5
+ "answer" : " ERC-721 " ,
6
6
"correct" : true
7
7
},
8
8
{
9
- "answer" : " "
9
+ "answer" : " ERC-20 "
10
10
},
11
11
{
12
- "answer" : " choose me" ,
13
- "correct" : true
12
+ "answer" : " ERC-1155"
14
13
},
15
14
{
16
- "answer" : " "
15
+ "answer" : " ERC-10 "
17
16
}
18
17
]
19
18
}
Original file line number Diff line number Diff line change 1
1
{
2
- "question" : " " ,
2
+ "question" : " What are some common use cases for creating ERC-20 tokens? " ,
3
3
"options" : [
4
4
{
5
- "answer" : " choose me" ,
6
- "correct" : true
5
+ "answer" : " Supporting a project"
7
6
},
8
7
{
9
- "answer" : " "
8
+ "answer" : " Governance for DAOs "
10
9
},
11
10
{
12
- "answer" : " choose me" ,
13
- "correct" : true
11
+ "answer" : " Learning and experimentation"
14
12
},
15
13
{
16
- "answer" : " "
14
+ "answer" : " All of the above" ,
15
+ "correct" : true
17
16
}
18
17
]
19
18
}
Original file line number Diff line number Diff line change 1
1
{
2
- "question" : " " ,
2
+ "question" : " Which library is often used to create ERC-20 tokens easily? " ,
3
3
"options" : [
4
4
{
5
- "answer" : " choose me" ,
6
- "correct" : true
7
- },
8
- {
9
- "answer" : " "
5
+ "answer" : " OpenAI"
10
6
},
11
7
{
12
- "answer" : " choose me " ,
8
+ "answer" : " OpenZeppelin " ,
13
9
"correct" : true
14
10
},
15
11
{
16
- "answer" : " "
12
+ "answer" : " Solidity Standard "
17
13
}
18
14
]
19
15
}
Original file line number Diff line number Diff line change 1
1
{
2
- "question" : " " ,
2
+ "question" : " ETH, the native token of Ethereum is an ERC-20 token. " ,
3
3
"options" : [
4
4
{
5
- "answer" : " choose me" ,
6
- "correct" : true
7
- },
8
- {
9
- "answer" : " "
5
+ "answer" : " True"
10
6
},
11
7
{
12
- "answer" : " choose me " ,
8
+ "answer" : " False " ,
13
9
"correct" : true
14
- },
15
- {
16
- "answer" : " "
17
10
}
18
11
]
19
12
}
You can’t perform that action at this time.
0 commit comments