Skip to content

Commit e9646a8

Browse files
committed
fix: explanation strings [Fixes #14490]
1 parent 1a06c50 commit e9646a8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/data/quizzes/questionBank.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const questionBankConfig: QuestionBankConfig = {
5959
{ totalAnswers: 4, correctAnswer: 2 },
6060
{ totalAnswers: 4, correctAnswer: 1 },
6161
{ totalAnswers: 4, correctAnswer: 4 },
62-
{ totalAnswers: 4, correctAnswer: 1 },
62+
{ totalAnswers: 4, correctAnswer: 1, explanationOverrides: [1, 1, 1, 1] },
6363
{ totalAnswers: 4, correctAnswer: 4 },
6464
],
6565
"what-is-ether": [
@@ -132,11 +132,11 @@ const questionBankConfig: QuestionBankConfig = {
132132
],
133133
"run-a-node": [
134134
{ totalAnswers: 4, correctAnswer: 1 },
135-
{ totalAnswers: 4, correctAnswer: 1 },
135+
{ totalAnswers: 4, correctAnswer: 1, explanationOverrides: [1, 1, 1, 1] },
136136
{ totalAnswers: 4, correctAnswer: 4 },
137137
{ totalAnswers: 4, correctAnswer: 3 },
138138
{ totalAnswers: 4, correctAnswer: 1 },
139-
{ totalAnswers: 2, correctAnswer: 2 },
139+
{ totalAnswers: 2, correctAnswer: 2, explanationOverrides: [1, 1] },
140140
],
141141
stablecoins: [
142142
{ totalAnswers: 4, correctAnswer: 1 },

src/intl/en/learn-quizzes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@
5858
"what-is-ethereum-3-d-explanation": "Anyone running a node is a crucial part of Ethereum’s infrastructure. If you haven’t already, consider running an Ethereum node.",
5959
"what-is-ethereum-4-prompt": "Since Ethereum launched, how many times has the network been offline?",
6060
"what-is-ethereum-4-a-label": "Never",
61+
"what-is-ethereum-4-a-explanation": "Ethereum has never gone completely offline (stopped producing blocks) since it launched.",
6162
"what-is-ethereum-4-b-label": "Once",
6263
"what-is-ethereum-4-c-label": "Four times",
6364
"what-is-ethereum-4-d-label": "More than ten times",
64-
"what-is-ethereum-4-explanation": "Ethereum has never gone completely offline (stopped producing blocks) since it launched.",
6565
"what-is-ethereum-5-prompt": "Ethereum consumes more electricity than:",
6666
"what-is-ethereum-5-a-label": "Gold mining",
6767
"what-is-ethereum-5-a-explanation": "Gold mining uses ~131 Terawatt hours per year. Ethereum uses about 0.0026 Terawatt hours per year.",

0 commit comments

Comments
 (0)