-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
42 lines (42 loc) · 1.9 KB
/
db.json
File metadata and controls
42 lines (42 loc) · 1.9 KB
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
39
40
41
42
{
"Token":{"auth_token": "test_token_124935jnl45n14l"},
"Profile":
{
"user": 2,
"bio": "",
"current_game": 0,
"location": "",
"birth_date": null,
"score": 0,
"rank": "none"
}
,
"Leaderboard":
[
{"username": "jessica", "id": "2", "score": "100", "rank": "Superstar"},
{"username": "larry", "id": "10", "score": "80", "rank": "Knight"},
{"username": "biguser120", "id": "20", "score": "79", "rank": "King"},
{"username": "thatguy102", "id": "30", "score": "78", "rank": "Lord"},
{"username": "haha", "id": "22", "score": "69", "rank": "Lady"},
{"username": "leaderboardtest", "id": "23", "score": "66", "rank": "none"},
{"username": "youalreadyknow", "id": "25", "score": "67", "rank": "Squire"},
{"username": "whatitdo", "id": "200", "score": "20", "rank": "Apprentice"}
],
"Trivia":
{"id": "1",
"joinable": "True",
"created": "YYYY-MM-DD",
"title": "Larrys' playground!",
"category": "1",
"type": "1"
}
,
"Questions":
[
{"content": "What is the Heisman trophy?", "correct": "Awarded to the best college football player of the year", "incorrect": ["The best wide receiver in peewee award","The greatest coach of the decade award","The most oustanding kicker ward"]},
{"content": "What bat did Arod use to win the world series?", "correct": "A corked bat, loser", "incorrect": ["Steel wool bat","Bamboo bat","Bones from his grandmother"]},
{"content": "What is your favorite color?", "correct": "Orange", "incorrect": ["Blue","Yellow","Green"]},
{"content": "How many bases on a Baseball field?", "correct": "5", "incorrect": ["2","1","100"]},
{"content": "How did the Houston Astros cheat?", "correct": "Banging in the dugout to signal pitches", "incorrect": ["Paid for hookers to subdue the teams before playing them","Slipped sleeping pills in the opponents water jugs","Paid off the Mafia"]}
]
}