Skip to content

Commit 75626da

Browse files
committed
Remove irrelevant auto-filled text from quizzes to ease/aid reviewing
1 parent 1a40da2 commit 75626da

File tree

20 files changed

+198
-101
lines changed

20 files changed

+198
-101
lines changed
Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,22 @@
11
{
2-
"question": "Choose what NFTs can do? Multiple answers possible.",
2+
"question": "",
33
"options": [
44
{
5-
"answer": "Give access to a DAO",
5+
"answer": "",
66
"correct": true
77
},
88
{
9-
"answer": "Do the dishes"
9+
"answer": ""
1010
},
1111
{
12-
"answer": "Represent a concert ticket",
12+
"answer": "",
1313
"correct": true
1414
},
1515
{
16-
"answer": "Point to storage of an album",
17-
"correct": true
16+
"answer": ""
1817
},
1918
{
20-
"answer": "Replicate one NFT with another"
19+
"answer": ""
2120
}
2221
]
2322
}
Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
11
{
2-
"question": "What is Hardhat? ",
2+
"question": "",
33
"options": [
44
{
5-
"answer": "A set of tools that includes a local mini blockchain that can run on your machine",
5+
"answer": "",
66
"correct": true
77
},
88
{
9-
"answer": "A code editor in the browser "
9+
"answer": ""
1010
},
1111
{
12-
"answer": "A security patch for most Linux operating systems"
12+
"answer": "",
13+
"correct": true
14+
},
15+
{
16+
"answer": ""
1317
},
1418
{
15-
"answer": "Safety apparel for space travel "
19+
"answer": ""
1620
}
1721
]
1822
}
Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
11
{
2-
"question": "In Solidity, what does the ^ symbol represent when specifying the compiler version?",
2+
"question": "",
33
"options": [
44
{
5-
"answer": "It denotes an exclusive compiler version"
5+
"answer": "",
6+
"correct": true
67
},
78
{
8-
"answer": "It indicates a fallback function"
9+
"answer": ""
910
},
1011
{
11-
"answer": "It signifies a dangerous computation"
12+
"answer": "",
13+
"correct": true
1214
},
1315
{
14-
"answer": " It specifies a compatible range of compiler versions",
15-
"correct": true
16+
"answer": ""
17+
},
18+
{
19+
"answer": ""
1620
}
1721
]
1822
}
Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
11
{
2-
"question": "Which address does the msg.sender variable represent in Solidity?",
2+
"question": "",
33
"options": [
44
{
5-
"answer": "The contract owner"
5+
"answer": "",
6+
"correct": true
67
},
78
{
8-
"answer": "The Ethereum smart contract"
9+
"answer": ""
910
},
1011
{
11-
"answer": "The Ethereum network"
12+
"answer": "",
13+
"correct": true
1214
},
1315
{
14-
"answer": "The caller of the current function",
15-
"correct": true
16+
"answer": ""
17+
},
18+
{
19+
"answer": ""
1620
}
1721
]
1822
}
Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,22 @@
11
{
2-
"question": "What is npm? ",
2+
"question": "",
33
"options": [
44
{
5-
"answer": "A Node.js module that provides a blockchain for running smart contracts"
5+
"answer": "",
6+
"correct": true
7+
},
8+
{
9+
"answer": ""
610
},
711
{
8-
"answer": "A package manager from Node.js ",
12+
"answer": "",
913
"correct": true
1014
},
1115
{
12-
"answer": "A framework for building web applications "
16+
"answer": ""
17+
},
18+
{
19+
"answer": ""
1320
}
1421
]
1522
}
Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
11
{
2-
"question": "Why do we want our ProjectNFT contract to import ERC721.sol from OpenZeppelin? ",
2+
"question": "",
33
"options": [
44
{
5-
"answer": "To declare a smart contract in Solidity"
5+
"answer": "",
6+
"correct": true
67
},
78
{
8-
"answer": "Because Led Zeppelin's discography has automatic customs clearance"
9+
"answer": ""
910
},
1011
{
11-
"answer": "To keep track of the total supply of NFTs "
12+
"answer": "",
13+
"correct": true
1214
},
1315
{
14-
"answer": "To inherit the properties of ERC721 into the ProjectNFT contract ",
15-
"correct": true
16+
"answer": ""
17+
},
18+
{
19+
"answer": ""
1620
}
1721
]
1822
}
Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
11
{
2-
"question": "What does the totalSupply variable do?",
2+
"question": "",
33
"options": [
44
{
5-
"answer": "Tells us we can't mint any more NFTs"
5+
"answer": "",
6+
"correct": true
7+
},
8+
{
9+
"answer": ""
610
},
711
{
8-
"answer": "Stores the current number of minted NFTs",
12+
"answer": "",
913
"correct": true
1014
},
1115
{
12-
"answer": "Identifies each new NFT created"
16+
"answer": ""
1317
},
1418
{
15-
"answer": "It keeps track of the number of functions in the contract"
19+
"answer": ""
1620
}
1721
]
1822
}
Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,22 @@
11
{
2-
"question": "What does the constructor function do in the contract? ",
2+
"question": "",
33
"options": [
44
{
5-
"answer": "Defines the copyright license "
5+
"answer": "",
6+
"correct": true
67
},
78
{
8-
"answer": "Declares the version of Solidity being used"
9+
"answer": ""
910
},
1011
{
11-
"answer": "Assigns a name and symbol to the NFT being created",
12+
"answer": "",
1213
"correct": true
14+
},
15+
{
16+
"answer": ""
17+
},
18+
{
19+
"answer": ""
1320
}
1421
]
1522
}
Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,22 @@
11
{
2-
"question": "Open Zeppelin contracts have evolved over time by.....",
2+
"question": "",
33
"options": [
44
{
5-
"answer": "becoming more basic and focused on specific functionalities"
5+
"answer": "",
6+
"correct": true
67
},
78
{
8-
"answer": "becoming less modular"
9+
"answer": ""
910
},
1011
{
11-
"answer": "opening up more possibilities and become richer in functionality",
12+
"answer": "",
1213
"correct": true
14+
},
15+
{
16+
"answer": ""
17+
},
18+
{
19+
"answer": ""
1320
}
1421
]
1522
}
Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,22 @@
11
{
2-
"question": "ETH is an ERC token",
2+
"question": "",
33
"options": [
44
{
5-
"answer": "True"
5+
"answer": "",
6+
"correct": true
7+
},
8+
{
9+
"answer": ""
610
},
711
{
8-
"answer": "False",
12+
"answer": "",
913
"correct": true
14+
},
15+
{
16+
"answer": ""
17+
},
18+
{
19+
"answer": ""
1020
}
1121
]
1222
}

0 commit comments

Comments
 (0)