Skip to content

Commit b82f0a7

Browse files
committed
feat: add warm-up quiz
1 parent 06e05a8 commit b82f0a7

File tree

5 files changed

+24
-38
lines changed

5 files changed

+24
-38
lines changed
Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
{
2-
"question": "",
2+
"question": "What does ERC stand for in the context of Ethereum tokens?",
33
"options": [
44
{
5-
"answer": "choose me",
6-
"correct": true
5+
"answer": "Ethereum Record of Contracts"
76
},
87
{
9-
"answer": ""
8+
"answer": "Ethereum Regulated Code"
109
},
1110
{
12-
"answer": "choose me",
13-
"correct": true
11+
"answer": "Ethereum Readable Contract"
1412
},
1513
{
16-
"answer": ""
14+
"answer": "Ethereum Request for Comments",
15+
"correct": true
1716
}
1817
]
1918
}
Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
{
2-
"question": "",
2+
"question": "Which Ethereum token standard is commonly used for creating non-fungible tokens on the Ethereum blockchain?",
33
"options": [
44
{
5-
"answer": "choose me",
5+
"answer": "ERC-721",
66
"correct": true
77
},
88
{
9-
"answer": ""
9+
"answer": "ERC-20"
1010
},
1111
{
12-
"answer": "choose me",
13-
"correct": true
12+
"answer": "ERC-1155"
1413
},
1514
{
16-
"answer": ""
15+
"answer": "ERC-10"
1716
}
1817
]
1918
}
Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
{
2-
"question": "",
2+
"question": "What are some common use cases for creating ERC-20 tokens?",
33
"options": [
44
{
5-
"answer": "choose me",
6-
"correct": true
5+
"answer": "Supporting a project"
76
},
87
{
9-
"answer": ""
8+
"answer": "Governance for DAOs"
109
},
1110
{
12-
"answer": "choose me",
13-
"correct": true
11+
"answer": "Learning and experimentation"
1412
},
1513
{
16-
"answer": ""
14+
"answer": "All of the above",
15+
"correct": true
1716
}
1817
]
1918
}
Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,15 @@
11
{
2-
"question": "",
2+
"question": "Which library is often used to create ERC-20 tokens easily?",
33
"options": [
44
{
5-
"answer": "choose me",
6-
"correct": true
7-
},
8-
{
9-
"answer": ""
5+
"answer": "OpenAI"
106
},
117
{
12-
"answer": "choose me",
8+
"answer": "OpenZeppelin",
139
"correct": true
1410
},
1511
{
16-
"answer": ""
12+
"answer": "Solidity Standard"
1713
}
1814
]
1915
}
Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,12 @@
11
{
2-
"question": "",
2+
"question": "ETH, the native token of Ethereum is an ERC-20 token.",
33
"options": [
44
{
5-
"answer": "choose me",
6-
"correct": true
7-
},
8-
{
9-
"answer": ""
5+
"answer": "True"
106
},
117
{
12-
"answer": "choose me",
8+
"answer": "False",
139
"correct": true
14-
},
15-
{
16-
"answer": ""
1710
}
1811
]
1912
}

0 commit comments

Comments
 (0)