forked from bradygmsft/TriviaR
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathquestions.json
More file actions
38 lines (38 loc) · 827 Bytes
/
questions.json
File metadata and controls
38 lines (38 loc) · 827 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[
{
"id": 1,
"text": "What color is the Dotnet-bot's belt?",
"answers": [
"Purple",
"Pink",
"White",
"Dotnet-bot doesn't wear a belt",
"Dotnet-bot has a belt with all those colors but doesn't wear it all the time"
],
"correctAnswerIndex": 4
},
{
"id": 2,
"text": "How many contributions outside Microsoft have been made to .NET Foundation open source projects like .NET Core?",
"answers": [
"1,000",
"5,000",
"10,000",
"15,000",
"Over 25,000"
],
"correctAnswerIndex": 4
},
{
"id": 3,
"text": "What year did ECMA-335 first become a standard?",
"answers": [
"1998",
"2001",
"2008",
"2012",
"2014"
],
"correctAnswerIndex": 1
}
]