Skip to content

Commit a3d647b

Browse files
committed
Update questions and prompts
1 parent 440944b commit a3d647b

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

src/intl/en/learn-quizzes.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -107,15 +107,15 @@
107107
"b004-c-explanation": "This answer is partially correct, but it's only one of the reasons ETH is valuable.",
108108
"b004-d-label": "All of the above",
109109
"b004-d-explanation": "Ethereum transactions cannot be censored, ETH is required to make any transaction on Ethereum, and it is crucial to the stability of the DeFi ecosystem.",
110-
"c001-prompt": "Web3 allows users to own digital assets directly through:",
111-
"c001-a-label": "DAOs",
112-
"c001-a-explanation": "DAOs (Decentralized autonomous organizations) are member-owned communities without centralized leadership.",
110+
"c001-prompt": "Web3 allows users to own digital assets through:",
111+
"c001-a-label": "Tokens",
112+
"c001-a-explanation": "Tokens provide a way to represent assets with the same properties as an Ethereum-based asset. Tokens are not unique. While they represent ownership, there are more ways to own digital assets on Ethereum.",
113113
"c001-b-label": "NFTs",
114-
"c001-b-explanation": "NFTs (Non-fungible tokens) provide a way to represent anything unique as an Ethereum-based asset.",
114+
"c001-b-explanation": "NFTs (Non-fungible tokens) provide a way to represent anything unique as an Ethereum-based asset. While they represent ownership, there are more ways to own digital assets on Ethereum.",
115115
"c001-c-label": "ENS",
116-
"c001-c-explanation": "ENS (Ethereum Name Service) is a decentralized naming service for the Ethereum blockchain.",
117-
"c001-d-label": "GitHub",
118-
"c001-d-explanation": "GitHub is a centralized platform, primarily for storing code using distributed version control. GitHub does not allow ownership of your data or digital assets.",
116+
"c001-c-explanation": "ENS (Ethereum Name Service) is a decentralized naming service for the Ethereum blockchain. While they represent ownership, there are more ways to own digital assets on Ethereum.",
117+
"c001-d-label": "All of the above",
118+
"c001-d-explanation": "All of the options provide ways to own digital assets on Ethereum. Tokens, NFTs, and ENS are all ways to represent ownership of digital assets.",
119119
"c002-prompt": "Web1 was read-only, Web2 is read-write, Web3 has been described as:",
120120
"c002-a-label": "read-write-sell",
121121
"c002-a-explanation": "Web3 has not been described in this way.",
@@ -161,15 +161,15 @@
161161
"d001-c-explanation": "Web wallets have less security than hardware wallets because the private keys are stored on an internet-connected device.",
162162
"d001-d-label": "A desktop wallet",
163163
"d001-d-explanation": "Desktop wallets hold private keys on a computer hard drive, which typically has connections to the internet, and potentially compromised by other software.",
164-
"d002-prompt": "From the options presented, which is the most secure way to store your seed phrase?",
164+
"d002-prompt": "How should you store your seed phrase?",
165165
"d002-a-label": "In a photo on your phone",
166166
"d002-a-explanation": "This is not the most secure option. If this photo is uploaded to cloud storage then a hacker gets this image and gains access to your account.",
167167
"d002-b-label": "In a file on your computer",
168168
"d002-b-explanation": "This is not the most secure option. Hacker are increasingly looking for cryptocurrency related information on target devices. If a hacker accesses the file with your seed phrase they will gain access to your account.",
169-
"d002-c-label": "Written down on paper",
170-
"d002-c-explanation": "Of the available options, writing down your seed phrase on paper is the most secure.",
171-
"d002-d-label": "In a text message to a trusted family member",
172-
"d002-d-explanation": "You should never text your seed phrase to anyone. The message could be intercepted by a third party, and even if you trust this person absolutely, you do not know who may be able to access their phone.",
169+
"d002-c-label": "In a text message to a trusted family member",
170+
"d002-c-explanation": "You should never text your seed phrase to anyone. The message could be intercepted by a third party, and even if you trust this person absolutely, you do not know who may be able to access their phone.",
171+
"d002-d-label": "None of the above",
172+
"d002-d-explanation": "Your seed phrase should be secured in an offline manner. Things such as password managers or writing down on a piece of paper are suggested due to their offline nature.",
173173
"d003-prompt": "Who should you give your seed phrase / private keys to?",
174174
"d003-a-label": "Someone you’re paying",
175175
"d003-a-explanation": "You should never give your seed phrase or private keys to anyone. Instead, send tokens to their wallet address via a transaction.",

0 commit comments

Comments
 (0)