Skip to content

Commit abefc15

Browse files
committed
feat: moved questions folder inside src
1 parent e44240d commit abefc15

File tree

16 files changed

+235
-0
lines changed

16 files changed

+235
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"question": "TODO",
3+
"options": [
4+
{
5+
"answer": "True"
6+
},
7+
{
8+
"answer": "False",
9+
"correct": true
10+
}
11+
]
12+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"question": "TODO",
3+
"options": [
4+
{
5+
"answer": "True"
6+
},
7+
{
8+
"answer": "False",
9+
"correct": true
10+
}
11+
]
12+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"question": "TODO",
3+
"options": [
4+
{
5+
"answer": "True"
6+
},
7+
{
8+
"answer": "False",
9+
"correct": true
10+
}
11+
]
12+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"question": "TODO",
3+
"options": [
4+
{
5+
"answer": "True"
6+
},
7+
{
8+
"answer": "False",
9+
"correct": true
10+
}
11+
]
12+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"question": "TODO",
3+
"options": [
4+
{
5+
"answer": "True"
6+
},
7+
{
8+
"answer": "False",
9+
"correct": true
10+
}
11+
]
12+
}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"question": "What is a blockchain?",
3+
"options": [
4+
{
5+
"answer": "A fast food restaurant concept"
6+
},
7+
{
8+
"answer": "A data structure that is a linked list of blocks",
9+
"correct": true
10+
},
11+
{
12+
"answer": "A type of cryptocurrency"
13+
}
14+
]
15+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"question": "What is in a block?",
3+
"options": [
4+
{
5+
"answer": "The email address of the block creator"
6+
},
7+
{
8+
"answer": "Data about the transactions in that block",
9+
"correct": true
10+
},
11+
{
12+
"answer": "A reference to the previous block",
13+
"correct": true
14+
}
15+
]
16+
}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"question": "What is novel about blockchains?",
3+
"options": [
4+
{
5+
"answer": "They can be governed without a central authority.",
6+
"correct": true
7+
},
8+
{
9+
"answer": "They store data more efficiently than a database."
10+
},
11+
{
12+
"answer": "Transaction throughput is unrivaled."
13+
}
14+
]
15+
}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"question": "What happens when you send a transaction?",
3+
"options": [
4+
{
5+
"answer": "Somewhere, a banker sneezes."
6+
},
7+
{
8+
"answer": "The transaction is pending until it gets included in a block.",
9+
"correct": true
10+
},
11+
{
12+
"answer": "The master node includes the transaction in the next block in the order it was received."
13+
}
14+
]
15+
}
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"question": "The native currency of Ethereum is called:",
3+
"options": [
4+
{
5+
"answer": "Ethereum"
6+
},
7+
{
8+
"answer": "Bitcoin"
9+
},
10+
{
11+
"answer": "ether",
12+
"correct": true
13+
},
14+
{
15+
"answer": "frogcoin"
16+
}
17+
]
18+
}

0 commit comments

Comments
 (0)