You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/intl/en/learn-quizzes.json
+46-1Lines changed: 46 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -326,6 +326,51 @@
326
326
"h005-c-explanation": "Eth1 was the original name given to the execution layer, not the consensus layer.",
327
327
"h005-d-label": "Staking",
328
328
"h005-d-explanation": "Staking is depositing ETH into a smart contract to help secure the chain.",
329
+
"i001-prompt": "What is true about DAOs?",
330
+
"i001-a-label": "DAOs are collectively owned via governance tokens",
331
+
"i001-a-explanation": "DAOs are collectively owned, but that’s not the only correct statement.",
332
+
"i001-b-label": "They are governed by their members",
333
+
"i001-b-explanation": "DAOs are governed by their members, but that’s not the only correct statement.",
334
+
"i001-c-label": "They are working towards a shared mission",
335
+
"i001-c-explanation": "DAOs are working towards a shared mission, but that’s not the only correct statement.",
336
+
"i001-d-label": "All of the above",
337
+
"i001-d-explanation": "Correct, a DAO is a collectively-owned, blockchain-governed organization working towards a shared mission.",
338
+
"i002-prompt": "What are practical examples of how to use a DAO?",
339
+
"i002-a-label": "Decentralized protocols, members vote on the matters of the protocol or how to develop the product",
340
+
"i002-a-explanation": "Protocol DAOs are one example, but DAOs are not limited to that.",
341
+
"i002-b-label": "Collective ownership, e.g., for NFTs or physical assets",
342
+
"i002-b-explanation": "Collector DAOs are one example, but DAOs are not limited to that.",
343
+
"i002-c-label": "Ventures and grants, pool capital and vote on projects to fund",
344
+
"i002-c-explanation": "Venture or grants DAOs are one example, but DAOs are not limited to that.",
345
+
"i002-d-label": "All of the above",
346
+
"i002-d-explanation": "A DAO can have a multitude of 'missions'.",
347
+
"i003-prompt": "Unlike traditional organizations, DAOs are…",
348
+
"i003-a-label": "Usually hierarchical",
349
+
"i003-a-explanation": "DAOs are usually flat, and fully democratized.",
350
+
"i003-b-label": "Transparent and fully public about their activities",
351
+
"i003-b-explanation": "Thanks to on-chain voting, decisions are transparent on the blockchain. Discussions and other elements of the decision-making process are open to all members.",
352
+
"i003-c-label": "Controlled by a central party",
353
+
"i003-c-explanation": "Changes require voting by the members. Services offered are handled automatically in a decentralized manner.",
354
+
"i003-d-label": "Restricted regarding who can suggest changes",
355
+
"i003-d-explanation": "Usually, every DAO member can suggest changes.",
356
+
"i004-prompt": "What is essential about smart contracts for DAOs?",
357
+
"i004-a-label": "The smart contract code can be modified",
358
+
"i004-a-explanation": "Once the contract is live on Ethereum, no one can change the rules except by a vote. This allows the DAO to run by the rules it was programmed with.",
359
+
"i004-b-label": "It has an individual owner who retains authority to make changes and send from the treasury.",
360
+
"i004-b-explanation": "The treasury is defined by the smart contract. To spend money, the group's approval is needed.",
361
+
"i004-c-label": "Trust in the underlying blockchain's distributed consensus",
362
+
"i004-c-explanation": "It’s important for a DAO that the underlying blockchain cannot be manipulated. Ethereum’s own consensus is distributed and established enough for organizations to trust the network.",
363
+
"i004-d-label": "DAOs don’t need smart contracts",
364
+
"i004-d-explanation": "The backbone of a DAO is its smart contract, which defines the rules of the organization and holds the group's treasury.",
365
+
"i005-prompt": "What is not a mechanism to govern a DAO?",
366
+
"i005-a-label": "Token-based membership",
367
+
"i005-a-explanation": "Token-based governance is very widely used. It’s usually fully permissionless and is typically used to govern broad decentralized protocols and/or tokens themselves.",
368
+
"i005-b-label": "Share-based membership",
369
+
"i005-b-explanation": "Share-based DAOs are more permissioned but still quite open. Any prospective member can submit a proposal to join the DAO, usually offering a tribute of some value in the form of tokens or work.",
370
+
"i005-c-label": "Reputation-based membership",
371
+
"i005-c-explanation": "Unlike token or share-based membership, reputation-based DAOs don't transfer ownership to contributors. DAO members must earn reputation through participation.",
372
+
"i005-d-label": "Executive board and off-chain treasury management",
373
+
"i005-d-explanation": "This approach uses highly centralized and opaque mechanisms of governing. On the contrary, DAOs use verifiable voting mechanisms and on-chain treasury management to ensure transparency and accountability.",
329
374
"j001-prompt": "Which is true about slashing?",
330
375
"j001-a-label": "Penalty for being offline, rewards resume when back online",
331
376
"j001-a-explanation": "Being offline does NOT result in slashing. Small penalties are incurred for being offline, and rewards resume when the validator returns online and resumes attestations.",
@@ -479,4 +524,4 @@
479
524
"l006-a-label": "True",
480
525
"l006-a-explanation": "Simply running client software does not earn you rewards. To earn rewards, you must also be staking.",
0 commit comments