Cyfrin / Updraft

https://updraft.cyfrin.io
GNU Affero General Public License v3.0
55 stars 39 forks source link

Suggestion: Precision language in NFTs Collections Intro quiz's question 9 #234

Closed gin closed 2 weeks ago

gin commented 2 weeks ago

Suggestion: Update quiz question to "9. Which of the following code snippets correctly tests if an address's NFT balance is 1?" from "9. Which of the following code snippets correctly tests if an address's balance is 1?"

Reasoning: In https://updraft.cyfrin.io/courses/advanced-foundry/how-to-create-an-NFT-collection/quiz-nfts-collection-intro the quiz question "9. Which of the following code snippets correctly tests if an address's balance is 1?" assumes NFT balance because it is a lesson about NFTs. However, balance can be native token balance or NFT balance. Colloquially, "balance" would be assumed to be native token's balance by default.

Equious commented 2 weeks ago

Yup, agreed. Adjustment made to verbiage and pushed to prod.