File tree Expand file tree Collapse file tree 1 file changed +9
-21
lines changed Expand file tree Collapse file tree 1 file changed +9
-21
lines changed Original file line number Diff line number Diff line change 35
35
"question" : " A blockchain:" ,
36
36
"options" : [
37
37
{
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
39
40
},
40
41
{
41
42
"answer" : " Runs on a global network of nodes with permissions needed to access it"
42
43
},
43
44
{
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" ,
48
46
"correct" : true
49
- },
50
- {
51
- "answer" : " All of the above"
52
47
}
53
48
]
54
49
},
88
83
]
89
84
},
90
85
{
91
- "question" : " A smart contract deployed to the Blockchain :" ,
86
+ "question" : " A smart contract deployed to the blockchain :" ,
92
87
"options" : [
93
88
{
94
89
"answer" : " Can be edited without redeployment once you have the owner’s credentials"
127
122
"question" : " How many parameters can we have in an event?" ,
128
123
"options" : [
129
124
{
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
140
127
},
141
128
{
142
- "answer" : " only B and C"
129
+ "answer" : " B. three indexed named parameters" ,
130
+ "correct" : true
143
131
},
144
132
{
145
- "answer" : " A, B and C " ,
133
+ "answer" : " C. four indexed anonymous parameters " ,
146
134
"correct" : true
147
135
}
148
136
]
You can’t perform that action at this time.
0 commit comments