Skip to content

Commit 74661b3

Browse files
committed
Add complete intro section and resolve merge conflicts of mini-quiz placeholders
2 parents a177284 + 635b89b commit 74661b3

File tree

1 file changed

+16
-7
lines changed
  • pages/lessons/projects

1 file changed

+16
-7
lines changed

pages/lessons/projects/3.mdx

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ In the previous lesson, we talked about NFTs and their use cases. Unlike traditi
3636
![1_diagram.png](/assets/lessons/3/1_diagram.png)
3737

3838
{/* WARM-UP QUESTIONS */}
39-
<SideDrawer buttonText="Warm-up Questions" title="Some previous knowledge, some prediction">
40-
<Question question="lesson-2/1-intro/Q1" />
41-
<Question question="lesson-2/1-intro/Q2" />
42-
<Question question="lesson-2/1-intro/Q3" />
43-
<Question question="lesson-2/1-intro/Q4" />
44-
<Question question="lesson-2/1-intro/Q5" />
45-
</SideDrawer>
39+
SideDrawer buttonText="Checkpoint Questions" title="Creating a Robust Development Environment">
40+
<Question question="lesson-3/<# of section block+section name/Q1" />
41+
<Question question="lesson-3//Q2" />
42+
<Question question="lesson-3//Q3" />
43+
<Question question="lesson-3//Q4" />
44+
<Question question="lesson-3/-/Q5" />
45+
</SideDrawer>
4646
<br/>
4747
**Now that we have set the stage, it's time to dive into the exciting world of tiered NFTs and uncover the unique superpowers they possess. By the end of this tutorial, you will have gained a wealth of knowledge and accomplished the following steps**:
4848

@@ -347,6 +347,15 @@ contract TierNFT is ERC721 {
347347
<br/>
348348
349349
CHECKPOINT QUESTIONS ⁉️ <br />
350+
<SideDrawer buttonText="Checkpoint Questions" title="Creating a Robust Development Environment">
351+
<Question question="lesson-3/<# of section block+section name/Q1" />
352+
<Question question="lesson-3//Q2" />
353+
<Question question="lesson-3//Q3" />
354+
<Question question="lesson-3//Q4" />
355+
<Question question="lesson-3/-/Q5" />
356+
</SideDrawer>
357+
<br/>
358+
350359
PART 3
351360
352361
### Create a (simple) tokenURI function

0 commit comments

Comments
 (0)