Add smart contract quiz fixes #13776#14162
Conversation
✅ Deploy Preview for ethereumorg ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Hey @TC1211 / @Qwerky7835, the smart contract quiz is working as expected on the quizzes page, but it is not functioning properly on the smart contracts page. See the screenshot below to see how the quiz appears on the page, or you can view how the quiz appears in the deploy preview link (https://deploy-preview-14162--ethereumorg.netlify.app) provided by the Netlify bot. To fix this, refer to the suggestion provided here: #13704 (comment). Additionally, reference the issue number in the PR description you are referring to. |
|
Fixed the quiz widget on the smart contract page. |
|
This issue is stale because it has been open 30 days with no activity. |
wackerow
left a comment
There was a problem hiding this comment.
Solid work everyone! Thanks to @Qwerky7835 @CryptoDelirium @Shiva-Sai-ssb @JanetMo for helping with this... Apologies for delays so far.
Left a round of comments which I think will take this over the line. @CryptoDelirium would you be capable/interested in making some updates?
|
@wackerow Thanks for reviewing. From my side, feel free to implement the suggestions, sounds very good. |
Co-authored-by: Paul Wackerow <54227730+wackerow@users.noreply.github.com>
Co-authored-by: Paul Wackerow <54227730+wackerow@users.noreply.github.com>
Co-authored-by: Paul Wackerow <54227730+wackerow@users.noreply.github.com>
Co-authored-by: Paul Wackerow <54227730+wackerow@users.noreply.github.com>
Co-authored-by: Paul Wackerow <54227730+wackerow@users.noreply.github.com>
Apply review changes Co-authored-by: Paul Wackerow <54227730+wackerow@users.noreply.github.com>
CryptoDelirium
left a comment
There was a problem hiding this comment.
I applied most of the changes. Some others I left comments and suggestions on.
wackerow
left a comment
There was a problem hiding this comment.
Hey @CryptoDelirium! Left another round of comments, lemme know what you think here and we'll try to get it in soon.. thanks!
| "smart-contracts-1-b-label": "They are linked to an AI system, which allows them to make decisions that trigger blockchain transactions.", | ||
| "smart-contracts-1-b-explanation": "Smart contracts can actually execute transactions automatically, but only according to an ‘if this then that’ logic that is prescribed in the code. They do not use AI.", | ||
| "smart-contracts-1-c-label": "They are programs stored on the blockchain that follow an 'if this then that' logic, and are guaranteed to execute according to the rules defined by the code.", | ||
| "smart-contracts-1-c-explanation": "A smart contract is a piece of code that can be executed automatically according to an 'if this then that' logic.", |
There was a problem hiding this comment.
Sure... would err on the side of more concise.. "unchangeable" may be easier to understand than "immutable" though
|
This issue is stale because it has been open 30 days with no activity. |
| "smart-contracts-4-b-explanation": "While protocol changes can sometimes use smart contracts, their creation and definition are proposed through transparent online forums and implemented in client software.", | ||
| "smart-contracts-4-c-label": "Non-fungible tokens (NFTs)", | ||
| "smart-contracts-4-c-explanation": "Smart contracts are used to define a wide range of NFTs, ranging from digital art to asset ownership certificates.", | ||
| "smart-contracts-4-d-label": "Decentralized autonomous organizations (DAOs)", |
There was a problem hiding this comment.
Going to patch this as well.. swapping DAO out for "insurance policy" since we don't mention DAOs on the page, but we do mention insurance.
wackerow
left a comment
There was a problem hiding this comment.
made the updates discussed, thanks everyone! Pulling this in
|
Congrats, your important contribution to this open-source project has earned you a GitPOAP! GitPOAP: 2025 Ethereum.org Contributor: Join the [ethereum.org Discord server](https://ethereum.org/discord) to explore more ways to contribute to the project. Depending on the tasks you complete, you may also unlock additional rewards. Visit [ethereum.org/contributing](https://ethereum.org/contributing) to learn more.Head to gitpoap.io & connect your GitHub account to mint!Keep buidling, keep learning, and let's grow the Ethereum open-source community together 🌱 Learn more about GitPOAPs here. |
|
@all-contributors please add @CryptoDelirium for content |
|
I've put up a pull request to add @CryptoDelirium! 🎉 |
|
@all-contributors please add @JanetMo for content |



Accidentally closed previous PR #13981. References issue #13776.
Quiz content added. Linked quiz to global counter
In collab with @JanetMo