Skip to content

Commit 635b89b

Browse files
committed
Add some mini-quiz placeholders in TierNFT lesson .mdx file
1 parent 009e608 commit 635b89b

File tree

1 file changed

+17
-0
lines changed
  • pages/lessons/projects

1 file changed

+17
-0
lines changed

pages/lessons/projects/3.mdx

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,14 @@ services depending on the NFT they mint and own.
3535
I'M NOT AT ALL SURE WHAT WE ARE BUILDING..... MAKE SURE WE ADD THAT WE'LL BE INHERITING A FEW MORE OZ CONTRACTS ThIS TIME. MAYBE A NUDGE TO LEARNER TO READ SOME OF THE OZ CODE?
3636

3737
WARM-UP QUESTIONS ⁉️
38+
<SideDrawer buttonText="Checkpoint Questions" title="Creating a Robust Development Environment">
39+
<Question question="lesson-3/<# of section block+section name/Q1" />
40+
<Question question="lesson-3//Q2" />
41+
<Question question="lesson-3//Q3" />
42+
<Question question="lesson-3//Q4" />
43+
<Question question="lesson-3/-/Q5" />
44+
</SideDrawer>
45+
<br/>
3846
![1_diagram.png](/assets/lessons/3/1_diagram.png)
3947

4048
PART 2 ASSERTIONS AND DATA TYPES e.g. MAPPINGS
@@ -319,6 +327,15 @@ contract TierNFT is ERC721 {
319327
<br/>
320328
321329
CHECKPOINT QUESTIONS ⁉️ <br />
330+
<SideDrawer buttonText="Checkpoint Questions" title="Creating a Robust Development Environment">
331+
<Question question="lesson-3/<# of section block+section name/Q1" />
332+
<Question question="lesson-3//Q2" />
333+
<Question question="lesson-3//Q3" />
334+
<Question question="lesson-3//Q4" />
335+
<Question question="lesson-3/-/Q5" />
336+
</SideDrawer>
337+
<br/>
338+
322339
PART 3
323340
324341
### Create a (simple) tokenURI function

0 commit comments

Comments
 (0)