Skip to content

Commit 19a4edc

Browse files
authored
fix: lesson 1 quiz multiselect answers (#230)
1 parent 7ce0bb3 commit 19a4edc

File tree

1 file changed

+9
-21
lines changed

1 file changed

+9
-21
lines changed

utils/quizzes/quiz-lesson-1.json

Lines changed: 9 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,15 @@
3535
"question": "A blockchain:",
3636
"options": [
3737
{
38-
"answer": "Runs on a global network of nodes that is accessible to anyone"
38+
"answer": "Runs on a global network of nodes that is accessible to anyone",
39+
"correct": true
3940
},
4041
{
4142
"answer": "Runs on a global network of nodes with permissions needed to access it"
4243
},
4344
{
44-
"answer": "Uses cryptography to secure existing data on the chain"
45-
},
46-
{
47-
"answer": "A & C",
45+
"answer": "Uses cryptography to secure existing data on the chain",
4846
"correct": true
49-
},
50-
{
51-
"answer": "All of the above"
5247
}
5348
]
5449
},
@@ -88,7 +83,7 @@
8883
]
8984
},
9085
{
91-
"question": "A smart contract deployed to the Blockchain:",
86+
"question": "A smart contract deployed to the blockchain:",
9287
"options": [
9388
{
9489
"answer": "Can be edited without redeployment once you have the owner’s credentials"
@@ -127,22 +122,15 @@
127122
"question": "How many parameters can we have in an event?",
128123
"options": [
129124
{
130-
"answer": "A. multiple non-indexed parameters"
131-
},
132-
{
133-
"answer": "B. three indexed named parameters"
134-
},
135-
{
136-
"answer": "C. four indexed anonymous parameters"
137-
},
138-
{
139-
"answer": "only A and B"
125+
"answer": "A. multiple non-indexed parameters",
126+
"correct": true
140127
},
141128
{
142-
"answer": "only B and C"
129+
"answer": "B. three indexed named parameters",
130+
"correct": true
143131
},
144132
{
145-
"answer": "A, B and C",
133+
"answer": "C. four indexed anonymous parameters",
146134
"correct": true
147135
}
148136
]

0 commit comments

Comments
 (0)