Skip to content

Commit 2cc809d

Browse files
committed
Correct .mdx textual errors; rename quiz-questions files meaningfully
1 parent fc0b20b commit 2cc809d

17 files changed

+127
-112
lines changed

pages/lessons/projects/1.mdx

Lines changed: 120 additions & 102 deletions
Large diffs are not rendered by default.

utils/questions/events-Q1.json renamed to utils/questions/lesson-1/events-Q1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"answer": "It stores the event parameters in the data portion of the log."
99
},
1010
{
11-
"answer": "It enables efficient searching and filtering of events.",
11+
"answer": "It enables efficient searching and filtering of logged events.",
1212
"correct": true
1313
}
1414
]

utils/questions/intro-Q3.json renamed to utils/questions/lesson-1/intro-Q3.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
{
55
"answer": "Python"
66
},
7-
{
8-
"answer": "Javascript"
9-
},
107
{
118
"answer": "Solidity",
129
"correct": true

utils/questions/tooling-Q1.json renamed to utils/questions/lesson-1/tooling-Q1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"question": "What is the key characteristic of a decentralized blockchain network?",
33
"options": [
44
{
5-
"answer": "Limited transparency of transactions. "
5+
"answer": "Limited transparency of transactions."
66
},
77
{
88
"answer": "Central authority controlling the network."

0 commit comments

Comments
 (0)