-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdump.sql
More file actions
177 lines (154 loc) · 154 KB
/
dump.sql
File metadata and controls
177 lines (154 loc) · 154 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
-- MySQL dump 10.13 Distrib 8.0.32, for Linux (x86_64)
--
-- Host: localhost Database: quizztopia_dev_db
-- ------------------------------------------------------
-- Server version 8.0.32-0ubuntu0.22.10.2
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!50503 SET NAMES utf8mb4 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Table structure for table `categories`
--
DROP TABLE IF EXISTS `categories`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `categories` (
`id` varchar(60) NOT NULL,
`created_at` datetime NOT NULL,
`updated_at` datetime DEFAULT NULL,
`name` varchar(62) NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `categories`
--
LOCK TABLES `categories` WRITE;
/*!40000 ALTER TABLE `categories` DISABLE KEYS */;
INSERT INTO `categories` VALUES ('142be3c1-b97a-44cf-85b2-db84d143ce7b','2023-02-21 14:20:42','2023-02-21 14:20:42','Geography'),('1e7a6b0a-0ff4-4c89-83d5-e8c5e10b107f','2023-02-21 14:20:41','2023-02-21 14:20:41','Entertainment: Television'),('29755a13-1869-46b2-8613-500b270d88f1','2023-02-21 14:20:40','2023-02-21 14:20:40','Entertainment: Film'),('2f727d07-8701-4579-a8bc-4167ff781d48','2023-02-21 14:20:44','2023-02-21 14:20:44','Vehicles'),('371de1a0-12fa-44d9-ace3-590db73fee5c','2023-02-21 14:20:39','2023-02-21 14:20:39','Celebrities'),('3915ce2c-a3a8-48b1-9e04-36937f2300ce','2023-02-21 14:20:41','2023-02-21 14:20:41','Entertainment: Video Games'),('3d9453a8-915e-4431-b176-4aa72db9e960','2023-02-21 14:20:44','2023-02-21 14:20:44','Science: Gadgets'),('519862d7-fc17-455c-9beb-c7ec3d4087e0','2023-02-21 14:20:43','2023-02-21 14:20:43','Mythology'),('6e08de4e-34cc-4ff6-bc10-20497c296c3d','2023-02-21 14:20:41','2023-02-21 14:20:41','Entertainment: Musicals & Theatres'),('8d1e3415-9b01-4903-9b1c-62f95229bc19','2023-02-21 14:20:39','2023-02-21 14:20:39','Entertainment: Comics'),('9ae7082b-cdd8-489f-8772-fb7673e402a4','2023-02-21 14:20:39','2023-02-21 14:20:39','Entertainment: Board Games'),('a1341207-7849-490c-8acb-88c79fcf76a9','2023-02-21 14:20:37','2023-02-21 14:20:37','Animals'),('a1aae4ad-8454-4362-886f-c7bc9d2bcff8','2023-02-21 14:20:41','2023-02-21 14:20:41','General Knowledge'),('a1ab1e28-9c0b-4222-869c-eb3d47504d72','2023-02-21 14:20:43','2023-02-21 14:20:43','Science: Computers'),('a8754cc3-b470-44da-8d99-cef167fc264c','2023-02-21 14:20:43','2023-02-21 14:20:43','Science & Nature'),('abedc0a7-cc4f-4231-93ce-b1805eaff8bb','2023-02-21 14:20:44','2023-02-21 14:20:44','Science: Mathematics'),('ad18b285-28a7-4c23-a774-c5c883dcf5f5','2023-02-21 14:20:38','2023-02-21 14:20:38','Art'),('b15cb795-e5f9-4476-88c7-deb05f594ec2','2023-02-21 14:20:42','2023-02-21 14:20:42','History'),('bafcd46a-147e-495a-ab8c-9a1ac8967408','2023-02-21 14:20:39','2023-02-21 14:20:39','Entertainment: Books'),('c81b5ff1-9067-4ba7-aeef-bad32b93f65f','2023-02-21 14:20:41','2023-02-21 14:20:41','Entertainment: Japanese Anime & Manga'),('e1829030-ada6-49a9-9d24-70996dd17995','2023-02-21 14:20:39','2023-02-21 14:20:39','Entertainment: Cartoon & Animations'),('e530a152-cfb5-49ea-b1b9-af3357420b5f','2023-02-21 14:20:43','2023-02-21 14:20:43','Politics'),('f0fce4f3-66a5-48c5-aff3-f4406cd2edd6','2023-02-21 14:20:41','2023-02-21 14:20:41','Entertainment: Music'),('f7aec0de-66fa-4c7e-bb76-159979e02dee','2023-02-21 14:20:44','2023-02-21 14:20:44','Sports');
/*!40000 ALTER TABLE `categories` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `questions`
--
DROP TABLE IF EXISTS `questions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `questions` (
`id` varchar(60) NOT NULL,
`created_at` datetime NOT NULL,
`updated_at` datetime DEFAULT NULL,
`question` varchar(1025) NOT NULL,
`answers` json NOT NULL,
`correct_answer` varchar(1025) NOT NULL,
`type` varchar(62) DEFAULT NULL,
`difficulty` varchar(62) DEFAULT NULL,
`reviewed` tinyint(1) DEFAULT NULL,
`category_id` varchar(60) NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `id` (`id`),
KEY `category_id` (`category_id`),
CONSTRAINT `questions_ibfk_1` FOREIGN KEY (`category_id`) REFERENCES `categories` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `questions`
--
LOCK TABLES `questions` WRITE;
/*!40000 ALTER TABLE `questions` DISABLE KEYS */;
INSERT INTO `questions` VALUES ('00235f73-e6c1-4c92-80da-d710f75902c3','2023-02-21 20:00:47','2023-02-21 20:00:47','Which 'Family Guy' character got his own spin-off show in 2009?','[\"Glenn Quagmire\", \"Joe Swanson\", \"The Greased-up Deaf Guy\", \"Cleveland Brown\"]','Cleveland Brown','multiple','easy',0,'e1829030-ada6-49a9-9d24-70996dd17995'),('00627679-fcad-4bd7-b2e9-ad92f3171a85','2023-02-21 20:00:31','2023-02-21 20:00:31','Which singer provided the voice of Metroid's Mother Brain in the animated series "Captain N: The Game Master"?','[\"Freddie Mercury\", \"Janet Jackson\", \"Joan Jett\", \"Levi Stubbs\"]','Levi Stubbs','multiple','medium',0,'e1829030-ada6-49a9-9d24-70996dd17995'),('0068ae5c-a51d-40de-8a61-5c9fd107b613','2023-02-21 20:00:43','2023-02-21 20:00:43','"Sonic the Hedgehog 2" originally was going to have a time travel system.','[\"False\", \"True\"]','True','boolean','easy',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('01366a37-35bd-40c4-836e-951cbe8782f7','2023-02-21 19:59:50','2023-02-21 19:59:50','In "Call Of Duty: Zombies", which weapon does NOT deal any damage?','[\"Sliquifier\", \"V-R11\", \"Wunderwaffe DG-2\", \"31-79 JGb215\"]','31-79 JGb215','multiple','hard',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('02c89be0-b1c0-42d9-a9d7-11c823fe411f','2023-02-21 19:59:06','2023-02-21 19:59:06','Who's the creator of Geometry Dash?','[\"Scott Cawthon\", \"Adam Engels\", \"Andrew Spinks\", \"Robert Topala\"]','Robert Topala','multiple','medium',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('02d844c9-33df-49ea-9f9d-d919c27ff55b','2023-02-21 19:58:56','2023-02-21 19:58:56','Jaguar Cars was previously owned by which car manfacturer?','[\"Chrysler\", \"General Motors\", \"Fiat\", \"Ford\"]','Ford','multiple','easy',0,'2f727d07-8701-4579-a8bc-4167ff781d48'),('03177003-701e-4bc3-aa5c-e083747ec42e','2023-02-21 20:01:27','2023-02-21 20:01:27','The stuffed tiger in Calvin and Hobbes is named after what philosopher?','[\"David Hobbes\", \"John Hobbes\", \"Nathaniel Hobbes\", \"Thomas Hobbes\"]','Thomas Hobbes','multiple','medium',0,'8d1e3415-9b01-4903-9b1c-62f95229bc19'),('03754dc6-11e9-4a4b-8788-91a56a48d7ca','2023-02-21 19:59:21','2023-02-21 19:59:21','Who is the main heroine of the anime, Full Metal Panic!','[\"Teletha Testarossa\", \"Melissa Mao\", \"Kyoko Tokiwa\", \"Kaname Chidori\"]','Kaname Chidori','multiple','easy',0,'c81b5ff1-9067-4ba7-aeef-bad32b93f65f'),('04d40bc4-3c6f-4885-aadb-84f2aefc2e5f','2023-02-21 20:01:05','2023-02-21 20:01:05','The Rio 2016 Summer Olympics held it's closing ceremony on what date?','[\"August 23\", \"August 19\", \"August 17\", \"August 21\"]','August 21','multiple','easy',0,'f7aec0de-66fa-4c7e-bb76-159979e02dee'),('06cbf43d-aa3a-4dd6-861e-f3ff983667e2','2023-02-21 19:59:04','2023-02-21 19:59:04','Which of these plays was famously first performed posthumously after the playwright committed suicide?','[\"Hamilton\", \"Much Ado About Nothing\", \"The Birthday Party\", \"4.48 Psychosis\"]','4.48 Psychosis','multiple','hard',0,'6e08de4e-34cc-4ff6-bc10-20497c296c3d'),('06fbfea1-8bdf-46dd-b189-228b178c92d9','2023-02-21 19:59:42','2023-02-21 19:59:42','Which of his six wives was Henry VIII married to the longest?','[\"Anne Boleyn\", \"Jane Seymour\", \"Catherine Parr\", \"Catherine of Aragon\"]','Catherine of Aragon','multiple','medium',0,'b15cb795-e5f9-4476-88c7-deb05f594ec2'),('072afb0f-096e-4209-a1c1-08cbe405daf4','2023-02-21 20:01:04','2023-02-21 20:01:04','One of the deadliest pandemics, the "Spanish Flu", killed off what percentage of the human world population at the time?','[\"6 to 10 percent\", \"1 to 3 percent\", \"less than 1 percent\", \"3 to 6 percent\"]','3 to 6 percent','multiple','medium',0,'b15cb795-e5f9-4476-88c7-deb05f594ec2'),('08edf195-fedd-4f21-8cf7-0e507ca6fe53','2023-02-21 20:00:02','2023-02-21 20:00:02','Which Apollo mission was the last one in NASA's Apollo program?','[\"Apollo 13\", \"Apollo 11\", \"Apollo 15\", \"Apollo 17\"]','Apollo 17','multiple','medium',0,'b15cb795-e5f9-4476-88c7-deb05f594ec2'),('098ce6ff-ff28-44fd-918d-a076dc97c80e','2023-02-21 20:00:54','2023-02-21 20:00:54','In "The Amazing World of Gumball", who is the principal of Elmore Junior High?','[\"Principal Small\", \"Principal Brawn\", \"Principal Simeon\", \"Principal Brown\"]','Principal Brown','multiple','medium',0,'e1829030-ada6-49a9-9d24-70996dd17995'),('09f725a7-e697-4286-8a46-8c92687e0209','2023-02-21 20:00:37','2023-02-21 20:00:37','St. Louis is the capital of the US State Missouri.','[\"True\", \"False\"]','False','boolean','easy',0,'142be3c1-b97a-44cf-85b2-db84d143ce7b'),('0b1618e1-bf3f-4caf-856f-c3a9205aae87','2023-02-21 19:59:05','2023-02-21 19:59:05','YouTube personality Jenna Marbles served as an executive producer of the film Maximum Ride (2016).','[\"False\", \"True\"]','True','boolean','hard',0,'29755a13-1869-46b2-8613-500b270d88f1'),('0b32bfb1-b418-48ab-acf9-70b9071b6f1c','2023-02-21 19:59:18','2023-02-21 19:59:18','Which team won the "Tom Clancy's Rainbow Six Siege" Invitational Event February 2017 in the PC Category?','[\"GIFU\", \"Santos Dexterity\", \"eRa Eternity\", \"Continuum\"]','Continuum','multiple','hard',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('0b710c6b-dfbc-40a7-93e8-b084395976f1','2023-02-21 20:00:28','2023-02-21 20:00:28','Which school in Surrey, England did Steve Backshall attend?','[\"Tomlinscote School\", \"Kings International College\", \"Lyndhurst School\", \"Collingwood College\"]','Collingwood College','multiple','hard',0,'371de1a0-12fa-44d9-ace3-590db73fee5c'),('0bffd603-d298-40fc-8100-37a89a143347','2023-02-21 19:59:36','2023-02-21 19:59:36','The weapon Clint Eastwood uses in "Dirty Harry" was a .44 Automag.','[\"True\", \"False\"]','False','boolean','hard',0,'29755a13-1869-46b2-8613-500b270d88f1'),('0ca1dbf1-d3dd-4cf6-a8b2-67401a256348','2023-02-21 19:58:56','2023-02-21 19:58:56','Which of the following ancient peoples was NOT classified as Hellenic (Greek)?','[\"Dorians\", \"Achaeans\", \"Ionians\", \"Illyrians\"]','Illyrians','multiple','easy',0,'b15cb795-e5f9-4476-88c7-deb05f594ec2'),('0f6fa61c-c8d5-43bd-bf88-00d3b14f6a1b','2023-02-21 19:59:32','2023-02-21 19:59:32','In standard Monopoly, what's the rent if you land on Park Place with no houses?','[\"$30\", \"$50\", \"$45\", \"$35\"]','$35','multiple','hard',0,'9ae7082b-cdd8-489f-8772-fb7673e402a4'),('0fac145c-75ed-470e-8853-1a1f348438d3','2023-02-21 19:59:51','2023-02-21 19:59:51','In the beginning of the game "Sonic Adventure", what color Chaos Emerald does Tails own?','[\"Red\", \"Green\", \"Blue\", \"Purple\"]','Purple','multiple','medium',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('0ff5cd4f-ace7-478d-820b-65d06306010b','2023-02-21 20:00:37','2023-02-21 20:00:37','Which of the following is the standard THX subwoofer crossover frequency?','[\"70 Hz\", \"90 Hz\", \"100 Hz\", \"80 Hz\"]','80 Hz','multiple','hard',0,'3d9453a8-915e-4431-b176-4aa72db9e960'),('10d19f0a-6d89-4c05-b82b-68441436155a','2023-02-21 20:00:16','2023-02-21 20:00:16','FLAC stands for "Free Lossless Audio Condenser"'','[\"True\", \"False\"]','False','boolean','medium',0,'a1ab1e28-9c0b-4222-869c-eb3d47504d72'),('1272d51a-62ac-445d-8933-696b4bc4bcf5','2023-02-21 20:00:16','2023-02-21 20:00:16','During WWII, in 1945, the United States dropped atomic bombs on the two Japanese cities of Hiroshima and what other city?','[\"Kawasaki\", \"Tokyo\", \"Kagoshima\", \"Nagasaki\"]','Nagasaki','multiple','easy',0,'b15cb795-e5f9-4476-88c7-deb05f594ec2'),('12b24cd4-33ab-4a17-a737-504b42e2965b','2023-02-21 19:59:42','2023-02-21 19:59:42','Which of these features was added in the 1994 game "Heretic" that the original "DOOM" could not add due to limitations?','[\"Increased room sizes\", \"Unlimited weapons\", \"Highly-detailed textures\", \"Looking up and down\"]','Looking up and down','multiple','medium',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('12b31d63-90ac-489d-bd03-d0adc0a2f714','2023-02-21 19:59:10','2023-02-21 19:59:10','Which anime heavily features music from the genre "Eurobeat"?','[\"Wangan Midnight\", \"Kino no Tabi\", \"Cowboy Bebop\", \"Initial D\"]','Initial D','multiple','easy',0,'c81b5ff1-9067-4ba7-aeef-bad32b93f65f'),('12dffe25-bd55-4a33-b4d0-074247b2e7f4','2023-02-21 20:01:31','2023-02-21 20:01:31','In The Lies Of Locke Lamora, what does "Lamora" mean in Throne Therin?','[\"Thievery\", \"Justice\", \"Chaos\", \"Shadow\"]','Shadow','multiple','hard',0,'bafcd46a-147e-495a-ab8c-9a1ac8967408'),('1365cd47-b2bd-4f31-a25d-6ca9b48d1ef0','2023-02-21 19:59:59','2023-02-21 19:59:59','FLAC stands for "Free Lossless Audio Condenser"'','[\"True\", \"False\"]','False','boolean','medium',0,'a1ab1e28-9c0b-4222-869c-eb3d47504d72'),('137519f2-e9e7-4828-8ec8-0d62f6e627ee','2023-02-21 19:59:20','2023-02-21 19:59:20','Which of these characters is NOT a boss in Crash Bash?','[\"Papu Papu\", \"Komodo brothers\", \"Nitros Oxide\", \"Ripper Roo\"]','Ripper Roo','multiple','medium',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('13b9f8e9-2937-470b-ab73-842eaa2aa0c6','2023-02-21 20:00:53','2023-02-21 20:00:53','What city is known as the Rose Capital of the World?','[\"San Diego, California\", \"Miami, Florida\", \"Anaheim, California\", \"Tyler, Texas\"]','Tyler, Texas','multiple','hard',0,'142be3c1-b97a-44cf-85b2-db84d143ce7b'),('174f0274-e163-421a-b68f-27cbbfbc2d3c','2023-02-21 20:01:08','2023-02-21 20:01:08','What is the name of the Canadian national anthem?','[\"O Red Maple\", \"Leaf-Spangled Banner\", \"March of the Puck Drop\", \"O Canada\"]','O Canada','multiple','hard',0,'142be3c1-b97a-44cf-85b2-db84d143ce7b'),('17b3bb69-1557-456d-a193-a5e4429352ad','2023-02-21 20:00:10','2023-02-21 20:00:10','What episode of "Mr. Bean" saw him trying to prevent people from seeing him naked?','[\"Mr. Bean Goes to Town\", \"The Trouble with Mr. Bean\", \"Back to School Mr. Bean\", \"Mr. Bean in Room 426\"]','Mr. Bean in Room 426','multiple','medium',0,'1e7a6b0a-0ff4-4c89-83d5-e8c5e10b107f'),('17e5a976-716b-4382-b6d6-6145c37a544e','2023-02-21 20:01:23','2023-02-21 20:01:23','How many playable characters are there in Super Smash Bros. for Nintendo 3DS and Wii U?','[\"48\", \"51\", \"55\", \"58\"]','58','multiple','hard',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('186509cf-0a91-47ed-83e6-c4464b8ce457','2023-02-21 20:00:04','2023-02-21 20:00:04','Who voice acted the character Hiccup in the movie "How to Train Your Dragon"?','[\"Jack Brauchel\", \"John Powell\", \"Gerard Butler\", \"Jay Baruchel\"]','Jay Baruchel','multiple','hard',0,'e1829030-ada6-49a9-9d24-70996dd17995'),('18ec3390-9d33-4ad1-9b4b-7325e1e6ab7a','2023-02-21 20:01:03','2023-02-21 20:01:03','Who was the Roman god of fire?','[\"Apollo\", \"Jupiter\", \"Mercury\", \"Vulcan\"]','Vulcan','multiple','medium',0,'519862d7-fc17-455c-9beb-c7ec3d4087e0'),('18ee66a9-423e-458d-bfbd-733f45ef6371','2023-02-21 20:00:14','2023-02-21 20:00:14','In the survival horror game, "Cry of Fear," what was the name of Simon's close friend/potential love interest?','[\"Olivia\", \"Jessica\", \"Alice\", \"Sophie\"]','Sophie','multiple','easy',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('191f0c0b-1364-4d5a-906d-94d335551702','2023-02-21 20:00:01','2023-02-21 20:00:01','"Half-Life 2" runs on the Source Engine.','[\"False\", \"True\"]','True','boolean','easy',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('19e7dd7d-b766-4c30-abd8-9778afb42572','2023-02-21 20:01:18','2023-02-21 20:01:18','Soccer player Cristiano Ronaldo opened a museum dedicated to himself.','[\"False\", \"True\"]','True','boolean','medium',0,'f7aec0de-66fa-4c7e-bb76-159979e02dee'),('1a36dbd8-7c9d-4173-a4bb-84975c6acc77','2023-02-21 19:59:38','2023-02-21 19:59:38','Which countries participated in the Lobster War?','[\"Canada and Norway\", \"Australia and New Zealand\", \"United States and England\", \"France and Brazil\"]','France and Brazil','multiple','hard',0,'b15cb795-e5f9-4476-88c7-deb05f594ec2'),('1a421a95-57cc-4213-8c37-5e133d242cf9','2023-02-21 20:00:33','2023-02-21 20:00:33','Which of these is NOT a main playable character in "Grand Theft Auto V"?','[\"Trevor\", \"Michael\", \"Franklin\", \"Lamar\"]','Lamar','multiple','easy',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('1a9ec41e-2a35-4ae6-a75e-fc3bd0e83ee3','2023-02-21 19:59:37','2023-02-21 19:59:37','How old was Adolf Hitler when he died?','[\"43\", \"65\", \"47\", \"56\"]','56','multiple','easy',0,'b15cb795-e5f9-4476-88c7-deb05f594ec2'),('1b2062ad-1c37-4729-a816-37626e49b384','2023-02-21 20:01:15','2023-02-21 20:01:15','In the Marvel Universe, the planet of Svartalfheim is home to what race?','[\"Frost Giants\", \"Kronans\", \"Skrulls\", \"Dark Elves\"]','Dark Elves','multiple','hard',0,'8d1e3415-9b01-4903-9b1c-62f95229bc19'),('1b2bf288-d6c7-4afa-81d6-82d59774b9b6','2023-02-21 19:59:15','2023-02-21 19:59:15','According to the United States' CDC, one in how many Americans die annually due to smoking?','[\"Twenty\", \"Ten\", \"One hundred\", \"Five\"]','Five','multiple','medium',0,'a1aae4ad-8454-4362-886f-c7bc9d2bcff8'),('1b3496b8-2e65-4b12-9f45-64ac8e2379f1','2023-02-21 20:01:31','2023-02-21 20:01:31','Who was the top scorer of the 2014 FIFA World Cup?','[\"Thomas Müller\", \"Lionel Messi\", \"Neymar\", \"James Rodríguez\"]','James Rodríguez','multiple','medium',0,'f7aec0de-66fa-4c7e-bb76-159979e02dee'),('1b466234-ed5e-476a-9357-99a53ee015a2','2023-02-21 20:00:41','2023-02-21 20:00:41','How many members are in the Japanese rock band SCANDAL?','[\"5\", \"2\", \"18\", \"4\"]','4','multiple','medium',0,'f0fce4f3-66a5-48c5-aff3-f4406cd2edd6'),('1bb6b05a-715f-4abc-b476-64c0c5e31155','2023-02-21 19:59:39','2023-02-21 19:59:39','Who assassinated Archduke Franz Ferdinand?','[\"Nedeljko Čabrinović\", \"Oskar Potiorek\", \"Ferdinand Cohen-Blind\", \"Gavrilo Princip\"]','Gavrilo Princip','multiple','medium',0,'b15cb795-e5f9-4476-88c7-deb05f594ec2'),('1cb1063a-262b-43fa-bf2e-e183c7e694fc','2023-02-21 20:01:24','2023-02-21 20:01:24','Which of the following names is the "Mega Man" Franchise known as in Japan?','[\"Paperman\", \"Scissorsman\", \"Mega Man\", \"Rockman\"]','Rockman','multiple','easy',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('1cd32691-cf4a-44d1-a43a-d8f020a34335','2023-02-21 19:59:32','2023-02-21 19:59:32','What year did the anime "Himouto! Umaru-chan" air?','[\"2014\", \"2012\", \"2013\", \"2015\"]','2015','multiple','medium',0,'c81b5ff1-9067-4ba7-aeef-bad32b93f65f'),('1d1487aa-f2f3-4583-a052-d3e626fb0c42','2023-02-21 20:00:47','2023-02-21 20:00:47','Butters Stotch, Pip Pirrup, and Wendy Testaburger are all characters in which long running animated TV series?','[\"The Simpsons\", \"Family Guy\", \"Bob's Burgers\", \"South Park\"]','South Park','multiple','easy',0,'e1829030-ada6-49a9-9d24-70996dd17995'),('1d72dec2-e812-41b6-8702-0d033d962679','2023-02-21 20:01:29','2023-02-21 20:01:29','"The Simpsons" family is named after creator Matt Groening's real family.','[\"False\", \"True\"]','True','boolean','easy',0,'1e7a6b0a-0ff4-4c89-83d5-e8c5e10b107f'),('1dcb9334-10f1-4c94-a683-771bb218a913','2023-02-21 20:00:23','2023-02-21 20:00:23','Which figure from Greek mythology traveled to the underworld to return his wife Eurydice to the land of the living?','[\"Hercules\", \"Perseus\", \"Daedalus\", \"Orpheus\"]','Orpheus','multiple','easy',0,'519862d7-fc17-455c-9beb-c7ec3d4087e0'),('1e11c7f7-a5f1-48fd-8ccc-431823db914b','2023-02-21 19:59:13','2023-02-21 19:59:13','What polymer is used to make CDs, safety goggles and riot shields?','[\"Rubber\", \"Nylon\", \"Bakelite\", \"Polycarbonate\"]','Polycarbonate','multiple','medium',0,'a8754cc3-b470-44da-8d99-cef167fc264c'),('1ec6406c-4a78-4043-9778-a966c34d7793','2023-02-21 19:59:18','2023-02-21 19:59:18','How much weight did Chris Pratt lose for his role as Star-Lord in "Guardians of the Galaxy"?','[\"30 lbs\", \"50 lbs\", \"70 lbs\", \"60 lbs\"]','60 lbs','multiple','medium',0,'371de1a0-12fa-44d9-ace3-590db73fee5c'),('1f078181-0cde-474b-99fb-3d9ffcd52fd2','2023-02-21 19:59:44','2023-02-21 19:59:44','It is automatically considered entrapment in the United States if the police sell you illegal substances without revealing themselves.','[\"True\", \"False\"]','False','boolean','easy',0,'a1aae4ad-8454-4362-886f-c7bc9d2bcff8'),('1f327803-df57-4ee2-ac56-13c7b8f0d88e','2023-02-21 19:58:56','2023-02-21 19:58:56','The 2010 film "The Social Network" is a biographical drama film about MySpace founder Tom Anderson.','[\"True\", \"False\"]','False','boolean','easy',0,'29755a13-1869-46b2-8613-500b270d88f1'),('1fd545ce-992c-47ca-bb26-478a23e21914','2023-02-21 19:59:35','2023-02-21 19:59:35','In Rugby League, performing a "40-20" is punished by a free kick for the opposing team.','[\"True\", \"False\"]','False','boolean','easy',0,'f7aec0de-66fa-4c7e-bb76-159979e02dee'),('2016c631-9d6e-48a6-82de-01657732a4cd','2023-02-21 20:00:19','2023-02-21 20:00:19','The series of the Intel HD graphics generation succeeding that of the 5000 and 6000 series (Broadwell) is called:','[\"HD Graphics 700 \", \"HD Graphics 600\", \"HD Graphics 7000\", \"HD Graphics 500\"]','HD Graphics 500','multiple','easy',0,'a1ab1e28-9c0b-4222-869c-eb3d47504d72'),('203823d1-f17e-4a2a-86a8-d541a95ca060','2023-02-21 20:00:21','2023-02-21 20:00:21','What year is on the flag of the US state Wisconsin?','[\"1634\", \"1783\", \"1901\", \"1848\"]','1848','multiple','hard',0,'142be3c1-b97a-44cf-85b2-db84d143ce7b'),('2041074e-e8b6-4c27-add7-57b5bdc5dcef','2023-02-21 20:01:00','2023-02-21 20:01:00','What vehicle in PUBG has the highest top speed?','[\"PG-117\", \"Dacia\", \"Buggy\", \"Motorcycle\"]','Motorcycle','multiple','easy',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('207f2bf7-31c2-4ea4-8884-09ea43003b6c','2023-02-21 19:59:54','2023-02-21 19:59:54','Deionized water is water with which of the following removed?','[\"Oxygen\", \"Hydrogen\", \"Uncharged atoms\", \"Iron\"]','Iron','multiple','medium',0,'a8754cc3-b470-44da-8d99-cef167fc264c'),('2092f854-5ddd-4538-810d-acd865627d3f','2023-02-21 20:00:31','2023-02-21 20:00:31','Franz Joseph I was the last emperor of Austria.','[\"True\", \"False\"]','False','boolean','medium',0,'b15cb795-e5f9-4476-88c7-deb05f594ec2'),('2093e511-38ef-472d-8788-2715a7e21867','2023-02-21 19:59:49','2023-02-21 19:59:49','.rs is the top-level domain for what country?','[\"Romania\", \"Russia\", \"Rwanda\", \"Serbia\"]','Serbia','multiple','medium',0,'a1ab1e28-9c0b-4222-869c-eb3d47504d72'),('20c46127-6176-411d-beed-aac8dec564c4','2023-02-21 19:59:56','2023-02-21 19:59:56','In the Mario series, which game introduced Mario's Backflip ability?','[\"Super Mario 64\", \"Super Mario 3D Land\", \"Super Mario Galaxy\", \"Donkey Kong (Gameboy)\"]','Donkey Kong (Gameboy)','multiple','medium',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('21340b6d-4a21-45a3-8043-00b9aea9137c','2023-02-21 20:01:28','2023-02-21 20:01:28','Jeb Bush was elected as Governor of Florida in 2002, starting his political career.','[\"True\", \"False\"]','False','boolean','medium',0,'e530a152-cfb5-49ea-b1b9-af3357420b5f'),('216e1833-9d94-4335-bebd-5fca66238226','2023-02-21 19:59:00','2023-02-21 19:59:00','Liechtenstein does not have an airport.','[\"False\", \"True\"]','True','boolean','medium',0,'142be3c1-b97a-44cf-85b2-db84d143ce7b'),('21937371-8c06-4b53-b3ef-efa98c154973','2023-02-21 20:00:39','2023-02-21 20:00:39','Which operating system was released first?','[\"Windows\", \"Linux\", \"OS/2\", \"Mac OS\"]','Mac OS','multiple','medium',0,'a1ab1e28-9c0b-4222-869c-eb3d47504d72'),('221e3e63-fe12-4d97-acc8-f2ed33aa9b80','2023-02-21 19:59:00','2023-02-21 19:59:00','The towns of Brugelette, Arlon and Ath are located in which country?','[\"Andorra\", \"France\", \"Luxembourg\", \"Belgium\"]','Belgium','multiple','medium',0,'142be3c1-b97a-44cf-85b2-db84d143ce7b'),('2255b091-b262-407e-bc5f-c3115526394d','2023-02-21 20:01:01','2023-02-21 20:01:01','Which soccer player is featured on the cover of EA Sport's FIFA 18?','[\"Lionel Messi\", \"Neymar\", \"Harry Kane\", \"Cristiano Ronaldo\"]','Cristiano Ronaldo','multiple','medium',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('232b5b48-9972-4097-a652-a872977665a6','2023-02-21 20:00:14','2023-02-21 20:00:14','The protagonist's names in 'Who's Afraid of Virginia Woolf', George and Martha, were derived from George Washington and his wife.','[\"False\", \"True\"]','True','boolean','hard',0,'6e08de4e-34cc-4ff6-bc10-20497c296c3d'),('23c71a5f-004b-4eb0-a945-b16b295ea08a','2023-02-21 20:00:54','2023-02-21 20:00:54','Mortal Kombat was almost based on Jean-Claude Van Damme movie.','[\"False\", \"True\"]','True','boolean','medium',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('242d38f1-b22b-4286-9918-44c3c920fb3a','2023-02-21 20:00:33','2023-02-21 20:00:33','What is the name of the capital of Turkey?','[\"Istanbul\", \"Izmir\", \"Bursa\", \"Ankara\"]','Ankara','multiple','medium',0,'142be3c1-b97a-44cf-85b2-db84d143ce7b'),('24f50fe4-5cfd-4915-80aa-903c649c2e6f','2023-02-21 20:00:51','2023-02-21 20:00:51','Which company made the Japanese RPG "Dragon Quest"?','[\"Capcom\", \"Konami\", \"Blizzard\", \"Square Enix\"]','Square Enix','multiple','medium',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('257aea38-1946-40ad-943a-99c1a8a6fa62','2023-02-21 19:59:46','2023-02-21 19:59:46','Luigi is taller than Mario?','[\"False\", \"True\"]','True','boolean','easy',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('259cf551-e659-43ef-9b07-606b94a881d5','2023-02-21 20:01:25','2023-02-21 20:01:25','When did the CD begin to appear on the consumer market?','[\"1992\", \"1972\", \"1962\", \"1982\"]','1982','multiple','easy',0,'3d9453a8-915e-4431-b176-4aa72db9e960'),('262528d1-8dfd-4a93-9c7e-bdd942de41cf','2023-02-21 20:00:42','2023-02-21 20:00:42','In "Magicka", which two elements are combined to cast the spell, "Nullify"?','[\"Lightning + Shield\", \"Lightning + Life\", \"Arcane + Life\", \"Arcane + Shield\"]','Arcane + Shield','multiple','hard',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('2654f0b5-bdc3-4ef4-93ad-3efcde5b9ad4','2023-02-21 20:00:41','2023-02-21 20:00:41','In the Pokémon series, which type is Sudowoodo, the Imitation Pokémon?','[\"Grass\", \"Bug\", \"Ground\", \"Rock\"]','Rock','multiple','medium',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('266a4b0a-d3c8-409a-883a-57e4470f0656','2023-02-21 20:01:13','2023-02-21 20:01:13','In computing, what does LAN stand for?','[\"Long Antenna Node\", \"Light Access Node\", \"Land Address Navigation\", \"Local Area Network\"]','Local Area Network','multiple','easy',0,'a1ab1e28-9c0b-4222-869c-eb3d47504d72'),('26740cc0-d012-4b2f-a63f-6c16a1d0005f','2023-02-21 20:01:07','2023-02-21 20:01:07','The United States of America declared their independence from the British Empire on July 4th, 1776.','[\"False\", \"True\"]','True','boolean','easy',0,'b15cb795-e5f9-4476-88c7-deb05f594ec2'),('280a7676-7790-45bf-bf64-f28e4d3c01e2','2023-02-21 19:58:58','2023-02-21 19:58:58','What is the atomic number of the element Strontium?','[\"73\", \"47\", \"11\", \"38\"]','38','multiple','medium',0,'a8754cc3-b470-44da-8d99-cef167fc264c'),('283f0624-b27e-450d-85f9-f3c34a363e57','2023-02-21 20:00:04','2023-02-21 20:00:04','In what year were achivements added to Steam?','[\"2008\", \"2009\", \"2006\", \"2007\"]','2007','multiple','medium',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('28654acc-61a5-4daf-a2eb-c4563b582f44','2023-02-21 20:00:09','2023-02-21 20:00:09','Helen Clark was the 37th Prime Minister of Australia.','[\"True\", \"False\"]','False','boolean','medium',0,'e530a152-cfb5-49ea-b1b9-af3357420b5f'),('28ad67ab-9b83-49cc-8599-cf049385cc8f','2023-02-21 20:01:27','2023-02-21 20:01:27','Which candy is NOT made by Mars?','[\"M&M's\", \"Twix\", \"Snickers\", \"Almond Joy\"]','Almond Joy','multiple','easy',0,'a1aae4ad-8454-4362-886f-c7bc9d2bcff8'),('28c025c7-f888-43ee-a1e7-49bac7b609c0','2023-02-21 19:59:56','2023-02-21 19:59:56','What was the name of the chemical that was dropped on Vietnam during the Vietnam war?','[\"Phosgene\", \"Mustard Gas\", \"Hydrogen Cyanide\", \"Agent Orange\"]','Agent Orange','multiple','medium',0,'b15cb795-e5f9-4476-88c7-deb05f594ec2'),('28c7fc41-58e8-43d2-a00e-9eb10ded7865','2023-02-21 19:59:25','2023-02-21 19:59:25','Who is the lead singer of the band Coldplay?','[\"Chris Isaak\", \"Chris Wallace\", \"Chris Connelly\", \"Chris Martin\"]','Chris Martin','multiple','easy',0,'f0fce4f3-66a5-48c5-aff3-f4406cd2edd6'),('29b214e7-e490-4486-a48c-390bab7aa282','2023-02-21 19:59:10','2023-02-21 19:59:10','The Kākāpō is a large, flightless, nocturnal parrot native to which country?','[\"South Africa\", \"Australia\", \"Madagascar\", \"New Zealand\"]','New Zealand','multiple','easy',0,'a1341207-7849-490c-8acb-88c79fcf76a9'),('29de9164-0b52-47b6-93ae-0ab6fbe0654f','2023-02-21 19:59:29','2023-02-21 19:59:29','What is the age of Ash Ketchum in Pokemon when he starts his journey?','[\"11\", \"12\", \"9\", \"10\"]','10','multiple','easy',0,'c81b5ff1-9067-4ba7-aeef-bad32b93f65f'),('2a8c1f0a-a670-449f-8e0c-cdf2e9eceab4','2023-02-21 20:01:14','2023-02-21 20:01:14','The Thirty Years War ended with which treaty?','[\"Treaty of Versailles\", \"Treaty of Paris\", \"Peace of Prague\", \"Peace of Westphalia\"]','Peace of Westphalia','multiple','medium',0,'b15cb795-e5f9-4476-88c7-deb05f594ec2'),('2a964fe8-071b-471e-91ab-e64b15d4b02c','2023-02-21 19:59:18','2023-02-21 19:59:18','What is the name of the "Flash" and "Arrow" spinoff featuring a team of characters that have appeared on both shows?','[\"Heroes of Tomorrow\", \"The Justice Society of America\", \"The Justice Society\", \"Legends of Tomorrow\"]','Legends of Tomorrow','multiple','medium',0,'1e7a6b0a-0ff4-4c89-83d5-e8c5e10b107f'),('2abe1f21-201c-4f34-859f-9a2c2e71bf62','2023-02-21 19:59:36','2023-02-21 19:59:36','In "A Certain Magical Index," what is Accelerator able to control?','[\"Velocity\", \"Quantums\", \"Wormholes\", \"Vectors\"]','Vectors','multiple','medium',0,'c81b5ff1-9067-4ba7-aeef-bad32b93f65f'),('2b01be11-f2ac-4278-b998-104156276e74','2023-02-21 19:58:54','2023-02-21 19:58:54','Who was the first jedi that Starkiller had to kill in Star Wars: The Force Unleashed?','[\"Ahsoka Tano\", \"Kazdan Paratus\", \"Kento Marek\", \"Rahm Kota\"]','Rahm Kota','multiple','medium',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('2b5359bf-4539-4668-be95-ef7b28e7a175','2023-02-21 19:59:47','2023-02-21 19:59:47','Which one of these rappers is NOT a member of the rap group Wu-Tang Clan?','[\"Ol' Dirty Bastard\", \"GZA\", \"Method Man\", \"Dr.Dre\"]','Dr.Dre','multiple','medium',0,'f0fce4f3-66a5-48c5-aff3-f4406cd2edd6'),('2b71ce58-3eb3-485e-8e24-538b8f7bbbe5','2023-02-21 20:00:23','2023-02-21 20:00:23','In HTML, which non-standard tag used to be be used to make elements scroll across the viewport?','[\"<scroll></scroll>\", \"<move></move>\", \"<slide></slide>\", \"<marquee></marquee>\"]','<marquee></marquee>','multiple','medium',0,'a1ab1e28-9c0b-4222-869c-eb3d47504d72'),('2bdb978f-eeb4-4c53-8cb0-03a6a8300510','2023-02-21 20:00:08','2023-02-21 20:00:08','What year was the RoboSapien toy robot released?','[\"2000\", \"2001\", \"2006\", \"2004\"]','2004','multiple','hard',0,'a1aae4ad-8454-4362-886f-c7bc9d2bcff8'),('2cff3f49-1c99-45a8-a692-c4b587bdbca9','2023-02-21 20:00:38','2023-02-21 20:00:38','In the Half-Life franchise, what is the real name of the "gravity gun"?','[\"Universal Gravity Manipulation Device\", \"Isaac Newton's Theory Disprover\", \"Quantum Energy Displacement Modifier\", \"Zero-Point Energy Field Manipulator\"]','Zero-Point Energy Field Manipulator','multiple','medium',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('2e20a05a-b52b-4867-a410-ba98af4288c7','2023-02-21 20:00:32','2023-02-21 20:00:32','What does "hippopotamus" mean and in what langauge?','[\"River Horse (Latin)\", \"Fat Pig (Greek)\", \"Fat Pig (Latin)\", \"River Horse (Greek)\"]','River Horse (Greek)','multiple','medium',0,'a1341207-7849-490c-8acb-88c79fcf76a9'),('2ffb48f9-5589-4a44-a34c-7ce8dedff5de','2023-02-21 20:00:38','2023-02-21 20:00:38','The names of Roxas's Keyblades in Kingdom Hearts are "Oathkeeper" and "Oblivion".','[\"False\", \"True\"]','True','boolean','hard',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('30689b3c-69c5-48c6-995d-a3cc0ac13487','2023-02-21 20:00:35','2023-02-21 20:00:35','The internet domain .fm is the country-code top-level domain for which Pacific Ocean island nation?','[\"Fiji\", \"Tuvalu\", \"Marshall Islands\", \"Micronesia\"]','Micronesia','multiple','hard',0,'a1ab1e28-9c0b-4222-869c-eb3d47504d72'),('3187ffdb-57a2-4dea-8327-0036d62cb111','2023-02-21 19:59:29','2023-02-21 19:59:29','The World Health Organization headquarters is located in which European country?','[\"United Kingdom\", \"France\", \"Belgium\", \"Switzerland\"]','Switzerland','multiple','medium',0,'142be3c1-b97a-44cf-85b2-db84d143ce7b'),('31c67c75-57e2-4175-ac16-4e3c722848ad','2023-02-21 19:59:24','2023-02-21 19:59:24','The Ceratosaurus, a dinosaur known for having a horn on the top of its nose, is also known to be a decendent of the Tyrannosaurus Rex.','[\"True\", \"False\"]','False','boolean','medium',0,'a1341207-7849-490c-8acb-88c79fcf76a9'),('327b98f3-d6cb-46fa-b389-34972616e1a0','2023-02-21 20:00:40','2023-02-21 20:00:40','Who turns out to be the true victor in the Battle of Armageddon in Mortal Kombat?','[\"Liu Kang\", \"Shang Tsung\", \"Raiden\", \"Shao Kahn\"]','Shao Kahn','multiple','easy',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('328515ae-ef33-4d4f-bcc6-fb9edf9fc47f','2023-02-21 20:00:17','2023-02-21 20:00:17','When was the programming language "C#" released?','[\"1998\", \"1999\", \"2001\", \"2000\"]','2000','multiple','medium',0,'a1ab1e28-9c0b-4222-869c-eb3d47504d72'),('339f2f23-eea2-4f33-9182-3f8ed74134b8','2023-02-21 20:01:04','2023-02-21 20:01:04','On which day did the attempted coup d'etat of 1991 in the Soviet Union begin?','[\"August 21\", \"December 26\", \"December 24\", \"August 19\"]','August 19','multiple','medium',0,'b15cb795-e5f9-4476-88c7-deb05f594ec2'),('340ab39c-3d3a-41fd-898d-ea80bde3264b','2023-02-21 19:59:04','2023-02-21 19:59:04','The Python programming language gets its name from the British comedy group "Monty Python."','[\"False\", \"True\"]','True','boolean','easy',0,'a1ab1e28-9c0b-4222-869c-eb3d47504d72'),('342609d5-fe81-4d2d-bcb8-cfcf7d61d7cc','2023-02-21 19:59:43','2023-02-21 19:59:43','What is the name of the Jewish New Year?','[\"Elul\", \"New Year\", \"Succoss\", \"Rosh Hashanah\"]','Rosh Hashanah','multiple','easy',0,'a1aae4ad-8454-4362-886f-c7bc9d2bcff8'),('348d6fd5-ce0c-486d-8bcd-c223b8b6ac28','2023-02-21 19:59:16','2023-02-21 19:59:16','Early RAM was directly seated onto the motherboard and could not be easily removed.','[\"False\", \"True\"]','True','boolean','medium',0,'a1ab1e28-9c0b-4222-869c-eb3d47504d72'),('34ecedfd-15e3-47c2-96c3-5d20a9a07c74','2023-02-21 20:00:49','2023-02-21 20:00:49','"Tomb Raider" icon Lara Croft was originally called...','[\"Laura Craft\", \"Laura Croft\", \"Lara Craft\", \"Laura Cruz\"]','Laura Cruz','multiple','easy',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('35577c5c-4936-4770-bf0e-f941eb662932','2023-02-21 20:01:10','2023-02-21 20:01:10','Which of the following games in the The Legend of Zelda franchise was released in North America before Japan?','[\"Zelda II: The Adventure of Link\", \"The Legend of Zelda: Four Swords Adventures\", \"The Legend of Zelda: Majora's Mask\", \"The Legend of Zelda: Twilight Princess\"]','The Legend of Zelda: Twilight Princess','multiple','hard',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('35db075e-81b5-4363-a850-09f12d90b583','2023-02-21 19:59:23','2023-02-21 19:59:23','In the Hellboy universe, who founded the BPRD?','[\"Kate Corrigan\", \"Johann Kraus\", \"Benjamin Daimio\", \"Trevor Bruttenholm\"]','Trevor Bruttenholm','multiple','medium',0,'8d1e3415-9b01-4903-9b1c-62f95229bc19'),('36a868cb-987f-460c-a82c-a9eff665f4c8','2023-02-21 19:59:59','2023-02-21 19:59:59','The M41 Walker Bulldog remains in service in some countries to this day.','[\"False\", \"True\"]','True','boolean','medium',0,'b15cb795-e5f9-4476-88c7-deb05f594ec2'),('36b71bbe-9861-4cfb-8f1d-23bf4f9fb47d','2023-02-21 20:00:44','2023-02-21 20:00:44','In the "S.T.A.L.K.E.R." series, the Freedom faction wishes to destroy the supernatural area known as "the Zone".','[\"True\", \"False\"]','False','boolean','easy',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('37ea9855-0f01-446f-bc5f-d01a91ccdf50','2023-02-21 20:01:20','2023-02-21 20:01:20','Who won the 2015 Formula 1 World Championship?','[\"Nico Rosberg\", \"Sebastian Vettel\", \"Jenson Button\", \"Lewis Hamilton\"]','Lewis Hamilton','multiple','easy',0,'f7aec0de-66fa-4c7e-bb76-159979e02dee'),('38867355-ada6-4224-8011-eeba9c381312','2023-02-21 20:00:35','2023-02-21 20:00:35','Which animal was part of an Russian domestication experiment in 1959?','[\"Pigeons\", \"Bears\", \"Alligators\", \"Foxes\"]','Foxes','multiple','medium',0,'a1341207-7849-490c-8acb-88c79fcf76a9'),('391f7488-14a6-45e8-8812-f8d212c58bb5','2023-02-21 19:59:17','2023-02-21 19:59:17','When did Norway get its constitution?','[\"1932\", \"1905\", \"1854\", \"1814\"]','1814','multiple','medium',0,'b15cb795-e5f9-4476-88c7-deb05f594ec2'),('392e2065-f497-477a-8ec0-562de81d49de','2023-02-21 19:59:56','2023-02-21 19:59:56','Johnny Depp made his big-screen acting debut in which film?','[\"My Bloody Valentine\", \"Halloween\", \"Friday the 13th\", \"A Nightmare on Elm Street\"]','A Nightmare on Elm Street','multiple','medium',0,'29755a13-1869-46b2-8613-500b270d88f1'),('3a2e0747-864d-4e0b-8958-b5ba2e5a7cdf','2023-02-21 20:00:26','2023-02-21 20:00:26','How many unique items does "Borderlands 2" claim to have?','[\"87 Million\", \"87 Trillion\", \"87 Gazillion \", \"87 Bazillion \"]','87 Bazillion ','multiple','medium',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('3ab97503-ec45-4c0b-9635-7e660948d6f9','2023-02-21 19:59:03','2023-02-21 19:59:03','Which of these is NOT a real tectonic plate?','[\"North American Plate\", \"Eurasian Plate\", \"Nazca Plate\", \"Atlantic Plate\"]','Atlantic Plate','multiple','hard',0,'142be3c1-b97a-44cf-85b2-db84d143ce7b'),('3abf1ebf-fc23-4f59-8f1e-2fd481b3cfe8','2023-02-21 20:00:11','2023-02-21 20:00:11','Whose greyscale face is on the kappa emoticon on Twitch?','[\"Justin DeSeno\", \"John DeSeno\", \"Jimmy DeSeno\", \"Josh DeSeno\"]','Josh DeSeno','multiple','medium',0,'a1aae4ad-8454-4362-886f-c7bc9d2bcff8'),('3ba6813c-190a-4016-ade6-c2bb6adf3328','2023-02-21 20:00:18','2023-02-21 20:00:18','What was the nickname of the original model for Half-Life's protagonist Gordon Freeman?','[\"Gordon the Space Biker\", \"Ivan the Alien Biker\", \"Gordon the Alien Biker\", \"Ivan the Space Biker\"]','Ivan the Space Biker','multiple','hard',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('3c87c15a-034f-4233-a8a7-3ea655ee2b74','2023-02-21 20:00:19','2023-02-21 20:00:19','Which of the following countries banned the use of personal genetic ancestry tests?','[\"Austria\", \"Canada\", \"Sweden\", \"Germany\"]','Germany','multiple','medium',0,'142be3c1-b97a-44cf-85b2-db84d143ce7b'),('3cc8597e-72c8-4bd6-9468-ae258dfee0b1','2023-02-21 20:01:30','2023-02-21 20:01:30','The son of which pope supposedly held a lecherous fête involving 50 courtesans in the papal palace?','[\"Innocent V\", \"Urban II\", \"Pius III\", \"Alexander VI\"]','Alexander VI','multiple','hard',0,'b15cb795-e5f9-4476-88c7-deb05f594ec2'),('3cdaf94e-e864-4a6d-9a4f-5620e528f2d3','2023-02-21 20:01:01','2023-02-21 20:01:01','What was the wifi password given to Stephen Strange in Doctor Strange?','[\"Peace\", \"Ancient\", \"Chakra\", \"Shambala\"]','Shambala','multiple','hard',0,'29755a13-1869-46b2-8613-500b270d88f1'),('3d016659-1d01-4018-a8c2-986afe1a2145','2023-02-21 20:00:32','2023-02-21 20:00:32','Which of the following bones is not in the leg?','[\"Patella\", \"Tibia\", \"Fibula \", \"Radius\"]','Radius','multiple','easy',0,'a8754cc3-b470-44da-8d99-cef167fc264c'),('3d059b9a-a65d-4012-8440-07217e6815bd','2023-02-21 20:00:52','2023-02-21 20:00:52','What is the name of the main character from the music video of "Shelter" by Porter Robinson and A-1 Studios?','[\"Rem\", \"Ren\", \"Ram\", \"Rin\"]','Rin','multiple','medium',0,'f0fce4f3-66a5-48c5-aff3-f4406cd2edd6'),('3d502b89-886a-4088-9c1a-9426f6789185','2023-02-21 20:00:33','2023-02-21 20:00:33','Who is the artist of the recent new album the Uncanny Valley?','[\"Carpenter Brut\", \"GOST\", \"Dan Terminus \", \"Perturbator\"]','Perturbator','multiple','medium',0,'f0fce4f3-66a5-48c5-aff3-f4406cd2edd6'),('3d89c0ea-1662-4bf5-bb00-6f4f651b99dd','2023-02-21 19:59:52','2023-02-21 19:59:52','What is the currency of Poland?','[\"Ruble\", \"Euro\", \"Krone\", \"Złoty\"]','Złoty','multiple','medium',0,'a1aae4ad-8454-4362-886f-c7bc9d2bcff8'),('3efe639c-ae5a-4c2b-b0cc-38c69f4765b3','2023-02-21 20:00:09','2023-02-21 20:00:09','According to the lore of "Starbound", what does the "Colony Deed" do when it is placed down?','[\"Teleports somebody from somewhere on the planet it is placed.\", \"Teleports a random person to the location.\", \"Materializes a new being at it's location.\", \"Sends out an advertisement for someone to move in.\"]','Sends out an advertisement for someone to move in.','multiple','hard',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('3f649352-8cee-447c-92d5-6ef73d4c6f50','2023-02-21 19:59:26','2023-02-21 19:59:26','Which language is NOT Indo-European?','[\"Russian\", \"Greek\", \"Latvian\", \"Hungarian\"]','Hungarian','multiple','medium',0,'a1aae4ad-8454-4362-886f-c7bc9d2bcff8'),('403c6533-c7e7-4091-b88a-2b76be250c57','2023-02-21 20:00:42','2023-02-21 20:00:42','Celiac Disease is a disease that effects the heart, causing those effected to be unable to eat meat.','[\"True\", \"False\"]','False','boolean','easy',0,'a8754cc3-b470-44da-8d99-cef167fc264c'),('406dbd2b-212a-4929-9f8f-6b3735852545','2023-02-21 19:59:40','2023-02-21 19:59:40','In South Park, what is Stan's surname?','[\"Stotch\", \"Broflovski\", \"Tweak\", \"Marsh\"]','Marsh','multiple','easy',0,'e1829030-ada6-49a9-9d24-70996dd17995'),('4144c92f-9969-40cc-9f85-48763568b1c1','2023-02-21 20:00:14','2023-02-21 20:00:14','What is the name of the character Nicolas Cage plays in the movie "National Treasure?"','[\"Thomas Jefferson Walker\", \"George Washington Swanson\", \"John Quincy Beckett\", \"Benjamin Franklin Gates\"]','Benjamin Franklin Gates','multiple','medium',0,'29755a13-1869-46b2-8613-500b270d88f1'),('41750e71-fe37-409f-9d19-5fd20d1c6934','2023-02-21 20:00:53','2023-02-21 20:00:53','How fast is USB 3.1 Gen 2 theoretically?','[\"5 Gb/s\", \"8 Gb/s\", \"1 Gb/s\", \"10 Gb/s\"]','10 Gb/s','multiple','medium',0,'a1ab1e28-9c0b-4222-869c-eb3d47504d72'),('420546ae-5e76-4168-93fd-6e3dfc58093b','2023-02-21 20:01:25','2023-02-21 20:01:25','Who is the creator of Touhou project?','[\"Jun\", \"Twilight Frontier\", \"Tasofro\", \"Zun\"]','Zun','multiple','easy',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('456cdba4-57ef-43d6-8ddb-bc6629b940cd','2023-02-21 19:58:58','2023-02-21 19:58:58','Which band released songs suchs as "Rio", "Girls on Film", and "The Reflex"?','[\"The Cure\", \"New Order\", \"Depeche Mode\", \"Duran Duran\"]','Duran Duran','multiple','easy',0,'f0fce4f3-66a5-48c5-aff3-f4406cd2edd6'),('459a9900-65a5-4321-9c43-99edb3498a32','2023-02-21 19:59:51','2023-02-21 19:59:51','In the TV show "Mad Men", what was Donald Draper's birthname?','[\"Donald Draper\", \"John Ashbury\", \"Michael "Mikey" Wilhelm\", \"Richard "Dick" Whitman\"]','Richard "Dick" Whitman','multiple','easy',0,'1e7a6b0a-0ff4-4c89-83d5-e8c5e10b107f'),('467c6d5f-4c4e-48ae-b3c8-f88f44fe4852','2023-02-21 20:01:00','2023-02-21 20:01:00','Who was the Director of the 1988 Anime film "Grave of the Fireflies"?','[\"Hayao Miyazaki\", \"Satoshi Kon\", \"Sunao Katabuchi\", \"Isao Takahata\"]','Isao Takahata','multiple','hard',0,'c81b5ff1-9067-4ba7-aeef-bad32b93f65f'),('46ea1e37-a57c-4dba-bc3d-80f6562dbfa0','2023-02-21 20:00:51','2023-02-21 20:00:51','How many differently shaped Tetris pieces are there?','[\"5\", \"6\", \"8\", \"7\"]','7','multiple','easy',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('473662ed-3050-42c5-9448-95d248b5a992','2023-02-21 19:59:56','2023-02-21 19:59:56','Which movie released in 2016 features Superman and Batman fighting?','[\"Batman v Superman: Superapocalypse\", \"Batman v Superman: Black of Knight\", \"Batman v Superman: Knightfall\", \"Batman v Superman: Dawn of Justice\"]','Batman v Superman: Dawn of Justice','multiple','easy',0,'29755a13-1869-46b2-8613-500b270d88f1'),('476a4ed4-7734-4d42-ab8c-5bf7e9849533','2023-02-21 20:01:15','2023-02-21 20:01:15','The shotgun appears in every numbered Resident Evil game.','[\"False\", \"True\"]','True','boolean','easy',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('47aa8ef5-fbdf-4835-8cd6-6c33bca49c13','2023-02-21 20:01:10','2023-02-21 20:01:10','In Terraria, which of these items is NOT crafted at a Mythril Anvil?','[\"Venom Staff\", \"Sky Fracture\", \"Orichalcum Tools\", \"Ankh Charm\"]','Ankh Charm','multiple','medium',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('48455901-54d9-4284-8e17-f3d67bc44eeb','2023-02-21 20:00:22','2023-02-21 20:00:22','On Twitter, what was the original character limit for a Tweet?','[\"120\", \"160\", \"100\", \"140\"]','140','multiple','easy',0,'a1ab1e28-9c0b-4222-869c-eb3d47504d72'),('48a8a841-c4a4-4cba-b4a5-67ebf3e29447','2023-02-21 20:00:59','2023-02-21 20:00:59','What are the names of the two "Canon fan trolls" in "Homestuck"?','[\"The Wrycrown and Voksea Olkido\", \"Aikter Frekik and Xagrai Ollomu\", \"Grekei Ceknux and Riya Camacho\", \"Mierfa Durgas and Nektan Whelan\"]','Mierfa Durgas and Nektan Whelan','multiple','hard',0,'8d1e3415-9b01-4903-9b1c-62f95229bc19'),('48b70663-02a4-41bc-b80d-453b29bcf851','2023-02-21 20:01:12','2023-02-21 20:01:12','What is the capital of Scotland?','[\"Glasgow\", \"Dundee\", \"London\", \"Edinburgh\"]','Edinburgh','multiple','easy',0,'142be3c1-b97a-44cf-85b2-db84d143ce7b'),('490646cb-64a7-4727-b8a2-1dbe8ea1fc80','2023-02-21 20:01:02','2023-02-21 20:01:02','In the Super Mario Bros. Series, what is Yoshi's scientific name?','[\"Yoshi\", \"T. Yoshisotop Munchakoopas\", \"Yossy\", \"T. Yoshisaur Munchakoopas\"]','T. Yoshisaur Munchakoopas','multiple','hard',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('4a345e3e-13cc-4116-8107-22d151c10a44','2023-02-21 19:58:58','2023-02-21 19:58:58','Which of these does Charlie NOT read in The Perks of Being a Wallflower?','[\"Hamlet\", \"The Great Gatsby\", \"Peter Pan\", \"The Grapes of Wrath\"]','The Grapes of Wrath','multiple','hard',0,'bafcd46a-147e-495a-ab8c-9a1ac8967408'),('4ade918e-95d7-4200-8c63-8e5d41ebdf7e','2023-02-21 19:59:35','2023-02-21 19:59:35','Which of the following originated as a manga?','[\"Cowboy Bebop\", \"High School DxD\", \"Gurren Lagann\", \"Akira\"]','Akira','multiple','easy',0,'c81b5ff1-9067-4ba7-aeef-bad32b93f65f'),('4aec1736-85ec-4c80-a4e1-c9d9d9b05ce7','2023-02-21 19:59:21','2023-02-21 19:59:21','In computing, what does LAN stand for?','[\"Long Antenna Node\", \"Light Access Node\", \"Land Address Navigation\", \"Local Area Network\"]','Local Area Network','multiple','easy',0,'a1ab1e28-9c0b-4222-869c-eb3d47504d72'),('4bacd991-8c22-4150-ac4e-e40b8271c237','2023-02-21 20:01:11','2023-02-21 20:01:11','Which actors made up the trio in "The Good, the Bad, and the Ugly"? ','[\"Sergio Leone, Ennio Morricone, and Tonino Delli Colli\", \"Yul Brynner, Steve McQueen, and Charles Bronson\", \"Aldo Giuffrè, Mario Brega, and Luigi Pistilli\", \"Clint Eastwood, Eli Wallach, and Lee Van Cleef\"]','Clint Eastwood, Eli Wallach, and Lee Van Cleef','multiple','hard',0,'29755a13-1869-46b2-8613-500b270d88f1'),('4d7253a7-0129-4d79-9c80-8f6d94377c06','2023-02-21 20:00:42','2023-02-21 20:00:42','The USS Missouri (BB-63) last served in the Korean War.','[\"True\", \"False\"]','False','boolean','hard',0,'b15cb795-e5f9-4476-88c7-deb05f594ec2'),('4d899f1c-9937-440e-bca8-9042668747f8','2023-02-21 20:00:54','2023-02-21 20:00:54','In the "Halo" series, what is the name of the race of aliens humans refer to as "Grunts"?','[\"Huragok\", \"Sangheili\", \"Yanme'e\", \"Unggoy\"]','Unggoy','multiple','hard',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('4d8da654-113f-465a-a610-da4b26b90289','2023-02-21 19:59:34','2023-02-21 19:59:34','Which of the following is NOT a work done by Shakespeare?','[\"Measure For Measure\", \"Titus Andronicus\", \"Cymbeline\", \"Trial of Temperance\"]','Trial of Temperance','multiple','hard',0,'bafcd46a-147e-495a-ab8c-9a1ac8967408'),('4f7a6b37-93b9-4014-bae9-18eeb5ecd4ab','2023-02-21 20:01:25','2023-02-21 20:01:25','Which "Perk-A-Cola" in "Call Of Duty: Zombies" was "reworked" in "Call of Duty: Black Ops II"?','[\"Who's Who\", \"Juggernog\", \"Mule Kick\", \"Double Tap Root Beer\"]','Double Tap Root Beer','multiple','medium',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('4fd32960-4e4c-4aca-b456-af3c0186bb8b','2023-02-21 20:00:07','2023-02-21 20:00:07','What was the unofficial name for Germany between 1919 and 1933?','[\"German Democratic Republic\", \"Federal Republic of Germany\", \"Oesterreich \", \"Weimar Republic\"]','Weimar Republic','multiple','medium',0,'b15cb795-e5f9-4476-88c7-deb05f594ec2'),('505db071-1582-4468-9511-51438dd5c86b','2023-02-21 20:01:27','2023-02-21 20:01:27','Which programming language shares its name with an island in Indonesia?','[\"Python\", \"C\", \"Jakarta\", \"Java\"]','Java','multiple','easy',0,'a1ab1e28-9c0b-4222-869c-eb3d47504d72'),('51393cae-d168-49a6-bea3-e37451a6cb3b','2023-02-21 20:00:47','2023-02-21 20:00:47','What is the nickname of Northampton town's rugby union club?','[\"Harlequins\", \"Saracens\", \"Wasps\", \"Saints\"]','Saints','multiple','medium',0,'f7aec0de-66fa-4c7e-bb76-159979e02dee'),('51aba137-abe3-46ec-9dbe-bdaab205e7bc','2023-02-21 20:00:44','2023-02-21 20:00:44','Which actor and martial artist starred as Colonel Guile in the 1994 action film adaptation of Street Fighter?','[\"Chuck Norris\", \"Steven Seagal\", \"Scott Adkins\", \"Jean-Claude Van Damme\"]','Jean-Claude Van Damme','multiple','medium',0,'29755a13-1869-46b2-8613-500b270d88f1'),('52445bfc-5b17-4881-9d07-e50afd3daee1','2023-02-21 20:00:31','2023-02-21 20:00:31','The original ending of "Little Shop Of Horrors" has the plants taking over the world.','[\"False\", \"True\"]','True','boolean','medium',0,'29755a13-1869-46b2-8613-500b270d88f1'),('5264c547-8acd-4d05-9e5d-991d127781b8','2023-02-21 20:00:35','2023-02-21 20:00:35','In "Super Mario 3D World", the Double Cherry power-up originated from a developer accidentally making two characters controllable.','[\"False\", \"True\"]','True','boolean','easy',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('5273b518-7e68-4e23-9f99-ca7c5cc42b2e','2023-02-21 20:00:47','2023-02-21 20:00:47','Which one of these tanks was designed and operated by the United Kingdom?','[\"M4 Sherman\", \"Tiger H1\", \"T-34\", \"Tog II\"]','Tog II','multiple','easy',0,'b15cb795-e5f9-4476-88c7-deb05f594ec2'),('5293d2f9-0f5f-493b-a533-29ae45954c55','2023-02-21 20:00:57','2023-02-21 20:00:57','In the DC Comics 2016 reboot, Rebirth, which speedster escaped from the Speed Force after he had been erased from existance?','[\"Johnny Quick\", \"Jay Garrick\", \"Eobard Thawne\", \"Wally West\"]','Wally West','multiple','medium',0,'8d1e3415-9b01-4903-9b1c-62f95229bc19'),('52bb4521-02ea-4cab-8e15-4d77e6509a01','2023-02-21 20:00:42','2023-02-21 20:00:42','Which of the following was not an actor/actress on the American television show "Saturday Night Live" in Season 42?','[\"Mikey Day\", \"Kate McKinnon\", \"Sasheer Zamata\", \"Tina Fey\"]','Tina Fey','multiple','medium',0,'1e7a6b0a-0ff4-4c89-83d5-e8c5e10b107f'),('53975102-91c0-4eab-8da0-04ba3da7ab32','2023-02-21 20:00:28','2023-02-21 20:00:28','What 1970's American ballad referred to the 1959 plane crash as the "the day the music died"?','[\"Kentucky Rain\", \"I Will Always Love You\", \"Rock 'n' Roll Suicide\", \"American Pie\"]','American Pie','multiple','easy',0,'f0fce4f3-66a5-48c5-aff3-f4406cd2edd6'),('55067c6f-9993-4863-9b88-1e17bda72c65','2023-02-21 19:59:24','2023-02-21 19:59:24','What is the best selling album of all time from 1976 to 2018?','[\"Back in Black\", \"Abbey Road\", \"The Dark Side of the Moon\", \"Thriller\"]','Thriller','multiple','easy',0,'f0fce4f3-66a5-48c5-aff3-f4406cd2edd6'),('55b955c6-4611-4110-9a2b-25ed08a0a60d','2023-02-21 19:59:36','2023-02-21 19:59:36','In the "Re:Zero" manga series, which of the following Sin Archbishops eats Rem's existence?','[\"Roy Alphard\", \"Petelgeuse Romanee-Conti\", \"Louis Arneb\", \"Ley Batenkaitos\"]','Ley Batenkaitos','multiple','medium',0,'c81b5ff1-9067-4ba7-aeef-bad32b93f65f'),('564fef4b-5f09-40d0-82d9-4f3fdf110a5f','2023-02-21 20:00:13','2023-02-21 20:00:13','Janus was the Roman god of doorways and passageways.','[\"False\", \"True\"]','True','boolean','hard',0,'519862d7-fc17-455c-9beb-c7ec3d4087e0'),('56851ce7-1c39-4455-b1ce-081300abf654','2023-02-21 20:01:13','2023-02-21 20:01:13','In the "S.T.A.L.K.E.R." series, the Freedom faction wishes to destroy the supernatural area known as "the Zone".','[\"True\", \"False\"]','False','boolean','easy',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('5846947c-6318-4ad8-be25-a053a7fa04a2','2023-02-21 19:59:36','2023-02-21 19:59:36','In which year was the pen and paper RPG "Deadlands" released?','[\"2003\", \"1999\", \"1993\", \"1996\"]','1996','multiple','easy',0,'9ae7082b-cdd8-489f-8772-fb7673e402a4'),('597693cb-409a-4f53-8c89-26209e52058e','2023-02-21 19:59:47','2023-02-21 19:59:47','Which one of these action movies are shot entirely in one take?','[\"Ip Man 2\", \"The Bourne Legacy\", \"Léon: The Professional\", \"Victoria\"]','Victoria','multiple','medium',0,'29755a13-1869-46b2-8613-500b270d88f1'),('5a9719ce-3477-4917-a55d-330562779649','2023-02-21 20:01:31','2023-02-21 20:01:31','Panic! At the Disco's sixth album "Pray For The Wicked" was released on which date?','[\"May 9, 2018\", \"March 13, 2018\", \"February 21, 2018\", \"June 22, 2018\"]','June 22, 2018','multiple','hard',0,'f0fce4f3-66a5-48c5-aff3-f4406cd2edd6'),('5a992423-f670-4d58-a91f-6825e3482900','2023-02-21 20:01:22','2023-02-21 20:01:22','What was Napoleon Bonaparte's name before he changed it?','[\"Naapolion van Bonijpaart\", \"Napoleão do Boaparte\", \"Napoleona de Buenoparte\", \"Napoleone di Buonaparte\"]','Napoleone di Buonaparte','multiple','hard',0,'b15cb795-e5f9-4476-88c7-deb05f594ec2'),('5b0bd3fc-d26a-411c-9d5c-ceaf4b5781ad','2023-02-21 20:00:32','2023-02-21 20:00:32','In the Beatrix Potter books, what type of animal is Tommy Brock?','[\"Fox\", \"Frog\", \"Rabbit\", \"Badger\"]','Badger','multiple','hard',0,'bafcd46a-147e-495a-ab8c-9a1ac8967408'),('5c2ba2c4-085c-4042-91c6-17b1c4a42dc1','2023-02-21 19:58:59','2023-02-21 19:58:59','What is the name of the main character in "Life is Strange"?','[\"Victoria Chase\", \"Stella Hill\", \"Chloe Price\", \"Maxine Caulfield\"]','Maxine Caulfield','multiple','easy',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('5d579a5b-4cc1-410d-ae89-45296f77eb00','2023-02-21 20:01:04','2023-02-21 20:01:04','What does the Prt Sc button do?','[\"Nothing\", \"Saves a .png file of what's on the screen in your screenshots folder in photos\", \"Closes all windows\", \"Captures what's on the screen and copies it to your clipboard\"]','Captures what's on the screen and copies it to your clipboard','multiple','easy',0,'a1ab1e28-9c0b-4222-869c-eb3d47504d72'),('5d7d4395-5887-441f-8491-b527c168d0bf','2023-02-21 19:59:40','2023-02-21 19:59:40','What was Sir Handel's original name in "The Railway Series" and it's animated counterpart "Thomas and Friends?"','[\"Eagle\", \"Kyte\", \"Swallow\", \"Falcon\"]','Falcon','multiple','easy',0,'bafcd46a-147e-495a-ab8c-9a1ac8967408'),('5d7f222a-db07-4cbf-91aa-0a2c0a581be0','2023-02-21 20:01:06','2023-02-21 20:01:06','Who voices for Ruby in the animated series RWBY?','[\"Tara Strong\", \"Jessica Nigri\", \"Hayden Panettiere\", \"Lindsay Jones\"]','Lindsay Jones','multiple','easy',0,'e1829030-ada6-49a9-9d24-70996dd17995'),('5f14751d-bfce-432d-9ec6-917eb1dc864a','2023-02-21 20:00:06','2023-02-21 20:00:06','At what temperature does water boil?','[\"200°F\", \"181°F\", \"178°F\", \"212°F\"]','212°F','multiple','medium',0,'a8754cc3-b470-44da-8d99-cef167fc264c'),('5f60a455-baf8-4cd9-9397-2ba5efb2d297','2023-02-21 20:01:32','2023-02-21 20:01:32','What is the atomic mass of Carbon?','[\"14\", \"16\", \"10\", \"12\"]','12','multiple','easy',0,'a8754cc3-b470-44da-8d99-cef167fc264c'),('604cc7ef-c6b7-4312-9601-5b0584a2a448','2023-02-21 20:00:50','2023-02-21 20:00:50','In the beta version of the 1986 game "The Legend of Zelda", players have the choice between a sword and what other item?','[\"Spear\", \"Slingshot\", \"Crossbow\", \"Boomerang \"]','Boomerang ','multiple','medium',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('60bd65e6-cbbe-4544-86c2-86c44f0de762','2023-02-21 20:01:29','2023-02-21 20:01:29','Which Aerosmith album featured "Walk This Way"?','[\"Rocks\", \"Get Your Wings\", \"Draw the Line\", \"Toys in the Attic\"]','Toys in the Attic','multiple','medium',0,'f0fce4f3-66a5-48c5-aff3-f4406cd2edd6'),('6139a77d-044d-425f-8692-47f545515c67','2023-02-21 20:01:14','2023-02-21 20:01:14','What is the real name of the "Master Of Magnetism" Magneto?','[\"Charles Xavier\", \"Pietro Maximoff\", \"Johann Schmidt\", \"Max Eisenhardt\"]','Max Eisenhardt','multiple','medium',0,'8d1e3415-9b01-4903-9b1c-62f95229bc19'),('616f5bb9-b97a-4686-be4f-9a0c8b519c5c','2023-02-21 19:59:38','2023-02-21 19:59:38','What was the name of Sonic the Hedgehog's original human girlfriend?','[\"Celeste\", \"Sierra\", \"Nina\", \"Madonna\"]','Madonna','multiple','hard',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('61e9e94f-fba6-4443-a3da-ae6f23fa4068','2023-02-21 20:00:13','2023-02-21 20:00:13','The man that shot Alexander Hamilton was named Aaron Burr.','[\"False\", \"True\"]','True','boolean','hard',0,'b15cb795-e5f9-4476-88c7-deb05f594ec2'),('62f552ce-96cb-4ff6-a0c4-db14009f5b36','2023-02-21 19:59:06','2023-02-21 19:59:06','The retail disc of Tony Hawk's Pro Skater 5 only comes with the tutorial.','[\"False\", \"True\"]','True','boolean','hard',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('62fe5f27-6629-4b98-99e6-36ad472d6821','2023-02-21 19:59:01','2023-02-21 19:59:01','What is the unit of electrical resistance?','[\"Mho\", \"Tesla\", \"Joule\", \"Ohm\"]','Ohm','multiple','easy',0,'a8754cc3-b470-44da-8d99-cef167fc264c'),('632c44e7-c2f7-413c-a415-2b1c90e09af8','2023-02-21 19:59:06','2023-02-21 19:59:06','Which studio made Cowboy Bebop?','[\"Bones\", \"Madhouse\", \"Pierriot\", \"Sunrise\"]','Sunrise','multiple','medium',0,'c81b5ff1-9067-4ba7-aeef-bad32b93f65f'),('648f0fbf-087c-4b8c-9a67-7b782f2c2c3f','2023-02-21 19:58:57','2023-02-21 19:58:57','The communication protocol NFC stands for Near-Field Control.','[\"True\", \"False\"]','False','boolean','easy',0,'3d9453a8-915e-4431-b176-4aa72db9e960'),('66880362-db06-48d3-9e96-b3cc3153fbee','2023-02-21 19:59:29','2023-02-21 19:59:29','To bypass US Munitions Export Laws, the creator of the PGP published all the source code in book form. ','[\"False\", \"True\"]','True','boolean','medium',0,'a1ab1e28-9c0b-4222-869c-eb3d47504d72'),('67ec4407-f855-4944-aec3-ddf6838acbb0','2023-02-21 19:59:40','2023-02-21 19:59:40','In the PAYDAY series, who betrayed the PAYDAY gang that got Hoxton arrested?','[\"Vlad\", \"The Dentist\", \"The Elephant\", \"Hector\"]','Hector','multiple','easy',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('68bd3b85-36a0-4fd3-9817-8ca1c0cc3d0a','2023-02-21 19:58:58','2023-02-21 19:58:58','How many times was Albert Einstein married in his lifetime?','[\"Five\", \"Thrice\", \"Once\", \"Twice\"]','Twice','multiple','medium',0,'b15cb795-e5f9-4476-88c7-deb05f594ec2'),('695e1469-c463-47f1-b52e-06b049aef5bb','2023-02-21 20:01:22','2023-02-21 20:01:22','In the video game "Team Fortress 2", which class is able to double jump?','[\"Spy\", \"Engineer\", \"Pyro\", \"Scout\"]','Scout','multiple','easy',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('69eebbab-8006-4579-bc5b-6599a4c8d7e0','2023-02-21 20:01:20','2023-02-21 20:01:20','In Kill La Kill, the weapon of the main protagonist is a katana. ','[\"True\", \"False\"]','False','boolean','easy',0,'c81b5ff1-9067-4ba7-aeef-bad32b93f65f'),('6b310d88-a959-4bf4-ac34-8c467ee6af51','2023-02-21 20:01:17','2023-02-21 20:01:17','What does the "MP" stand for in MP3?','[\"Music Player\", \"Multi Pass\", \"Micro Point\", \"Moving Picture\"]','Moving Picture','multiple','easy',0,'a1ab1e28-9c0b-4222-869c-eb3d47504d72'),('6b97c33e-7b27-4041-b366-e6b59c3ce4e3','2023-02-21 20:00:24','2023-02-21 20:00:24','In the video game "League of Legends" which character is known as "The Sinister Blade"?','[\"Shaco\", \"Akali\", \"Zed\", \"Katarina\"]','Katarina','multiple','medium',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('6be0a222-c50e-4d5d-9a42-9b9f5a93ffc2','2023-02-21 20:00:16','2023-02-21 20:00:16','Joseph Smith was the founder of what religion?','[\"Buddhism\", \"Christianity\", \"Hinduism\", \"Mormonism\"]','Mormonism','multiple','medium',0,'b15cb795-e5f9-4476-88c7-deb05f594ec2'),('6c037b2c-9678-4a84-8b24-cd2af7c08f66','2023-02-21 19:59:52','2023-02-21 19:59:52','The emblem on the flag of the Republic of Tajikistan features a sunrise over mountains below what symbol?','[\"Bird\", \"Sickle\", \"Tree\", \"Crown\"]','Crown','multiple','hard',0,'142be3c1-b97a-44cf-85b2-db84d143ce7b'),('6c51d037-f798-495d-afc2-f5a2f8028acc','2023-02-21 20:00:28','2023-02-21 20:00:28','The singer Billie Holiday was also known as "Lady Day".','[\"False\", \"True\"]','True','boolean','hard',0,'f0fce4f3-66a5-48c5-aff3-f4406cd2edd6'),('6d58cea5-813a-441b-8ed3-041ce9c3819a','2023-02-21 20:00:05','2023-02-21 20:00:05','In Touhou: Embodiment of Scarlet Devil, what song plays during Flandre Scarlet's boss fight?','[\"Septette for the Dead Princess\", \"Flowering Night\", \"Pierrot of the Star-Spangled Banner\", \"U.N. Owen Was Her\"]','U.N. Owen Was Her','multiple','medium',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('6dfc1cab-ba9d-476f-bb6b-1b66012c9a1f','2023-02-21 20:00:24','2023-02-21 20:00:24','In what year did the First World War end?','[\"1914\", \"1916\", \"1912\", \"1918\"]','1918','multiple','medium',0,'b15cb795-e5f9-4476-88c7-deb05f594ec2'),('6eb0de24-8d47-4acf-98ba-13f9799d11de','2023-02-21 19:59:51','2023-02-21 19:59:51','What continent is the country Lesotho in?','[\"Asia\", \"South America\", \"Europe\", \"Africa\"]','Africa','multiple','medium',0,'142be3c1-b97a-44cf-85b2-db84d143ce7b'),('6f2c8c71-da87-4e4f-915d-3132ec0d3fc9','2023-02-21 19:59:38','2023-02-21 19:59:38','Townsend Coleman provided the voice for which turtle in the original 1987 series of "Teenage Mutant Ninja Turtles"?','[\"Leonardo\", \"Donatello\", \"Raphael\", \"Michelangelo\"]','Michelangelo','multiple','hard',0,'e1829030-ada6-49a9-9d24-70996dd17995'),('6f8cfad1-726d-4b74-8169-75d29d6d5afe','2023-02-21 20:01:09','2023-02-21 20:01:09','Which "Fallout: New Vegas" quest is NOT named after a real-life song?','[\"Come Fly With Me\", \"Ain't That a Kick in the Head\", \"Ring-a-Ding Ding\", \"They Went That-a-Way\"]','They Went That-a-Way','multiple','easy',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('7027e556-9074-49bb-84a9-e23404e3546a','2023-02-21 20:01:08','2023-02-21 20:01:08','How long was Ken Jennings' win streak on Jeopardy?','[\"88\", \"49\", \"62\", \"74\"]','74','multiple','medium',0,'1e7a6b0a-0ff4-4c89-83d5-e8c5e10b107f'),('708aef3d-1513-4f79-aa40-7d4f37dcf8b3','2023-02-21 20:01:15','2023-02-21 20:01:15','Lead Singer Rivers Cuomo of American rock band Weezer attended Harvard.','[\"False\", \"True\"]','True','boolean','easy',0,'f0fce4f3-66a5-48c5-aff3-f4406cd2edd6'),('710d3279-9753-470b-b8c4-3d39a6be9c38','2023-02-21 19:59:03','2023-02-21 19:59:03','Tupac Shakur died due to complications from being stabbed in 1996.','[\"True\", \"False\"]','False','boolean','easy',0,'371de1a0-12fa-44d9-ace3-590db73fee5c'),('71c76122-af63-4b17-be21-3ace2b890616','2023-02-21 20:00:49','2023-02-21 20:00:49','Tetris is the #1 best-selling video game of all-time.','[\"True\", \"False\"]','False','boolean','easy',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('720a1d91-34ae-4088-a3d7-ccf76a380e24','2023-02-21 20:01:15','2023-02-21 20:01:15','Who plays Jack Burton in the movie "Big Trouble in Little China?"','[\"Patrick Swayze\", \"John Cusack\", \"Harrison Ford\", \"Kurt Russell\"]','Kurt Russell','multiple','easy',0,'29755a13-1869-46b2-8613-500b270d88f1'),('72e5d112-8107-4d7d-aa62-f51daf5ed81a','2023-02-21 19:59:12','2023-02-21 19:59:12','On which continent is the country of Angola located?','[\"South America\", \"Europe\", \"Asia\", \"Africa\"]','Africa','multiple','medium',0,'142be3c1-b97a-44cf-85b2-db84d143ce7b'),('73ccb159-c337-4481-8449-c02a091df897','2023-02-21 19:59:23','2023-02-21 19:59:23','In the Scoville scale, what is the hottest chemical?','[\"Capsaicin\", \"Dihydrocapsaicin\", \"Tinyatoxin\", \"Resiniferatoxin\"]','Resiniferatoxin','multiple','hard',0,'a8754cc3-b470-44da-8d99-cef167fc264c'),('7494b789-8101-4644-892c-27805f69abd7','2023-02-21 19:59:47','2023-02-21 19:59:47','MacOS is based on Linux.','[\"True\", \"False\"]','False','boolean','medium',0,'a1ab1e28-9c0b-4222-869c-eb3d47504d72'),('755a5bd6-1889-462c-b495-ada02311e945','2023-02-21 20:00:24','2023-02-21 20:00:24','In the movie Gremlins, after what time of day should you not feed Mogwai?','[\"Evening\", \"Morning\", \"Afternoon\", \"Midnight\"]','Midnight','multiple','easy',0,'29755a13-1869-46b2-8613-500b270d88f1'),('75d3a395-3738-4f7c-9324-a23afbcb3b18','2023-02-21 20:00:47','2023-02-21 20:00:47','When was the original Star Wars: Battlefront II released?','[\"December 18, 2004\", \"November 21, 2006\", \"September 9, 2007\", \"October 31, 2005\"]','October 31, 2005','multiple','medium',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('76167459-9e0c-40c6-9a4b-d086418cb83e','2023-02-21 19:59:47','2023-02-21 19:59:47','Which driver has been the Formula 1 world champion for a record 7 times?','[\"Ayrton Senna\", \"Fernando Alonso\", \"Jim Clark\", \"Michael Schumacher\"]','Michael Schumacher','multiple','easy',0,'f7aec0de-66fa-4c7e-bb76-159979e02dee'),('76e8600d-d665-49c6-834c-34b563225ecb','2023-02-21 20:00:51','2023-02-21 20:00:51','In the movie "Cast Away" the main protagonist's best friend while on the island is named','[\"Carson\", \"Jackson\", \"Willy\", \"Wilson\"]','Wilson','multiple','easy',0,'29755a13-1869-46b2-8613-500b270d88f1'),('777a56ed-baa1-4625-96e0-09632db4594b','2023-02-21 20:00:30','2023-02-21 20:00:30','Which member of the British pop group "The Spice Girls" was known as Ginger Spice?','[\"Melanie Brown\", \"Emma Bunton\", \"Victoria Beckham\", \"Geri Halliwell\"]','Geri Halliwell','multiple','medium',0,'f0fce4f3-66a5-48c5-aff3-f4406cd2edd6'),('7812a9a3-fe43-4a0e-8388-8648685eb76a','2023-02-21 19:59:16','2023-02-21 19:59:16','The Hagia Sophia was commissioned by which emperor of the Byzantine Empire?','[\"Constantine IV\", \"Arcadius\", \"Theodosius the Great\", \"Justinian I\"]','Justinian I','multiple','hard',0,'b15cb795-e5f9-4476-88c7-deb05f594ec2'),('78fba77f-88c8-4670-8603-1e8614658894','2023-02-21 20:01:09','2023-02-21 20:01:09','"Doctor Who" star David Tennant performed in a rendition of which Shakespearean play?','[\"The Tempest\", \"Othello\", \"The Taming of the Shrew\", \"Hamlet\"]','Hamlet','multiple','easy',0,'6e08de4e-34cc-4ff6-bc10-20497c296c3d'),('79081f28-7216-4234-95bd-4e5c99ff9011','2023-02-21 19:59:19','2023-02-21 19:59:19','In which game did the Konami Code make its first appearance?','[\"Contra\", \"Castlevania\", \"Dance Dance Revolution\", \"Gradius\"]','Gradius','multiple','medium',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('79e56347-3c05-453d-9bd0-436b677a0394','2023-02-21 20:00:57','2023-02-21 20:00:57','Colchester Overpass, otherwise known as "Bunny Man Bridge", is located where?','[\"Medford, Oregon\", \"Braxton County, Virgina\", \"Lemon Grove, California\", \"Fairfax County, Virginia\"]','Fairfax County, Virginia','multiple','medium',0,'142be3c1-b97a-44cf-85b2-db84d143ce7b'),('7a78860c-56c2-493a-9c7f-7c99c4cc9c23','2023-02-21 19:59:48','2023-02-21 19:59:48','Which actor plays Obi-Wan Kenobi in Star Wars Episodes I-lll?','[\"Alec Guinness\", \"Hayden Christensen\", \"Liam Neeson\", \"Ewan McGregor\"]','Ewan McGregor','multiple','easy',0,'29755a13-1869-46b2-8613-500b270d88f1'),('7ac44804-1b5d-4c6d-aff7-f84901eebd3d','2023-02-21 19:59:34','2023-02-21 19:59:34','What was studio Trigger's first original long-form animated series for television?','[\"Kiznaiver\", \"Inferno Cop\", \"Gurren Lagann\", \"Kill la Kill\"]','Kill la Kill','multiple','medium',0,'c81b5ff1-9067-4ba7-aeef-bad32b93f65f'),('7b56dad0-d8bb-459b-9aea-66f69b609712','2023-02-21 20:00:45','2023-02-21 20:00:45','The British organisation CAMRA stands for The Campaign for Real Ale.','[\"False\", \"True\"]','True','boolean','medium',0,'a1aae4ad-8454-4362-886f-c7bc9d2bcff8'),('7b59ef7e-13c4-49bb-afd9-d4abcf6ffc32','2023-02-21 20:00:40','2023-02-21 20:00:40','Which country is the home of the largest Japanese population outside of Japan?','[\"China\", \"Russia\", \"The United States\", \"Brazil\"]','Brazil','multiple','easy',0,'142be3c1-b97a-44cf-85b2-db84d143ce7b'),('7c6a550b-d1e4-4fba-92f8-2a2303a43c87','2023-02-21 20:00:02','2023-02-21 20:00:02','What was the name of the first artificial Earth satellite, launched by the Soviet Union in 1957?','[\"Soyuz 7K-OK\", \"Zenit-2\", \"Voskhod 3KV\", \"Sputnik 1\"]','Sputnik 1','multiple','easy',0,'a8754cc3-b470-44da-8d99-cef167fc264c'),('7cc26bce-d616-423b-b0c9-b015096377e9','2023-02-21 20:00:29','2023-02-21 20:00:29','How many furlongs are there in a mile?','[\"Two\", \"Four\", \"Six\", \"Eight\"]','Eight','multiple','easy',0,'a1aae4ad-8454-4362-886f-c7bc9d2bcff8'),('7cdc3203-a1d8-4705-948c-969bbb333c99','2023-02-21 20:00:24','2023-02-21 20:00:24','In Michael Crichton's novel "Jurassic Park", John Hammond meets his demise at the claws of which dinosaur?','[\"Dilophosaurus\", \"Tyrannosaurus Rex\", \"Velociraptor\", \"Procompsognathus\"]','Procompsognathus','multiple','medium',0,'bafcd46a-147e-495a-ab8c-9a1ac8967408'),('7d580e0a-f3eb-4fcb-811d-916470fcd70f','2023-02-21 20:01:25','2023-02-21 20:01:25','In "Highschool DxD", what is the name of the item some humans are born with?','[\"Imperial Arm\", \"Hallowed Relic\", \"Blessed Artifact\", \"Sacred Gear\"]','Sacred Gear','multiple','medium',0,'c81b5ff1-9067-4ba7-aeef-bad32b93f65f'),('7e664fed-5ab7-4de9-aa27-e4e65d0976da','2023-02-21 19:59:10','2023-02-21 19:59:10','Which of the following car manufacturers had a war named after it?','[\"Honda\", \"Ford\", \"Volkswagen\", \"Toyota\"]','Toyota','multiple','easy',0,'2f727d07-8701-4579-a8bc-4167ff781d48'),('7e6af1d3-77e9-4d6f-b1c2-3f3ceff89b25','2023-02-21 20:00:17','2023-02-21 20:00:17','Abel Magwitch is a character from which Charles Dickens novel?','[\"The Pickwick Papers\", \"Nicholas Nickleby\", \"Oliver Twist\", \"Great Expectations\"]','Great Expectations','multiple','hard',0,'bafcd46a-147e-495a-ab8c-9a1ac8967408'),('7f08aaad-043b-4626-a44a-ec6cbe9217d1','2023-02-21 19:59:49','2023-02-21 19:59:49','"Minecraft" was released from beta in 2011 during a convention held in which city?','[\"Paris\", \"Bellevue\", \"London\", \"Las Vegas\"]','Las Vegas','multiple','easy',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('7f4ece8d-26c9-4774-ad10-35979cdec40f','2023-02-21 20:01:16','2023-02-21 20:01:16','In the TV series "Person of Interest", who plays the character "Harold Finch"?','[\"Jim Caviezel\", \"Taraji P. Henson\", \"Kevin Chapman\", \"Michael Emerson\"]','Michael Emerson','multiple','medium',0,'1e7a6b0a-0ff4-4c89-83d5-e8c5e10b107f'),('7ff79d70-07be-43ff-bfa2-b9406f1b443c','2023-02-21 20:01:13','2023-02-21 20:01:13','The Korean War ended in 1953 without any ceasefire.','[\"True\", \"False\"]','False','boolean','medium',0,'b15cb795-e5f9-4476-88c7-deb05f594ec2'),('8059292d-6019-4b49-8263-a7c4dcc79cf9','2023-02-21 19:59:44','2023-02-21 19:59:44','What year was Canada founded in?','[\"1798\", \"1859\", \"1668\", \"1867\"]','1867','multiple','hard',0,'b15cb795-e5f9-4476-88c7-deb05f594ec2'),('80c9aeb9-177e-4145-a93a-3f94fb403e61','2023-02-21 20:00:35','2023-02-21 20:00:35','AMD created the first consumer 64-bit processor.','[\"False\", \"True\"]','True','boolean','medium',0,'a1ab1e28-9c0b-4222-869c-eb3d47504d72'),('82ca0887-ef68-4a90-8111-0640a8b55bf1','2023-02-21 20:00:45','2023-02-21 20:00:45','A statue of Charles Darwin sits in what London museum?','[\"Tate\", \"British Museum\", \"Science Museum\", \"Natural History Museum\"]','Natural History Museum','multiple','medium',0,'a1aae4ad-8454-4362-886f-c7bc9d2bcff8'),('82d9e651-27ed-4fa1-8452-75f8936f50ae','2023-02-21 19:59:10','2023-02-21 19:59:10','How many scoring zones are there on a conventional dart board?','[\"62\", \"42\", \"102\", \"82\"]','82','multiple','medium',0,'f7aec0de-66fa-4c7e-bb76-159979e02dee'),('8343f6d0-1a63-45d1-9534-1508a8cce126','2023-02-21 19:59:39','2023-02-21 19:59:39','A Boolean value of "0" represents which of these words?','[\"True\", \"False\"]','False','boolean','medium',0,'a1ab1e28-9c0b-4222-869c-eb3d47504d72'),('835009c0-78b5-42d7-82e7-316991bda551','2023-02-21 19:59:38','2023-02-21 19:59:38','The medial meniscus forms which part of what joint in the human body?','[\"Elbow\", \"Ankle\", \"Shoulder\", \"Knee\"]','Knee','multiple','medium',0,'a8754cc3-b470-44da-8d99-cef167fc264c'),('838411d0-340e-416d-ac1c-865270ae5dd9','2023-02-21 19:59:38','2023-02-21 19:59:38','Which English king was married to Eleanor of Aquitaine?','[\"Richard I\", \"Henry I\", \"Henry V\", \"Henry II\"]','Henry II','multiple','hard',0,'b15cb795-e5f9-4476-88c7-deb05f594ec2'),('83b81ce3-b8ee-4241-a5bf-35a2117932a6','2023-02-21 20:01:29','2023-02-21 20:01:29','What is the name of Manchester United's home stadium?','[\"Anfield\", \"City of Manchester Stadium\", \"St James Park\", \"Old Trafford\"]','Old Trafford','multiple','easy',0,'f7aec0de-66fa-4c7e-bb76-159979e02dee'),('83df4483-bcf8-49de-9fc9-6b601500a3fd','2023-02-21 20:00:29','2023-02-21 20:00:29','What was the reason for the banning of episode 35 of the "Pokémon Original Series" Anime?','[\"Flashing Images\", \"Jynx\", \"Strong Violence\", \"Gun Usage\"]','Gun Usage','multiple','medium',0,'c81b5ff1-9067-4ba7-aeef-bad32b93f65f'),('849d499f-14e0-4a15-927b-e4cf703cf16c','2023-02-21 20:00:46','2023-02-21 20:00:46','The retail disc of Tony Hawk's Pro Skater 5 only comes with the tutorial.','[\"False\", \"True\"]','True','boolean','hard',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('84a1a4a1-6a34-4fd7-8f0c-bb90080c23ca','2023-02-21 20:00:43','2023-02-21 20:00:43','Which Iron Maiden album did the song "Dream of Mirrors" feature in?','[\"Dance of Death\", \"A Matter of Life and Death\", \"Somewhere in Time\", \"Brave New World\"]','Brave New World','multiple','medium',0,'f0fce4f3-66a5-48c5-aff3-f4406cd2edd6'),('84f2a46b-b4a4-46ea-933d-dcc8fa9746f8','2023-02-21 19:59:22','2023-02-21 19:59:22','Which of these choices is not one of the phases of mitosis?','[\"Metaphase\", \"Anaphase\", \"Telophase\", \"Diplophase\"]','Diplophase','multiple','medium',0,'a8754cc3-b470-44da-8d99-cef167fc264c'),('86173720-be66-48e7-8b41-4969f72a287a','2023-02-21 20:00:33','2023-02-21 20:00:33','What historical event was Tchaikovsky's 1812 Overture referencing?','[\"The American War of 1812\", \"The Russian Revolution\", \"The Charge of the Light Brigade (Crimean War)\", \"The Napoleonic Wars\"]','The Napoleonic Wars','multiple','medium',0,'b15cb795-e5f9-4476-88c7-deb05f594ec2'),('865da01e-d4de-4a50-9816-936e3b7efa18','2023-02-21 19:59:46','2023-02-21 19:59:46','What year did the Battle of Agincourt take place?','[\"1463\", \"1401\", \"1422\", \"1415\"]','1415','multiple','medium',0,'b15cb795-e5f9-4476-88c7-deb05f594ec2'),('8692af3b-765a-4892-8401-376c3787c56c','2023-02-21 20:01:11','2023-02-21 20:01:11','What is not a playable race in "Final Fantasy XIV: A Realm Reborn"?','[\"Miqo'te\", \"Lalafell\", \"Roegadyn\", \"Hume\"]','Hume','multiple','medium',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('884a6959-ad8d-4600-be68-f1f8b324334a','2023-02-21 19:59:07','2023-02-21 19:59:07','Along with Oxygen, which element is primarily responsible for the sky appearing blue?','[\"Helium\", \"Carbon\", \"Hydrogen\", \"Nitrogen\"]','Nitrogen','multiple','medium',0,'a8754cc3-b470-44da-8d99-cef167fc264c'),('8888e4ad-3cda-457d-96aa-5907a4d26db3','2023-02-21 20:00:56','2023-02-21 20:00:56','Which of these mythological creatures is said to be half-man and half-horse?','[\"Minotaur\", \"Pegasus\", \"Gorgon\", \"Centaur\"]','Centaur','multiple','easy',0,'519862d7-fc17-455c-9beb-c7ec3d4087e0'),('891c16c0-60fe-482d-bd77-058e3f39db11','2023-02-21 20:01:11','2023-02-21 20:01:11','What machine element is located in the center of fidget spinners?','[\"Axles\", \"Gears\", \"Belts\", \"Bearings\"]','Bearings','multiple','easy',0,'a1aae4ad-8454-4362-886f-c7bc9d2bcff8'),('896d370c-144b-4154-b50f-8363b84a4d47','2023-02-21 20:01:23','2023-02-21 20:01:23','In what dialogue did Socrates defend himself to the court of Athens? ','[\"The Euthyphro\", \"The Laws\", \"The Republic\", \"The Apology\"]','The Apology','multiple','medium',0,'b15cb795-e5f9-4476-88c7-deb05f594ec2'),('89bc2f20-1414-4518-aa30-e507fe1f0a20','2023-02-21 19:59:15','2023-02-21 19:59:15','What was the subject of the 2014 song "CoCo" by American rapper O. T. Genasis?','[\"Conan O'Brien\", \"Cobalt(II) carbonate\", \"Coconut cream pie\", \"Cocaine\"]','Cocaine','multiple','easy',0,'f0fce4f3-66a5-48c5-aff3-f4406cd2edd6'),('8a34dddb-75a8-406e-81dc-b8454afdcffb','2023-02-21 20:00:59','2023-02-21 20:00:59','Donald Duck played the role of Bob Cratchit in Disney's 1983 adaptation of A Christmas Carol.','[\"True\", \"False\"]','False','boolean','medium',0,'e1829030-ada6-49a9-9d24-70996dd17995'),('8a64a898-34cb-48c9-ba0f-33491ec59998','2023-02-21 20:00:13','2023-02-21 20:00:13','The first half-hour CGI cartoon, ReBoot, aired on which year?','[\"1993\", \"1998\", \"1999\", \"1994\"]','1994','multiple','medium',0,'1e7a6b0a-0ff4-4c89-83d5-e8c5e10b107f'),('8ac9d14a-f3b1-4a5f-828d-4753dbc370f3','2023-02-21 19:59:12','2023-02-21 19:59:12','What is the chemical makeup of water?','[\"C12H6O2\", \"CO2\", \"H\", \"H20\"]','H20','multiple','easy',0,'a8754cc3-b470-44da-8d99-cef167fc264c'),('8ae74afd-9135-495b-9ce4-5a9111adae4b','2023-02-21 20:01:02','2023-02-21 20:01:02','What was the name of the cancelled sequel of Team Fortress?','[\"Team Fortress 2: Desert Mercenaries\", \"Team Fortress 2: Operation Gear Grinder\", \"Team Fortress 2: Return to Classic\", \"Team Fortress 2: Brotherhood of Arms\"]','Team Fortress 2: Brotherhood of Arms','multiple','easy',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('8bb5a0ee-018f-47c0-a75d-405d7d365179','2023-02-21 20:00:54','2023-02-21 20:00:54','How many copies have Metallica album "Metallica" (A.K.A The Black Album) sold worldwide (in Millions of Copies)?','[\"19.5\", \"22.5\", \"25.5\", \"20.5\"]','20.5','multiple','medium',0,'f0fce4f3-66a5-48c5-aff3-f4406cd2edd6'),('8c1dc75d-1dee-48b4-98b9-d42c9d0b83a5','2023-02-21 20:01:02','2023-02-21 20:01:02','A slug’s blood is green.','[\"False\", \"True\"]','True','boolean','easy',0,'a1341207-7849-490c-8acb-88c79fcf76a9'),('8c7d5b43-7ab4-41a9-b696-59c834cccdc8','2023-02-21 19:59:23','2023-02-21 19:59:23','What is Laos?','[\"Region\", \"River\", \"City\", \"Country\"]','Country','multiple','easy',0,'142be3c1-b97a-44cf-85b2-db84d143ce7b'),('8ca0e4dc-f86b-4d1e-b927-773fcad9b139','2023-02-21 19:59:40','2023-02-21 19:59:40','In "Resident Evil", only Chris has access to the grenade launcher.','[\"True\", \"False\"]','False','boolean','medium',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('8cc2b4fd-ac23-44f0-8ef7-201dce16865f','2023-02-21 20:01:03','2023-02-21 20:01:03','In which British seaside town was the BBC sitcom "Fawlty Towers" set?','[\"Blackpool\", \"Bournemouth\", \"Great Yarmouth\", \"Torquay\"]','Torquay','multiple','easy',0,'1e7a6b0a-0ff4-4c89-83d5-e8c5e10b107f'),('8cd4ffe7-bf86-40f9-b1ae-fa74769243cd','2023-02-21 20:01:29','2023-02-21 20:01:29','Who is the main character in One Piece?','[\"Shanks\", \"Zoro\", \"Smoker\", \"Luffy\"]','Luffy','multiple','medium',0,'c81b5ff1-9067-4ba7-aeef-bad32b93f65f'),('8cda4024-9a8f-4fe8-9608-684a0b2c0d7f','2023-02-21 19:59:18','2023-02-21 19:59:18','How many calories are in a 355 ml can of Pepsi Cola?','[\"200\", \"100\", \"155\", \"150\"]','150','multiple','hard',0,'a1aae4ad-8454-4362-886f-c7bc9d2bcff8'),('8d1a9316-42c3-4274-ae6c-71f21ca823b5','2023-02-21 19:59:57','2023-02-21 19:59:57','Who starred as Bruce Wayne and Batman in Tim Burton's 1989 movie "Batman"?','[\"George Clooney\", \"Val Kilmer\", \"Adam West\", \"Michael Keaton\"]','Michael Keaton','multiple','easy',0,'29755a13-1869-46b2-8613-500b270d88f1'),('8d55336a-67c5-49e1-885b-3b3254fbdf92','2023-02-21 19:59:15','2023-02-21 19:59:15','Which Death Grips album is the only one to feature a band member?','[\"Bottomless Pit\", \"The Money Store\", \"The Powers That B\", \"No Love Deep Web\"]','No Love Deep Web','multiple','hard',0,'f0fce4f3-66a5-48c5-aff3-f4406cd2edd6'),('8e2b64ee-ea17-4281-a106-0738b9e62a1b','2023-02-21 20:00:02','2023-02-21 20:00:02','Skateboarding will be included in the 2020 Summer Olympics in Tokyo.','[\"False\", \"True\"]','True','boolean','medium',0,'f7aec0de-66fa-4c7e-bb76-159979e02dee'),('8f3a2a63-e9e5-4a0d-b7ee-ff92147d657a','2023-02-21 20:01:12','2023-02-21 20:01:12','Nova Scotia is on the east coast of Canada.','[\"False\", \"True\"]','True','boolean','easy',0,'142be3c1-b97a-44cf-85b2-db84d143ce7b'),('8f852403-896f-490a-aec0-055a872bd711','2023-02-21 19:58:54','2023-02-21 19:58:54','According to their 1974 hit, what were Brownsville Station doing "In The Boys' Room"?','[\"Hangin'\", \"Lovin'\", \"Peein'\", \"Smokin'\"]','Smokin'','multiple','medium',0,'f0fce4f3-66a5-48c5-aff3-f4406cd2edd6'),('8fc42bcb-f994-4aef-a964-952c3434677e','2023-02-21 19:59:43','2023-02-21 19:59:43','What is the standard SI unit for temperature?','[\"Fahrenheit\", \"Celsius\", \"Rankine\", \"Kelvin\"]','Kelvin','multiple','easy',0,'a8754cc3-b470-44da-8d99-cef167fc264c'),('8fe1bcaf-d3ca-43c3-9167-e643f8705c8b','2023-02-21 19:58:59','2023-02-21 19:58:59','What was the cause of Marilyn Monroes suicide?','[\"Knife Attack\", \"House Fire\", \"Gunshot\", \"Drug Overdose\"]','Drug Overdose','multiple','easy',0,'371de1a0-12fa-44d9-ace3-590db73fee5c'),('905e19e1-9a05-4643-8cca-d51c7be8ec35','2023-02-21 19:59:13','2023-02-21 19:59:13','Which film star has his statue in Leicester Square?','[\"Paul Newman\", \"Rowan Atkinson \", \"Alfred Hitchcock\", \"Charlie Chaplin\"]','Charlie Chaplin','multiple','hard',0,'a1aae4ad-8454-4362-886f-c7bc9d2bcff8'),('906246e9-9503-467b-8b83-9b5294895e62','2023-02-21 19:59:50','2023-02-21 19:59:50','Which of the following tabletop games is the oldest?','[\"Chess\", \"Mahjong\", \"Shogi\", \"Go\"]','Go','multiple','medium',0,'9ae7082b-cdd8-489f-8772-fb7673e402a4'),('92b3d4e6-37a0-4ce3-b9ce-f0abc718baeb','2023-02-21 19:58:55','2023-02-21 19:58:55','Which president erased the national debt of the United States?','[\"Ronald Reagan\", \"John F. Kennedy\", \"Franklin Roosevelt\", \"Andrew Jackson\"]','Andrew Jackson','multiple','medium',0,'e530a152-cfb5-49ea-b1b9-af3357420b5f'),('941b0e88-3839-4665-85f6-22ca3fc7dd57','2023-02-21 20:00:34','2023-02-21 20:00:34','Which of these musicals won the Tony Award for Best Musical?','[\"The Color Purple\", \"American Idiot\", \"Newsies\", \"Rent\"]','Rent','multiple','medium',0,'6e08de4e-34cc-4ff6-bc10-20497c296c3d'),('941bafa1-9c99-4afb-bd97-6e617d22aa82','2023-02-21 20:00:45','2023-02-21 20:00:45','What is a Tetris piece called?','[\"Tetratile\", \"Tetris\", \"Tetripiece\", \"Tetromino\"]','Tetromino','multiple','medium',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('9439ea1d-47a6-45ef-9447-1422cac5939a','2023-02-21 20:00:53','2023-02-21 20:00:53','What North American tourist attraction is served by the "Maid of the Mist" tour company?','[\"Whistler, British Columbia\", \"Disney World\", \"Yosemite National Park\", \"Niagara Falls\"]','Niagara Falls','multiple','hard',0,'142be3c1-b97a-44cf-85b2-db84d143ce7b'),('9467cc5f-0d10-48ed-b237-6ef4aa786c51','2023-02-21 20:01:10','2023-02-21 20:01:10','In the 1995 film "Balto", who are Steele's accomplices?','[\"Dusty, Kirby, and Ralph\", \"Nuk, Yak, and Sumac\", \"Jenna, Sylvie, and Dixie\", \"Kaltag, Nikki, and Star\"]','Kaltag, Nikki, and Star','multiple','easy',0,'29755a13-1869-46b2-8613-500b270d88f1'),('9474007a-f0ca-48b2-b3c6-47e99ea9133e','2023-02-21 19:59:41','2023-02-21 19:59:41','What are the first 6 digits of the number "Pi"?','[\"3.14169\", \"3.12423\", \"3.25812\", \"3.14159\"]','3.14159','multiple','medium',0,'abedc0a7-cc4f-4231-93ce-b1805eaff8bb'),('94815478-265f-42df-8c8f-da2c3cd924fe','2023-02-21 20:00:54','2023-02-21 20:00:54','Who is the director of the 1991 film "Silence of the Lambs"?','[\"Stanley Kubrick\", \"Frank Darabont\", \"Michael Bay\", \"Jonathan Demme\"]','Jonathan Demme','multiple','medium',0,'29755a13-1869-46b2-8613-500b270d88f1'),('94b7e62b-e3e3-4267-b04f-da3060c17e87','2023-02-21 20:01:25','2023-02-21 20:01:25','What was the main currency in Club Penguin?','[\"Stamps\", \"Tickets\", \"Gems\", \"Coins\"]','Coins','multiple','medium',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('94ca7231-46e6-4b92-b0a0-63784d7827df','2023-02-21 19:59:09','2023-02-21 19:59:09','Which of these countries is "doubly landlocked" (surrounded entirely by one or more landlocked countries)?','[\"Switzerland\", \"Bolivia\", \"Ethiopia\", \"Uzbekistan\"]','Uzbekistan','multiple','medium',0,'142be3c1-b97a-44cf-85b2-db84d143ce7b'),('94d16340-34a2-45af-b667-a9f475890df7','2023-02-21 19:59:32','2023-02-21 19:59:32','What is the name of the main character from the music video of "Shelter" by Porter Robinson and A-1 Studios?','[\"Rem\", \"Ren\", \"Ram\", \"Rin\"]','Rin','multiple','medium',0,'f0fce4f3-66a5-48c5-aff3-f4406cd2edd6'),('951a18c0-86f3-4870-8ac4-02d159d1c958','2023-02-21 19:59:08','2023-02-21 19:59:08','How many soccer players should be on the field at the same time?','[\"20\", \"24\", \"26\", \"22\"]','22','multiple','easy',0,'f7aec0de-66fa-4c7e-bb76-159979e02dee'),('963e92b7-d05d-49d4-9252-a016b3e641af','2023-02-21 20:01:12','2023-02-21 20:01:12','Nephelococcygia is the practice of doing what?','[\"Sleeping with your eyes open\", \"Breaking glass with your voice\", \"Swimming in freezing water\", \"Finding shapes in clouds\"]','Finding shapes in clouds','multiple','hard',0,'a1aae4ad-8454-4362-886f-c7bc9d2bcff8'),('96506464-d1ab-4903-8859-72c2e26a2775','2023-02-21 20:01:14','2023-02-21 20:01:14','Which of these positions did the astronomer and physicist Isaac Newton not hold?','[\"Professor of Mathematics\", \"Warden of the Royal Mint\", \"Member of Parliament\", \"Surveyor to the City of London\"]','Surveyor to the City of London','multiple','hard',0,'b15cb795-e5f9-4476-88c7-deb05f594ec2'),('966b4452-3214-4616-b21b-8568545332e0','2023-02-21 20:01:21','2023-02-21 20:01:21','Deus Ex (2000) does not feature the World Trade Center because it was destroyed by terrorist attacks according to the game's plot.','[\"False\", \"True\"]','True','boolean','easy',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('96b51d85-cd59-4317-9a8b-e75f9a675b1c','2023-02-21 20:00:13','2023-02-21 20:00:13','What is the capital of Greenland?','[\"Sisimiut\", \"Narsaq\", \"Maniitsoq\", \"Nuuk\"]','Nuuk','multiple','medium',0,'142be3c1-b97a-44cf-85b2-db84d143ce7b'),('96de2d58-06d1-413d-9a62-2e1e2e31304a','2023-02-21 19:59:58','2023-02-21 19:59:58','In the movie “The Iron Giant,” this character is the protagonist.','[\"Kent Mansley\", \"Dean McCoppin\", \"Annie Hughes\", \"Hogarth Hughes\"]','Hogarth Hughes','multiple','medium',0,'29755a13-1869-46b2-8613-500b270d88f1'),('96fa104e-2563-4633-ba32-0adc0be4ba27','2023-02-21 19:59:50','2023-02-21 19:59:50','An average human can go two weeks without water.','[\"True\", \"False\"]','False','boolean','easy',0,'a8754cc3-b470-44da-8d99-cef167fc264c'),('975dc2b2-6185-4206-81d2-d06154bf84bb','2023-02-21 20:00:21','2023-02-21 20:00:21','What's the Team Fortress 2 Scout's city of origin?','[\"Sydney\", \"Detroit\", \"New York\", \"Boston\"]','Boston','multiple','easy',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('97f54827-2ad3-4423-abe3-88618aca27ba','2023-02-21 20:00:30','2023-02-21 20:00:30','Which city features all of their professional sports teams' jersey's with the same color scheme?','[\"New York\", \"Seattle\", \"Tampa Bay\", \"Pittsburgh\"]','Pittsburgh','multiple','hard',0,'f7aec0de-66fa-4c7e-bb76-159979e02dee'),('982cb872-f215-4da0-9af3-0466720e4750','2023-02-21 20:01:29','2023-02-21 20:01:29','What is the real name of the "Master Of Magnetism" Magneto?','[\"Charles Xavier\", \"Pietro Maximoff\", \"Johann Schmidt\", \"Max Eisenhardt\"]','Max Eisenhardt','multiple','medium',0,'8d1e3415-9b01-4903-9b1c-62f95229bc19'),('9835db1c-049d-4b7a-85ee-77a5832cb557','2023-02-21 20:00:50','2023-02-21 20:00:50','The 2005 video game "Call of Duty 2: Big Red One" is not available on PC.','[\"False\", \"True\"]','True','boolean','easy',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('9953f9d8-c237-4fd2-92f9-dc7db2aec55d','2023-02-21 19:59:42','2023-02-21 19:59:42','Which chemical element has the lowest boiling point?','[\"Hydrogen\", \"Neon\", \"Nitrogen\", \"Helium\"]','Helium','multiple','medium',0,'a8754cc3-b470-44da-8d99-cef167fc264c'),('9cb3d2ec-aa62-448a-8bb4-4a8645f56650','2023-02-21 19:59:49','2023-02-21 19:59:49','Which team won the "Tom Clancy's Rainbow Six Siege" Invitational Event February 2017 in the PC Category?','[\"GIFU\", \"Santos Dexterity\", \"eRa Eternity\", \"Continuum\"]','Continuum','multiple','hard',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('9cc4799d-33d2-4acc-b5ba-6d3bfeecdf69','2023-02-21 19:59:07','2023-02-21 19:59:07','The music group Daft Punk got their name from a negative review they recieved.','[\"False\", \"True\"]','True','boolean','easy',0,'f0fce4f3-66a5-48c5-aff3-f4406cd2edd6'),('9ce389a6-4ea6-41f1-a3be-17927ff2b5e1','2023-02-21 19:59:01','2023-02-21 19:59:01','How tall is the Burj Khalifa?','[\"2,717 ft\", \"2,546 ft\", \"3,024 ft\", \"2,722 ft\"]','2,722 ft','multiple','easy',0,'a1aae4ad-8454-4362-886f-c7bc9d2bcff8'),('9e165ab6-88c4-429f-90ad-eb9f59fab9b4','2023-02-21 19:59:03','2023-02-21 19:59:03','The Flag of the European Union has how many stars on it?','[\"10\", \"14\", \"16\", \"12\"]','12','multiple','easy',0,'a1aae4ad-8454-4362-886f-c7bc9d2bcff8'),('9f5d25f3-6a6a-4e76-9194-4454b95bfda9','2023-02-21 20:00:28','2023-02-21 20:00:28','In Portal, what color is the Morality Core?','[\"Red\", \"Yellow\", \"Blue\", \"Purple\"]','Purple','multiple','medium',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('9f7ea5e1-b14d-42ec-a7d0-43cb030378c6','2023-02-21 20:01:08','2023-02-21 20:01:08','What year was Red Hot Chill Pepper's album "Californication" released?','[\"1997\", \"2000\", \"1992\", \"1999\"]','1999','multiple','medium',0,'f0fce4f3-66a5-48c5-aff3-f4406cd2edd6'),('9f9e6ff8-a38c-49fb-aa70-37655469cdde','2023-02-21 19:59:03','2023-02-21 19:59:03','Which of the following is the term for "surgical complications resulting from surgical sponges left inside the patient's body?','[\"Gongoozler\", \"Jentacular\", \"Meupareunia\", \"Gossypiboma\"]','Gossypiboma','multiple','hard',0,'a8754cc3-b470-44da-8d99-cef167fc264c'),('9fc9b0be-12c8-4a22-88f4-2853dc001016','2023-02-21 20:00:36','2023-02-21 20:00:36','During the Roman Triumvirate of 42 BCE, what region of the Roman Republic was given to Lepidus?','[\"Italia\", \"Gallia\", \"Asia\", \"Hispania \"]','Hispania ','multiple','hard',0,'b15cb795-e5f9-4476-88c7-deb05f594ec2'),('a0e4d906-22b5-4b4f-9b7b-43710ed402eb','2023-02-21 19:58:56','2023-02-21 19:58:56','Butters Stotch, Pip Pirrup, and Wendy Testaburger are all characters in which long running animated TV series?','[\"The Simpsons\", \"Family Guy\", \"Bob's Burgers\", \"South Park\"]','South Park','multiple','easy',0,'e1829030-ada6-49a9-9d24-70996dd17995'),('a1c153b8-db3b-48e3-aba0-2a08f0f6ff73','2023-02-21 20:01:17','2023-02-21 20:01:17','In the film "Interstellar", how long did they spend on Miller's planet?','[\"15 years, 2 months, and 15 days\", \"10 months and 6 days\", \"26 years, 4 months, and 10 days\", \"23 years, 4 months, and 8 days\"]','23 years, 4 months, and 8 days','multiple','hard',0,'29755a13-1869-46b2-8613-500b270d88f1'),('a2c4250f-19dd-400a-8c81-a798a35b1d9f','2023-02-21 19:59:27','2023-02-21 19:59:27','What is a "dakimakura"?','[\"A Chinese meal, essentially composed of fish\", \"A yoga posture\", \"A word used to describe two people who truly love each other\", \"A body pillow\"]','A body pillow','multiple','medium',0,'a1aae4ad-8454-4362-886f-c7bc9d2bcff8'),('a2db44ea-8710-4ec1-b314-e5ffd89972dc','2023-02-21 20:00:15','2023-02-21 20:00:15','Who wrote "Harry Potter"?','[\"J.R.R. Tolkien\", \"Terry Pratchett\", \"Daniel Radcliffe\", \"J.K. Rowling\"]','J.K. Rowling','multiple','easy',0,'bafcd46a-147e-495a-ab8c-9a1ac8967408'),('a2f0a67d-4acf-4e43-9c87-989bdff446db','2023-02-21 19:59:00','2023-02-21 19:59:00','In the show "Tengen Toppa Gurren Lagann" what is the name of the character who force everyone to live underground?','[\"Kingloname\", \"Lord Genome\", \"King Loname\", \"Lordgenome\"]','Lordgenome','multiple','easy',0,'1e7a6b0a-0ff4-4c89-83d5-e8c5e10b107f'),('a3122f8a-a9a2-452b-922c-5346a376782f','2023-02-21 19:59:05','2023-02-21 19:59:05','What Ultimate does Makoto Naegi, protagonist of Danganronpa: Trigger Happy Havoc, have? ','[\"Ultimate Unlucky Student\", \"Ultimate Detective\", \"Ultimate Runner\", \"Ultimate Lucky Student\"]','Ultimate Lucky Student','multiple','easy',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('a3dff3c6-937f-48c4-96ce-2b626410c03b','2023-02-21 20:01:01','2023-02-21 20:01:01','What disease crippled President Franklin D. Roosevelt and led him to help the nation find a cure? ','[\"Cancer\", \"Meningitis\", \"HIV\", \"Polio\"]','Polio','multiple','medium',0,'b15cb795-e5f9-4476-88c7-deb05f594ec2'),('a49f5759-b594-481c-883c-a5ca03ec6ef9','2023-02-21 20:00:21','2023-02-21 20:00:21','Which souls game was not directed by Hidetaka Miyazaki?','[\"Demon Souls\", \"Dark Souls\", \"Dark Souls 3\", \"Dark Souls 2\"]','Dark Souls 2','multiple','hard',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('a4d4c55e-8db8-4f52-be38-0468928fa2a1','2023-02-21 19:59:26','2023-02-21 19:59:26','What is the name of the capital of Turkey?','[\"Istanbul\", \"Izmir\", \"Bursa\", \"Ankara\"]','Ankara','multiple','medium',0,'142be3c1-b97a-44cf-85b2-db84d143ce7b'),('a4e04e10-28c5-468b-acc2-e5939a4e5e3e','2023-02-21 20:01:27','2023-02-21 20:01:27','Originally another word for poppy, coquelicot is a shade of what?','[\"Green\", \"Blue\", \"Pink\", \"Red\"]','Red','multiple','hard',0,'a1aae4ad-8454-4362-886f-c7bc9d2bcff8'),('a4e56971-1bd0-47e7-a5eb-b7ef19de31a6','2023-02-21 19:59:20','2023-02-21 19:59:20','What do you study if you are studying entomology?','[\"Humans\", \"the Brain\", \"Fish\", \"Insects\"]','Insects','multiple','medium',0,'a8754cc3-b470-44da-8d99-cef167fc264c'),('a4f5be4f-2048-4245-9b67-22ea231d73fc','2023-02-21 20:01:08','2023-02-21 20:01:08','What is the capital of India?','[\"Bejing\", \"Montreal\", \"Tithi\", \"New Delhi\"]','New Delhi','multiple','easy',0,'142be3c1-b97a-44cf-85b2-db84d143ce7b'),('a554fd48-2c66-49c5-a696-d0e631106e08','2023-02-21 20:00:16','2023-02-21 20:00:16','How many studio albums have the duo Daft Punk released?','[\"1\", \"5\", \"2\", \"4\"]','4','multiple','easy',0,'f0fce4f3-66a5-48c5-aff3-f4406cd2edd6'),('a5b866db-d9c3-400a-9aa2-430f2e1ad27b','2023-02-21 20:00:38','2023-02-21 20:00:38','Which Kingdom Hearts game featured the cast of "The World Ends With You"?','[\"Birth By Sleep\", \"365/2 Days\", \"Re:Chain of Memories\", \"Dream Drop Distance\"]','Dream Drop Distance','multiple','hard',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('a6478de1-1086-4195-be6e-2369014181a3','2023-02-21 20:00:07','2023-02-21 20:00:07','Phil Fish was the designer of which game?','[\"Super Meat Boy\", \"Hotline Miami\", \"FTL\", \"Fez\"]','Fez','multiple','medium',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('a78d9960-0f55-4ec1-ab0c-8f457e0104d9','2023-02-21 20:00:18','2023-02-21 20:00:18','In baseball, how many fouls are an out?','[\"5\", \"3\", \"2\", \"0\"]','0','multiple','easy',0,'f7aec0de-66fa-4c7e-bb76-159979e02dee'),('a7c558e6-69d2-49dd-a3d1-2337a2c5c34c','2023-02-21 19:59:31','2023-02-21 19:59:31','Which of these names was an actual codename for a cancelled Microsoft project?','[\"Enceladus\", \"Pollux\", \"Saturn\", \"Neptune\"]','Neptune','multiple','hard',0,'a1ab1e28-9c0b-4222-869c-eb3d47504d72'),('a8907626-0164-4772-b6bc-71c5c3c3c984','2023-02-21 20:00:48','2023-02-21 20:00:48','In what year was the first Transformers movie released?','[\"2007\", \"1984\", \"2009\", \"1986\"]','1986','multiple','medium',0,'29755a13-1869-46b2-8613-500b270d88f1'),('a8e2daa5-5bbf-4936-bdbd-40332807f0c6','2023-02-21 19:58:58','2023-02-21 19:58:58','Bohdan Khmelnytsky was which of the following?','[\"General Secretary of the Communist Party of the USSR\", \"Prince of Wallachia\", \"Grand Prince of Novgorod\", \"Leader of the Ukrainian Cossacks\"]','Leader of the Ukrainian Cossacks','multiple','hard',0,'b15cb795-e5f9-4476-88c7-deb05f594ec2'),('a991f700-351b-4e9c-8536-96b43fe4a36a','2023-02-21 20:00:49','2023-02-21 20:00:49','What is the unit of currency in Laos?','[\"Ruble\", \"Konra\", \"Dollar\", \"Kip\"]','Kip','multiple','medium',0,'a1aae4ad-8454-4362-886f-c7bc9d2bcff8'),('a9e6b5db-e514-4ca8-9a24-70fe9c75fac5','2023-02-21 20:01:24','2023-02-21 20:01:24','"The Potato Sack" was a collection of indie games released on Steam in 2011 as a promotion for which game?','[\"Left 4 Dead 2\", \"Half-Life 3\", \"Dota 2\", \"Portal 2\"]','Portal 2','multiple','easy',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('aa0e4a3b-9df0-4fb3-a1ce-4234ed328c75','2023-02-21 19:59:58','2023-02-21 19:59:58','How many sovereign states are members of the United Nations?','[\"201\", \"153\", \"178\", \"195\"]','195','multiple','medium',0,'142be3c1-b97a-44cf-85b2-db84d143ce7b'),('aa245f6e-de15-4a9f-a665-6ef277b26cbb','2023-02-21 19:59:59','2023-02-21 19:59:59','What French sculptor designed the Statue of Liberty? ','[\"Jean-Léon Gérôme\", \"Auguste Rodin\", \"Henri Matisse\", \"Frédéric Auguste Bartholdi\"]','Frédéric Auguste Bartholdi','multiple','hard',0,'ad18b285-28a7-4c23-a774-c5c883dcf5f5'),('aa58c87e-038f-4ead-8a70-c5adafae57b2','2023-02-21 19:59:03','2023-02-21 19:59:03','Which of these is not an additional variation of the color purple?','[\"Byzantium\", \"Pomp and Power\", \"Palatinate\", \"Kobicha\"]','Kobicha','multiple','hard',0,'ad18b285-28a7-4c23-a774-c5c883dcf5f5'),('aaf5ec8f-1e6a-4d0b-8f53-76b4a7906e90','2023-02-21 19:59:31','2023-02-21 19:59:31','How long did it take the motorized window washers of the original World Trade Center to clean the entire exterior of the building?','[\"3 Weeks\", \"1 Week\", \"2 Months\", \"1 Month\"]','1 Month','multiple','hard',0,'a1aae4ad-8454-4362-886f-c7bc9d2bcff8'),('ab7e4ff5-4aee-4ebe-a569-8e4f05293490','2023-02-21 19:59:03','2023-02-21 19:59:03','Which of the following Mario Kart 8 Deluxe items will NOT make you invincible?','[\"Star\", \"Bullet Bill\", \"Boo\", \"Golden Mushroom\"]','Golden Mushroom','multiple','medium',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('ac51b7e2-f534-4b71-b2b4-bed146dd4946','2023-02-21 19:59:06','2023-02-21 19:59:06','What is the name of Ruby Rose's weapon from RWBY?','[\"Thorned Rosebud\", \"Magnhild\", \"Crooked Scythe\", \"Crescent Rose\"]','Crescent Rose','multiple','medium',0,'e1829030-ada6-49a9-9d24-70996dd17995'),('acf09a7b-631c-415a-aee2-01e30fa89304','2023-02-21 20:00:30','2023-02-21 20:00:30','"The Genius" is the original and secondary name of which Wu-Tang Clan member?','[\"Ghostface Killah\", \"Ol' Dirty Bastard\", \"Raekwon the Chef\", \"GZA\"]','GZA','multiple','medium',0,'f0fce4f3-66a5-48c5-aff3-f4406cd2edd6'),('ad9211cb-4f6a-4573-995a-5317ee1de955','2023-02-21 20:00:14','2023-02-21 20:00:14','Who discovered the Law of Gravity?','[\"Galileo Galilei\", \"Charles Darwin\", \"Albert Einstein\", \"Sir Isaac Newton\"]','Sir Isaac Newton','multiple','easy',0,'a8754cc3-b470-44da-8d99-cef167fc264c'),('adb8b4ef-31da-44e2-9d01-1c48b866508f','2023-02-21 19:59:47','2023-02-21 19:59:47','When did the Battle of the Bulge end?','[\"August 6, 1945\", \"December 7, 1941\", \"December 16, 1944\", \"January 25, 1945\"]','January 25, 1945','multiple','medium',0,'b15cb795-e5f9-4476-88c7-deb05f594ec2'),('adbfcaf8-50bd-4591-bcb9-f31a9adf7363','2023-02-21 20:00:35','2023-02-21 20:00:35','Which of these is NOT a playable character in the 2016 video game Overwatch?','[\"Mercy\", \"Winston\", \"Zenyatta\", \"Invoker\"]','Invoker','multiple','easy',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('ae2d71e3-28f6-42b3-adf6-b23280336633','2023-02-21 19:59:23','2023-02-21 19:59:23','Which of these American cities has fewer than 1,000,000 people?','[\"Phoenix, Arizona\", \"San Antonio, Texas\", \"Philadelphia, Pennsylvania\", \"San Francisco, California\"]','San Francisco, California','multiple','medium',0,'142be3c1-b97a-44cf-85b2-db84d143ce7b'),('af5c96b0-d33a-4b17-b5e8-c409fca4c075','2023-02-21 20:01:19','2023-02-21 20:01:19','The United States was a member of the League of Nations.','[\"True\", \"False\"]','False','boolean','easy',0,'b15cb795-e5f9-4476-88c7-deb05f594ec2'),('b06a8e4d-de69-4d53-9701-13a512fc86ac','2023-02-21 19:59:32','2023-02-21 19:59:32','What is the name of the final villain in the manga series "Bleach"?','[\"Juha Bach\", \"Yuhabah\", \"Juhabach\", \"Yhwach\"]','Yhwach','multiple','medium',0,'c81b5ff1-9067-4ba7-aeef-bad32b93f65f'),('b158bcbd-e031-4e6b-8f3b-6626e93929d4','2023-02-21 20:00:19','2023-02-21 20:00:19','When was the first "Half-Life" released?','[\"2004\", \"1999\", \"1997\", \"1998\"]','1998','multiple','hard',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('b196f18d-4791-475c-9bfe-dccbfb4542c6','2023-02-21 20:01:19','2023-02-21 20:01:19','Which of these countries is NOT located in Africa?','[\"Burkina Faso\", \"Mozambique\", \"Algeria\", \"Suriname\"]','Suriname','multiple','medium',0,'142be3c1-b97a-44cf-85b2-db84d143ce7b'),('b1ebc90e-e714-4241-829c-10324e7e220d','2023-02-21 20:01:31','2023-02-21 20:01:31','Who was the guitarist in the band "The Doors"?','[\"Eric Clapton\", \"John Densmore\", \"Jimi Hendrix\", \"Robby Krieger\"]','Robby Krieger','multiple','medium',0,'f0fce4f3-66a5-48c5-aff3-f4406cd2edd6'),('b6dcae9c-a567-4e8f-a4b7-37c617f6b971','2023-02-21 20:00:45','2023-02-21 20:00:45','Which country is the Taedong River in?','[\"South Korea\", \"Japan\", \"China\", \"North Korea\"]','North Korea','multiple','hard',0,'142be3c1-b97a-44cf-85b2-db84d143ce7b'),('b751a344-eb7c-4376-a160-19520c44a1f9','2023-02-21 19:59:21','2023-02-21 19:59:21','How many bytes are in a single Kibibyte?','[\"2400\", \"1000\", \"1240\", \"1024\"]','1024','multiple','medium',0,'a1ab1e28-9c0b-4222-869c-eb3d47504d72'),('b7840f72-e6a7-4807-9ebf-e8ae4c54107a','2023-02-21 20:00:38','2023-02-21 20:00:38','The song "Mystery Train" was released by artist "Little Junior's Blue Flames" in 1953.','[\"False\", \"True\"]','True','boolean','hard',0,'f0fce4f3-66a5-48c5-aff3-f4406cd2edd6'),('b786163d-3e9d-4a33-9a0b-25b1da3044a8','2023-02-21 20:01:30','2023-02-21 20:01:30','What is the name for the auditory illusion of a note that seems to be rising infinitely?','[\"Glissandro Illusion\", \"Fransen Effect\", \"McGurck Effect\", \"Shepard Tone\"]','Shepard Tone','multiple','hard',0,'a8754cc3-b470-44da-8d99-cef167fc264c'),('b7987a78-9b1d-4795-91ca-42629fe6d560','2023-02-21 19:59:45','2023-02-21 19:59:45','Who was the voice actor for Snake in Metal Gear Solid V: The Phantom Pain?','[\"David Hayter\", \"Norman Reedus\", \"Hideo Kojima\", \"Kiefer Sutherland\"]','Kiefer Sutherland','multiple','easy',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('b806dbfb-1ed9-4b21-a7d7-cbdfd5f33334','2023-02-21 19:59:02','2023-02-21 19:59:02','Which RAID array type is associated with data mirroring?','[\"RAID 0\", \"RAID 10\", \"RAID 5\", \"RAID 1\"]','RAID 1','multiple','hard',0,'a1ab1e28-9c0b-4222-869c-eb3d47504d72'),('b8156d5b-635f-4f26-b94d-68f66f92e10c','2023-02-21 19:59:08','2023-02-21 19:59:08','How many people can you recruit in the game Suikoden in a single playthrough?','[\"108\", \"93\", \"96\", \"107\"]','107','multiple','hard',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('b86c1cf8-cd74-4c00-9425-24c86ea452f1','2023-02-21 20:00:38','2023-02-21 20:00:38','Who voices the infamous Citadel Station A.I known as S.H.O.D.A.N, in the System Shock games?','[\" Jennifer Hale\", \"Jenn Taylor\", \"Lori Alan\", \"Terri Brosius\"]','Terri Brosius','multiple','medium',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('b874d97b-cab1-457e-87d4-7771f94a775c','2023-02-21 19:59:52','2023-02-21 19:59:52','Cesar Romero played which iconic Batman villain from the 1960's TV show?','[\"The Penguin\", \"The Riddler\", \"Mr. Freeze\", \"The Joker\"]','The Joker','multiple','medium',0,'1e7a6b0a-0ff4-4c89-83d5-e8c5e10b107f'),('b91b42ef-efe3-4870-853b-7e9db3da9f37','2023-02-21 20:01:25','2023-02-21 20:01:25','What is the capital of Estonia?','[\"Helsinki\", \"Tartu\", \"Riga\", \"Tallinn\"]','Tallinn','multiple','medium',0,'142be3c1-b97a-44cf-85b2-db84d143ce7b'),('ba591435-4b34-48cd-9da6-ec7e81a03c97','2023-02-21 19:59:06','2023-02-21 19:59:06','What numbers did Sayaka Maizono write on the wall in Dangan Ronpa Trigger Happy Havoc?','[\"4, 8, 15, 16, 23, 42\", \"55730\", \"3, 9, 11, 12, 15, 17,\", \"11037\"]','11037','multiple','medium',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('baf5193e-6299-4b7a-80e3-33afa80ddec2','2023-02-21 19:59:09','2023-02-21 19:59:09','Which of these is NOT a terrorist faction in Counter-Strike (2000)?','[\"Phoenix Connection\", \"Elite Crew\", \"Guerrilla Warfare\", \"Midwest Militia\"]','Midwest Militia','multiple','medium',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('bb9bd204-31dc-4a0d-8580-151e3f41a9d8','2023-02-21 19:59:40','2023-02-21 19:59:40','Who is the creator of the soft drink, Dr. Pepper?','[\"James Wellington\", \"Johnson Hinsin\", \"Boris Heviltik\", \"Charles Alderton\"]','Charles Alderton','multiple','hard',0,'b15cb795-e5f9-4476-88c7-deb05f594ec2'),('bbc3c165-d9d1-4e78-82f1-2147c93e653a','2023-02-21 19:59:44','2023-02-21 19:59:44','Which famous rapper is featured in Jack Ü (Skrillex and Diplo)'s 2015 single called "Febreze"?','[\"Kendrick Lamar\", \"Future\", \"Fatman Scoop\", \"2 Chainz\"]','2 Chainz','multiple','easy',0,'f0fce4f3-66a5-48c5-aff3-f4406cd2edd6'),('bbda2d55-e560-4c66-a22b-412b5c3b9b09','2023-02-21 20:00:52','2023-02-21 20:00:52','Which of these weapon classes DO NOT appear in the first Monster Hunter game?','[\"Hammer\", \"Heavy Bowgun\", \"Light Bowgun\", \"Bow \"]','Bow ','multiple','hard',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('bc733761-63f0-4969-84cf-1cd1e079b4e6','2023-02-21 20:00:44','2023-02-21 20:00:44','Gabe Newell was born in which year?','[\"1970\", \"1960\", \"1972\", \"1962 \"]','1962 ','multiple','hard',0,'371de1a0-12fa-44d9-ace3-590db73fee5c'),('bca225ad-62ad-4d6b-9d60-44e517c57337','2023-02-21 20:00:57','2023-02-21 20:00:57','Gabe Newell was born in which year?','[\"1970\", \"1960\", \"1972\", \"1962 \"]','1962 ','multiple','hard',0,'371de1a0-12fa-44d9-ace3-590db73fee5c'),('bce0ebf2-5441-4c68-8a37-3d648981f0f0','2023-02-21 20:01:24','2023-02-21 20:01:24','"Gimmick!" is a Japanese Famicom game that uses a sound chip expansion in the cartridge. What is it called?','[\"VRC7\", \"VRC6\", \"MMC5\", \"FME-7\"]','FME-7','multiple','hard',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('bd5d2e5b-a057-486b-bd0e-9913653b3c41','2023-02-21 20:00:11','2023-02-21 20:00:11','What are Sans and Papyrus named after in "Undertale"?','[\"Plants\", \"Companies\", \"Ancient writing paper\", \"Fonts\"]','Fonts','multiple','easy',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('bdc697f9-2ea3-44c7-8d94-ce3d9577ddae','2023-02-21 20:01:15','2023-02-21 20:01:15','The AHL affiliate team of the Boston Bruins is named what?','[\"New Haven Bruins\", \"Cambridge Bruins\", \"Hartford Bruins\", \"Providence Bruins\"]','Providence Bruins','multiple','hard',0,'f7aec0de-66fa-4c7e-bb76-159979e02dee'),('bdcfd12b-3354-4e1c-a73d-90a14a7681e4','2023-02-21 19:59:15','2023-02-21 19:59:15','Which of these is the name of an American psychedelic rock band formed in 2002 by Benjamin Goldwasser and Andrew VanWyngarden?','[\"MSTRKRFT\", \"STRFKR\", \"SBTRKT\", \"MGMT\"]','MGMT','multiple','medium',0,'f0fce4f3-66a5-48c5-aff3-f4406cd2edd6'),('bf08be10-2b9c-4437-ada8-0282c3f4b00b','2023-02-21 20:00:42','2023-02-21 20:00:42','What three movies, in order from release date, make up the "Dollars Trilogy"?','[\""The Good, the Bad, and the Ugly", "For A Few Dollars More", "A Fistful of Dollars"\", \""For a Few Dollars More", "The Good, the Bad, and the Ugly", "A Fistful of Dollars"\", \""For a Few Dollars More", "A Fistful of Dollars", "The Good, the Bad, and the Ugly"\", \""A Fistful of Dollars", "For a Few Dollars More", "The Good, the Bad, and the Ugly"\"]','"A Fistful of Dollars", "For a Few Dollars More", "The Good, the Bad, and the Ugly"','multiple','hard',0,'29755a13-1869-46b2-8613-500b270d88f1'),('bf1b4e26-54ce-4c93-afc7-830ae458ccbc','2023-02-21 20:01:07','2023-02-21 20:01:07','May 16th of every year is known as __________ Day, named after a punk band prominent in the 1990s.','[\"Goldfinger\", \"Less Than Jake\", \"Lit\", \"Lagwagon\"]','Lagwagon','multiple','medium',0,'f0fce4f3-66a5-48c5-aff3-f4406cd2edd6'),('bf4a579e-c484-42d1-b0d8-e0cb552bc0c1','2023-02-21 20:01:11','2023-02-21 20:01:11','What was the first company to use the term "Golden Master"?','[\"IBM\", \"Microsoft\", \"Google\", \"Apple\"]','Apple','multiple','hard',0,'a1ab1e28-9c0b-4222-869c-eb3d47504d72'),('bf93699e-3447-4f85-bdc8-7ef801e92726','2023-02-21 20:01:11','2023-02-21 20:01:11','Neil Hamburger is played by which comedian?','[\"Nathan Fielder\", \"Tim Heidecker\", \"Todd Glass\", \"Gregg Turkington\"]','Gregg Turkington','multiple','easy',0,'371de1a0-12fa-44d9-ace3-590db73fee5c'),('c041037a-748a-4a9d-b141-3f68361091c1','2023-02-21 19:59:46','2023-02-21 19:59:46','In which Shakespearean play will you find the suicide of Ophelia?','[\"Macbeth\", \"Othello\", \"King Lear\", \"Hamlet\"]','Hamlet','multiple','medium',0,'6e08de4e-34cc-4ff6-bc10-20497c296c3d'),('c0edd0cb-997c-4711-9454-9f5cb6fee0f2','2023-02-21 20:00:26','2023-02-21 20:00:26','"Silhouette", a song performed by the group 'KANA-BOON' is featured as the sixteenth opening of which anime?','[\"One Piece\", \"Naruto\", \"Gurren Lagann\", \"Naruto: Shippūden\"]','Naruto: Shippūden','multiple','medium',0,'c81b5ff1-9067-4ba7-aeef-bad32b93f65f'),('c13cb3c1-677f-4ebb-9328-d942ec9d5ee3','2023-02-21 20:00:59','2023-02-21 20:00:59','Which Pokémon can learn the move "Secret Power" by leveling up?','[\"Type:Null\", \"Arceus\", \"Silvally\", \"Audino\"]','Audino','multiple','easy',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('c1a5e828-73dc-4a05-9c2a-3b8a37cb57f2','2023-02-21 20:00:04','2023-02-21 20:00:04','Bill Cipher in the show "Gravity Falls" is the good guy.','[\"True\", \"False\"]','False','boolean','easy',0,'e1829030-ada6-49a9-9d24-70996dd17995'),('c1d91a13-06e4-4305-9e60-6e1de562fc39','2023-02-21 20:00:25','2023-02-21 20:00:25','Danganronpa Another Episode: Ultra Despair Girls is set after which Danganronpa game?','[\"Danganronpa 2: Goodbye Despair\", \"Danganronpa V3: Killing Harmony\", \"Danganronpa 3: The End of Hope's Peak High School\", \"Danganronpa: Trigger Happy Havoc\"]','Danganronpa: Trigger Happy Havoc','multiple','medium',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('c2709fd7-cead-40b4-a458-aa8d6f123dad','2023-02-21 19:59:15','2023-02-21 19:59:15','What is the last line muttered in the anime film "The End of Evangelion"?','[\""Idiot, I won't let you kill me!"\", \""Nothing."\", \""Goddammit, Shinji."\", \""How disgusting."\"]','"How disgusting."','multiple','hard',0,'c81b5ff1-9067-4ba7-aeef-bad32b93f65f'),('c270deb9-da71-433f-b714-c70504a01a58','2023-02-21 19:59:58','2023-02-21 19:59:58','What was the game "Galaga" was a sequel to?','[\"Galactica\", \"Space Invaders\", \"Galactic Wars\", \"Galaxian\"]','Galaxian','multiple','medium',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('c2f8f8ef-2379-486e-93e0-d37cc6d37122','2023-02-21 20:01:13','2023-02-21 20:01:13','Where is Apple Inc. headquartered?','[\"Redwood City, California\", \"Redmond, Washington\", \"Santa Monica, CA\", \"Cupertino, California\"]','Cupertino, California','multiple','hard',0,'a1aae4ad-8454-4362-886f-c7bc9d2bcff8'),('c30b5f15-4967-4617-91d6-22c9189a9963','2023-02-21 20:00:10','2023-02-21 20:00:10','Who played the Waitress in the Spam sketch of "Monty Python's Flying Circus"?','[\"Eric Idle\", \"Graham Chapman\", \"John Cleese\", \"Terry Jones\"]','Terry Jones','multiple','easy',0,'1e7a6b0a-0ff4-4c89-83d5-e8c5e10b107f'),('c37fd473-2045-453d-bbdd-2a7bdb3533fc','2023-02-21 19:59:54','2023-02-21 19:59:54','A plant that has a life cycle for more than a year is known as an annual.','[\"True\", \"False\"]','False','boolean','easy',0,'a8754cc3-b470-44da-8d99-cef167fc264c'),('c3ef034f-58f0-4881-8074-a3df81df7848','2023-02-21 19:59:30','2023-02-21 19:59:30','Which brass instrument has the lowest pitch in an orchestra?','[\"Trumpet\", \"Saxophone\", \"Trombone\", \"Tuba\"]','Tuba','multiple','easy',0,'f0fce4f3-66a5-48c5-aff3-f4406cd2edd6'),('c3f26287-bd46-4a92-b620-4bcd4247a9b3','2023-02-21 20:00:28','2023-02-21 20:00:28','In addition to his career as an astrologer and "prophet", Nostradamus published a 1555 treatise that included a section on what?','[\"Teaching parrots to talk\", \"Cheating at card games\", \"Digging graves\", \"Making jams and jellies\"]','Making jams and jellies','multiple','hard',0,'b15cb795-e5f9-4476-88c7-deb05f594ec2'),('c496c942-a9d3-491c-a820-8fbbdff93c4a','2023-02-21 19:58:55','2023-02-21 19:58:55','Seoul is the capital of North Korea.','[\"True\", \"False\"]','False','boolean','medium',0,'142be3c1-b97a-44cf-85b2-db84d143ce7b'),('c4c0abb1-c85f-4aa9-9fac-e0254a1f4488','2023-02-21 19:59:59','2023-02-21 19:59:59','What was the world's first video game?','[\"Spacewar!\", \"Pong\", \"Space Travel\", \"Tennis for Two\"]','Tennis for Two','multiple','hard',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('c5d9105b-89e8-463d-8c70-fcd01387f87f','2023-02-21 19:58:53','2023-02-21 19:58:53','What is the capital of the American state of Arizona?','[\"Montgomery\", \"Tallahassee\", \"Raleigh\", \"Phoenix\"]','Phoenix','multiple','easy',0,'142be3c1-b97a-44cf-85b2-db84d143ce7b'),('c753013e-8e46-4db2-809e-efc05f2a552f','2023-02-21 20:01:21','2023-02-21 20:01:21','Which of these animals is NOT a lizard?','[\"Komodo Dragon\", \"Gila Monster\", \"Green Iguana\", \"Tuatara\"]','Tuatara','multiple','hard',0,'a1341207-7849-490c-8acb-88c79fcf76a9'),('c7cb88b8-c8bd-4870-a3e2-fc6186b5738a','2023-02-21 20:00:58','2023-02-21 20:00:58','Before the American colonies switched to the Gregorian calendar in 1752, on what date did their new year start?','[\"June 1st\", \"September 25th\", \"December 1st\", \"March 25th\"]','March 25th','multiple','hard',0,'b15cb795-e5f9-4476-88c7-deb05f594ec2'),('c853e31f-4add-4a36-ac72-cc6cfd4d51a8','2023-02-21 20:01:08','2023-02-21 20:01:08','In The Lord of the Rings: The Fellowship of the Ring, which one of the following characters from the book was left out of the film?','[\"Strider\", \"Barliman Butterbur\", \"Celeborn\", \"Tom Bombadil\"]','Tom Bombadil','multiple','medium',0,'29755a13-1869-46b2-8613-500b270d88f1'),('c8c2ea54-b03e-4f69-89de-759b05a10877','2023-02-21 20:00:33','2023-02-21 20:00:33','When did Spanish Peninsular War start?','[\"1806\", \"1810\", \"1809\", \"1808\"]','1808','multiple','hard',0,'b15cb795-e5f9-4476-88c7-deb05f594ec2'),('ca8658ef-b323-4d43-9ca7-57bacdada5d1','2023-02-21 19:59:20','2023-02-21 19:59:20','What are the names of the Ice Climbers in the video game Ice Climber?','[\"Popo and Nina\", \"Papi and Nana\", \"Papi and Nina\", \"Popo and Nana\"]','Popo and Nana','multiple','medium',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('caea9bb2-7c45-4ec5-9a6d-68dca2c5d2ac','2023-02-21 20:00:45','2023-02-21 20:00:45','Which church's interior in Vatican City was designed in 1503 by renaissance architects including Bramante, Michelangelo and Bernini?','[\"Catania Cathedral\", \"St. Mark’s Basilica\", \"The Duomo of Florence\", \"St. Peter's Basilica\"]','St. Peter's Basilica','multiple','hard',0,'a1aae4ad-8454-4362-886f-c7bc9d2bcff8'),('cb1f27f8-8f87-4414-ac92-7f38fbdcc514','2023-02-21 20:00:16','2023-02-21 20:00:16','What is the colour of unoxidized blood?','[\"Blue\", \"Purple\", \"Green\", \"Red\"]','Red','multiple','medium',0,'a8754cc3-b470-44da-8d99-cef167fc264c'),('cb6099f6-1d11-402c-a6e2-032ae2098795','2023-02-21 20:00:42','2023-02-21 20:00:42','In which of these TV shows did the chef Gordon Ramsay not appear?','[\"Ramsay's Kitchen Nightmares\", \"Hotel Hell\", \"Hell's Kitchen\", \"Auction Hunters\"]','Auction Hunters','multiple','medium',0,'371de1a0-12fa-44d9-ace3-590db73fee5c'),('cbef2d40-fa8e-4b03-9269-2c3c520d3be2','2023-02-21 20:00:11','2023-02-21 20:00:11','The Dice Tower network of board game podcasts and videos is run by which individual?','[\"Jason LeVine\", \"Borth Sampson\", \"Uncle Pennybags\", \"Tom Vasel\"]','Tom Vasel','multiple','hard',0,'9ae7082b-cdd8-489f-8772-fb7673e402a4'),('cc768c49-723a-4d59-9c85-ceab1cd1063c','2023-02-21 20:01:01','2023-02-21 20:01:01','What was the name of Captain Nemo's submarine in "20,000 Leagues Under the Sea"?','[\"The Neptune\", \"The Poseidon \", \"The Atlantis\", \"The Nautilus\"]','The Nautilus','multiple','easy',0,'bafcd46a-147e-495a-ab8c-9a1ac8967408'),('cc91b878-f4af-404e-b5d7-c3d72d6cc085','2023-02-21 19:59:52','2023-02-21 19:59:52','In the "S.T.A.L.K.E.R." series, which of these items can't be used to lower the player's accumulated radiation?','[\"Anti-rad\", \"Medkit\", \"Vodka\", \"Radioprotectant\"]','Radioprotectant','multiple','medium',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('cce1bd1c-998e-4751-9dd4-81da1cae23f7','2023-02-21 20:00:45','2023-02-21 20:00:45','What was the name of the chemical that was dropped on Vietnam during the Vietnam war?','[\"Phosgene\", \"Mustard Gas\", \"Hydrogen Cyanide\", \"Agent Orange\"]','Agent Orange','multiple','medium',0,'b15cb795-e5f9-4476-88c7-deb05f594ec2'),('cd479cf5-fd12-4e04-b46d-e7c7b58a43a5','2023-02-21 20:01:20','2023-02-21 20:01:20','What's the most common time signature for rock songs?','[\"1/2\", \"8/12\", \"2/4\", \"4/4\"]','4/4','multiple','medium',0,'f0fce4f3-66a5-48c5-aff3-f4406cd2edd6'),('cd6989e0-d29b-4f3c-a77c-56ea69c5b545','2023-02-21 19:59:10','2023-02-21 19:59:10','According to scholarly estimates, what percentage of the world population at the time died due to Tamerlane's conquests?','[\"1%\", \"3%\", \"<1%\", \"5%\"]','5%','multiple','medium',0,'b15cb795-e5f9-4476-88c7-deb05f594ec2'),('cdc1368b-369f-4256-b828-012032224bc6','2023-02-21 20:01:04','2023-02-21 20:01:04','How many copies of the notorious E.T. game for the Atari 2600 did Atari end up selling?','[\"1 Million\", \"250 Thousand\", \"Less than 250 Thousand\", \"1.5 Million\"]','1.5 Million','multiple','hard',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('cf03486b-7373-4fe5-8dfe-f72f85c2c3b8','2023-02-21 19:59:08','2023-02-21 19:59:08','Who directed "E.T. the Extra-Terrestrial" (1982)?','[\"Stanley Kubrick\", \"James Cameron\", \"Tim Burton\", \"Steven Spielberg\"]','Steven Spielberg','multiple','easy',0,'29755a13-1869-46b2-8613-500b270d88f1'),('d1c41a13-3251-4d48-868b-ddf7cf3c1ff9','2023-02-21 20:00:57','2023-02-21 20:00:57','Billy Herrington is from which US state?','[\"Arizona\", \"California\", \"Georgia\", \"New York\"]','New York','multiple','hard',0,'371de1a0-12fa-44d9-ace3-590db73fee5c'),('d1f98796-95b8-4c73-b9dc-f824c246f838','2023-02-21 20:00:19','2023-02-21 20:00:19','What ingredient is NOT used to craft a cake in Minecraft?','[\"Wheat\", \"Milk\", \"Egg\", \"Bread\"]','Bread','multiple','easy',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('d2f5f9c2-4e7b-462f-a555-f3e0d4be6999','2023-02-21 20:00:52','2023-02-21 20:00:52','In "A Certain Scientific Railgun", how many "sisters" did Accelerator have to kill to achieve the rumored level 6?','[\"128\", \"10,000\", \"5,000\", \"20,000\"]','20,000','multiple','easy',0,'c81b5ff1-9067-4ba7-aeef-bad32b93f65f'),('d3047af6-c4a2-4f89-827a-d5d0dd5efd31','2023-02-21 20:00:18','2023-02-21 20:00:18','Who was the Roman god of fire?','[\"Apollo\", \"Jupiter\", \"Mercury\", \"Vulcan\"]','Vulcan','multiple','medium',0,'519862d7-fc17-455c-9beb-c7ec3d4087e0'),('d3508434-5c88-4327-ab31-66dca34ddfda','2023-02-21 19:59:14','2023-02-21 19:59:14','The medical condition osteoporosis affects which part of the body?','[\"Skin\", \"Brain\", \"Heart\", \"Bones\"]','Bones','multiple','medium',0,'a8754cc3-b470-44da-8d99-cef167fc264c'),('d48886d2-7bb6-4f4c-8568-1b4aff979d39','2023-02-21 20:00:28','2023-02-21 20:00:28','In "Magic: The Gathering", what instant card has the highest converted mana cost?','[\"Vitalizing Wind\", \" Chant of Vitu-Ghazi\", \"Assert Authority\", \"Blinkmoth Infusion\"]','Blinkmoth Infusion','multiple','medium',0,'9ae7082b-cdd8-489f-8772-fb7673e402a4'),('d570bd54-a7cb-4318-a441-41e7792ec64c','2023-02-21 19:59:54','2023-02-21 19:59:54','What is the name of a rabbit's abode?','[\"Nest\", \"Den\", \"Dray\", \"Burrow\"]','Burrow','multiple','easy',0,'a1341207-7849-490c-8acb-88c79fcf76a9'),('d571fceb-69a0-4a58-9b84-19ae6e6fa7c0','2023-02-21 20:01:23','2023-02-21 20:01:23','In Super Smash Bros. for Nintendo 3DS and Nintendo Wii U, who was the sixth fighter to be added to the game post-launch?','[\"Cloud\", \"Bayonnetta\", \"Ryu\", \"Corrin\"]','Corrin','multiple','hard',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('d59f2776-6780-4503-8b27-19a91125830b','2023-02-21 20:00:01','2023-02-21 20:00:01','In the "Harry Potter" series, what is Headmaster Dumbledore's full name?','[\"Albus Valum Jetta Mobius Dumbledore\", \"Albus James Lunae Otto Dumbledore\", \"Albus Valencium Horatio Kul Dumbledore\", \"Albus Percival Wulfric Brian Dumbledore\"]','Albus Percival Wulfric Brian Dumbledore','multiple','hard',0,'bafcd46a-147e-495a-ab8c-9a1ac8967408'),('d5c8bf29-f1af-4304-9543-9be9d1d5376a','2023-02-21 20:01:06','2023-02-21 20:01:06','You can legally drink alcohol while driving in Mississippi.','[\"False\", \"True\"]','True','boolean','easy',0,'a1aae4ad-8454-4362-886f-c7bc9d2bcff8'),('d5f536e7-fef4-4d64-8ee0-c528f91f73f8','2023-02-21 20:00:56','2023-02-21 20:00:56','Which member of "The Beatles" narrated episodes of "Thomas the Tank Engine"?','[\"George Harrison\", \"John Lennon\", \"Paul McCartney\", \"Ringo Starr\"]','Ringo Starr','multiple','medium',0,'f0fce4f3-66a5-48c5-aff3-f4406cd2edd6'),('d6884e51-ecb7-4903-8790-582b440e5221','2023-02-21 20:00:55','2023-02-21 20:00:55','Which of the following cellular device companies is NOT headquartered in Asia?','[\"LG Electronics\", \"Samsung\", \"HTC\", \"Nokia\"]','Nokia','multiple','hard',0,'3d9453a8-915e-4431-b176-4aa72db9e960'),('d73b47ff-ab84-486c-b23b-1b970cb34941','2023-02-21 19:59:32','2023-02-21 19:59:32','Which of these is a stop codon in DNA?','[\"ACT\", \"ACA\", \"GTA\", \"TAA\"]','TAA','multiple','hard',0,'a8754cc3-b470-44da-8d99-cef167fc264c'),('d82b4b10-4639-4ade-add6-876b4e6c740f','2023-02-21 19:59:49','2023-02-21 19:59:49','In Yu-Gi-Oh, how does a player perform an Xyz Summon?','[\"Activate a Spell and Send Monsters to the Graveyard\", \"Add the Monsters' Levels Together to Match the Xyz Monster\", \"Banish A Number of Monsters From Your Hand And Deck\", \"Overlay at least 2 Monsters of the Same Level\"]','Overlay at least 2 Monsters of the Same Level','multiple','medium',0,'9ae7082b-cdd8-489f-8772-fb7673e402a4'),('d8a30ca2-5371-4940-b13a-76fd7a6238d7','2023-02-21 19:59:42','2023-02-21 19:59:42','Who is the writer of the game "Half-Life"?','[\"Gabe Newell\", \"Robin Walker\", \"Chet Faliszek\", \"Marc Laidlaw\"]','Marc Laidlaw','multiple','easy',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('d9f540c8-6053-43df-b582-8351ccaa2018','2023-02-21 20:01:20','2023-02-21 20:01:20','Which is not a type of neuron?','[\"Sensory Neuron\", \"Motor Neuron\", \"Interneuron\", \"Perceptual Neuron\"]','Perceptual Neuron','multiple','hard',0,'a8754cc3-b470-44da-8d99-cef167fc264c'),('d9fbcf3a-926c-48b6-aa28-74649bc572ff','2023-02-21 20:00:05','2023-02-21 20:00:05','How many total monsters appear in Monster Hunter Generations?','[\"100\", \"98\", \"73\", \"105\"]','105','multiple','hard',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('da5861a9-d6c5-4712-9b04-8451ae5275fb','2023-02-21 19:59:55','2023-02-21 19:59:55','What is the smallest number that can be expressed as the sum of two positive cubes in two different ways?','[\"91\", \"561\", \"4104\", \"1729\"]','1729','multiple','hard',0,'abedc0a7-cc4f-4231-93ce-b1805eaff8bb'),('da6f5b0d-2db5-40bc-9bfb-3b1121e4c942','2023-02-21 20:01:22','2023-02-21 20:01:22','Which actor plays Obi-Wan Kenobi in Star Wars Episodes I-lll?','[\"Alec Guinness\", \"Hayden Christensen\", \"Liam Neeson\", \"Ewan McGregor\"]','Ewan McGregor','multiple','easy',0,'29755a13-1869-46b2-8613-500b270d88f1'),('db8eafdb-5283-41e7-b34b-d9c01392b6f0','2023-02-21 20:00:06','2023-02-21 20:00:06','Romanian belongs to the Romance language family, shared with French, Spanish, Portuguese and Italian. ','[\"False\", \"True\"]','True','boolean','easy',0,'a1aae4ad-8454-4362-886f-c7bc9d2bcff8'),('dbe84429-f873-4531-a5ca-6ee7451a679d','2023-02-21 20:01:17','2023-02-21 20:01:17','The flag of South Africa features 7 colours.','[\"True\", \"False\"]','False','boolean','medium',0,'142be3c1-b97a-44cf-85b2-db84d143ce7b'),('dc002269-c14f-4449-b51c-44bfac4e9cf2','2023-02-21 19:59:12','2023-02-21 19:59:12','The animated film "Spirited Away" won the Academy Award for Best Animated Feature at the 75th Academy Awards in 2003.','[\"False\", \"True\"]','True','boolean','medium',0,'c81b5ff1-9067-4ba7-aeef-bad32b93f65f'),('dc151582-f2b6-4442-b1ef-c5adba57c74e','2023-02-21 19:59:16','2023-02-21 19:59:16','Guy's Grocery Games is hosted by which presenter?','[\"Guy Martin\", \"Guy Ritchie\", \"Ainsley Harriott\", \"Guy Fieri\"]','Guy Fieri','multiple','easy',0,'1e7a6b0a-0ff4-4c89-83d5-e8c5e10b107f'),('dc4f4e77-7929-4b00-85d6-5bef39bf5f34','2023-02-21 19:58:56','2023-02-21 19:58:56','Au on the Periodic Table refers to which element?','[\"Silver\", \"Oxygen\", \"Nickel\", \"Gold\"]','Gold','multiple','medium',0,'a8754cc3-b470-44da-8d99-cef167fc264c'),('dcb8ab0c-fd77-4543-b738-dde2b8d830b7','2023-02-21 19:59:27','2023-02-21 19:59:27','What is the name of the album released in 2014 by American band Maroon 5?','[\"X\", \"III\", \"IV\", \"V\"]','V','multiple','easy',0,'f0fce4f3-66a5-48c5-aff3-f4406cd2edd6'),('dced37e7-ce8a-4906-b014-2c24c0d686d4','2023-02-21 20:00:01','2023-02-21 20:00:01','In 2016, the United Kingdom voted to stay in the EU.','[\"True\", \"False\"]','False','boolean','easy',0,'e530a152-cfb5-49ea-b1b9-af3357420b5f'),('dd1e6f2d-607b-4df6-bd13-ccb989891e73','2023-02-21 19:58:52','2023-02-21 19:58:52','Which city is the capital of the United States of America?','[\"Seattle\", \"Albany\", \"Los Angeles\", \"Washington D.C\"]','Washington D.C','multiple','easy',0,'142be3c1-b97a-44cf-85b2-db84d143ce7b'),('dd8e63eb-6a6b-4507-bb03-da5b8f63897c','2023-02-21 20:00:09','2023-02-21 20:00:09','The ADAM collecters in the Bioshock series are known as Little Sisters.','[\"False\", \"True\"]','True','boolean','medium',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('de1c9487-a6aa-4127-af52-0a49fcd2de56','2023-02-21 20:00:01','2023-02-21 20:00:01','Who is the main character of "Metal Gear Solid 3"?','[\"Solid Snake\", \"Liquid Snake\", \"Venom Snake\", \"Naked Snake\"]','Naked Snake','multiple','medium',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('de4889ef-22b0-4c4d-8108-9721c1db0fb7','2023-02-21 20:00:59','2023-02-21 20:00:59','During World War I, which nation's monarchs were blood related?','[\"France, Russia, Germany\", \"Serbia, Russia, Croatia\", \"Germany, Spain, Austria\", \"England, Germany, Russia\"]','England, Germany, Russia','multiple','hard',0,'b15cb795-e5f9-4476-88c7-deb05f594ec2'),('de614ef1-a910-4403-80ca-6948e8dc4fb6','2023-02-21 20:00:14','2023-02-21 20:00:14','Who is the main character in One Piece?','[\"Shanks\", \"Zoro\", \"Smoker\", \"Luffy\"]','Luffy','multiple','medium',0,'c81b5ff1-9067-4ba7-aeef-bad32b93f65f'),('dea8baf9-92ec-47a6-9fe0-8db17d153346','2023-02-21 20:00:43','2023-02-21 20:00:43','Which of these games takes place in the Irish town of Doolin, with the option to play as one of the characters, Ellen and Keats?','[\"Shadow of the Colossus\", \"ICO\", \"Beyond Good & Evil\", \"Folklore\"]','Folklore','multiple','medium',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('dec20e4e-d442-45f3-911e-2f492e72ffef','2023-02-21 19:59:33','2023-02-21 19:59:33','Which famous New York Yankees outfielder did Marilyn Monroe marry?','[\"Tino Martinez\", \"Babe Ruth\", \"Mason Williams\", \"Joe DiMaggio\"]','Joe DiMaggio','multiple','medium',0,'371de1a0-12fa-44d9-ace3-590db73fee5c'),('df284491-0209-4446-945b-d236d269a5bf','2023-02-21 20:00:49','2023-02-21 20:00:49','What is the name of Finnish DJ Darude's hit single released in October 1999?','[\"Dust Devil\", \"Sirocco\", \"Khamsin\", \"Sandstorm\"]','Sandstorm','multiple','easy',0,'f0fce4f3-66a5-48c5-aff3-f4406cd2edd6'),('df2c1761-36f0-409c-aa5b-149bffe40001','2023-02-21 19:58:59','2023-02-21 19:58:59','In the anime Black Butler, who is betrothed to be married to Ciel Phantomhive?','[\"Rachel Phantomhive\", \"Alexis Leon Midford\", \"Angelina Dalles\", \"Elizabeth Midford\"]','Elizabeth Midford','multiple','easy',0,'c81b5ff1-9067-4ba7-aeef-bad32b93f65f'),('df49be7b-155c-4e6d-84da-a9584b48e1fc','2023-02-21 20:00:46','2023-02-21 20:00:46','When was the first Call of Duty title released?','[\"December 1, 2003\", \"November 14, 2002\", \"July 18, 2004\", \"October 29, 2003\"]','October 29, 2003','multiple','hard',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('e0ee8912-6c7f-4c64-909a-883808d65e92','2023-02-21 19:59:01','2023-02-21 19:59:01','In the "Archie" comics, who was Jughead's first girlfriend?','[\"Ethel\", \"Debbi\", \"Margret\", \"Joani\"]','Joani','multiple','hard',0,'8d1e3415-9b01-4903-9b1c-62f95229bc19'),('e10b8e2a-1ab6-4f3b-8019-dfd05ae9da1e','2023-02-21 20:00:27','2023-02-21 20:00:27','Pete Townshend collaborated with which famous guitarist for an event at Brixton Academy in 1985?','[\"Jimmy Page\", \"Mark Knopfler\", \"Eric Clapton\", \"David Gilmour\"]','David Gilmour','multiple','hard',0,'f0fce4f3-66a5-48c5-aff3-f4406cd2edd6'),('e19321f4-00f9-48f6-b2ea-4599b3a02b42','2023-02-21 20:00:27','2023-02-21 20:00:27','New Haven is the capital city of the state of Connecticut in the United States.','[\"True\", \"False\"]','False','boolean','easy',0,'142be3c1-b97a-44cf-85b2-db84d143ce7b'),('e1b7864c-b70d-4d27-9b19-c98853525d33','2023-02-21 20:00:37','2023-02-21 20:00:37','What character was once considered to be the 27th letter of the alphabet?','[\"Interrobang\", \"Tilde\", \"Pilcrow\", \"Ampersand\"]','Ampersand','multiple','medium',0,'a1aae4ad-8454-4362-886f-c7bc9d2bcff8'),('e1eccf20-1a46-4c03-93c2-0495380b3468','2023-02-21 20:01:06','2023-02-21 20:01:06','What year was "JoJo's Bizarre Adventure: Phantom Blood" first released?','[\"2013\", \"1983\", \"1995\", \"1987\"]','1987','multiple','hard',0,'c81b5ff1-9067-4ba7-aeef-bad32b93f65f'),('e2eb904a-cf8b-4473-8d07-75de2a1f3a2c','2023-02-21 19:59:31','2023-02-21 19:59:31','There are no deserts in Europe.','[\"False\", \"True\"]','True','boolean','easy',0,'142be3c1-b97a-44cf-85b2-db84d143ce7b'),('e34acbd5-fcc3-4463-9b80-001eca22b258','2023-02-21 20:00:08','2023-02-21 20:00:08','"Doctor Who" star David Tennant performed in a rendition of which Shakespearean play?','[\"The Tempest\", \"Othello\", \"The Taming of the Shrew\", \"Hamlet\"]','Hamlet','multiple','easy',0,'6e08de4e-34cc-4ff6-bc10-20497c296c3d'),('e393270c-7934-4347-9d3b-c8fa7e868981','2023-02-21 20:00:21','2023-02-21 20:00:21','Which one of these scientists conducted the Gold Foil Experiment which concluded that atoms are mostly made of empty space?','[\"Joseph John Thomson\", \"Archimedes\", \"Niels Henrik David Bohr\", \"Ernest Rutherford\"]','Ernest Rutherford','multiple','medium',0,'a8754cc3-b470-44da-8d99-cef167fc264c'),('e49642a2-476a-422a-8acb-9ba71f8df6a0','2023-02-21 20:01:27','2023-02-21 20:01:27','What is the scientific term for 'taste'?','[\"Olfaction\", \"Somatosensation\", \"Auditory Perception\", \"Gustatory Perception\"]','Gustatory Perception','multiple','medium',0,'a8754cc3-b470-44da-8d99-cef167fc264c'),('e4e29c35-8cd6-463a-9b94-2886777065d9','2023-02-21 20:01:10','2023-02-21 20:01:10','"The Singing Cowboy" Gene Autry is credited with the first recording for all but which classic Christmas jingle?','[\"Frosty the Snowman\", \"Rudolph the Red-Nosed Reindeer\", \"Here Comes Santa Claus\", \"White Christmas\"]','White Christmas','multiple','easy',0,'f0fce4f3-66a5-48c5-aff3-f4406cd2edd6'),('e59802bf-64c7-4f1c-b1d3-0c4271ca4a99','2023-02-21 19:59:13','2023-02-21 19:59:13','Which of the following is an existing family in "The Sims"?','[\"The Family\", \"The Simoleon Family\", \"The Proud Family\", \"The Goth Family\"]','The Goth Family','multiple','hard',0,'a1aae4ad-8454-4362-886f-c7bc9d2bcff8'),('e64fbfa3-1e38-4d41-acca-18f61f282a0a','2023-02-21 19:59:29','2023-02-21 19:59:29','What was the first James Bond film?','[\"Goldfinger\", \"From Russia With Love\", \"Thunderball\", \"Dr. No\"]','Dr. No','multiple','easy',0,'29755a13-1869-46b2-8613-500b270d88f1'),('e7602263-9c00-463c-9a2a-78b388f9d77b','2023-02-21 20:00:21','2023-02-21 20:00:21','What scientific family does the Aardwolf belong to?','[\"Canidae\", \"Felidae\", \"Eupleridae\", \"Hyaenidae\"]','Hyaenidae','multiple','hard',0,'a1341207-7849-490c-8acb-88c79fcf76a9'),('e7e0d610-02bd-4fbe-8a9a-59bba34b352c','2023-02-21 19:59:36','2023-02-21 19:59:36','What is the name of the protagonist's first Persona in "Persona 5"?','[\"Mara\", \"Izanagi\", \"Sandaphlon\", \"Arsene\"]','Arsene','multiple','medium',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('e818147c-186b-4873-9954-10058551d900','2023-02-21 19:58:56','2023-02-21 19:58:56','What word represents the letter 'T' in the NATO phonetic alphabet?','[\"Target\", \"Taxi\", \"Turkey\", \"Tango\"]','Tango','multiple','easy',0,'a1aae4ad-8454-4362-886f-c7bc9d2bcff8'),('e818b635-8317-4146-936c-2c0281cac3b5','2023-02-21 19:59:45','2023-02-21 19:59:45','The 'Squaring the Circle' problem is solvable.','[\"True\", \"False\"]','False','boolean','easy',0,'abedc0a7-cc4f-4231-93ce-b1805eaff8bb'),('e89e54d8-f345-4df9-82e5-bd84a24073b2','2023-02-21 20:01:06','2023-02-21 20:01:06','What two characters from the game Undertale are never in a relationship or not related?','[\"Sans & Papyrus\", \"Toriel & Asgore\", \"Alphys & Undyne\", \"Frisk & Chara\"]','Frisk & Chara','multiple','medium',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('e9b19928-2f8e-4e26-a7be-fd86b9a515e6','2023-02-21 19:59:50','2023-02-21 19:59:50','The LS3 engine is how many cubic inches?','[\"346\", \"364\", \"427\", \"376\"]','376','multiple','easy',0,'2f727d07-8701-4579-a8bc-4167ff781d48'),('ea5e95a0-f452-4013-b4ca-62edbc704e6f','2023-02-21 19:59:34','2023-02-21 19:59:34','Which of these games was NOT developed by Markus Persson?','[\"Minecraft\", \"Wurm Online\", \"0x10c\", \"Dwarf Fortress\"]','Dwarf Fortress','multiple','hard',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('eb34531a-1621-45f9-8894-6317e2e4fc44','2023-02-21 20:00:05','2023-02-21 20:00:05','What was the original name of Crash Bandicoot?','[\"Coco Bandicoot\", \"Marvelous Mole\", \"Wally Wombat\", \"Willie Wombat\"]','Willie Wombat','multiple','easy',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('eb6a1239-2b00-4bab-8fc9-8b7ca4e72866','2023-02-21 20:01:17','2023-02-21 20:01:17','In the TV show "Cheers", Sam Malone was a former relief pitcher for which baseball team?','[\"New York Mets\", \"Baltimore Orioles\", \"Milwaukee Brewers\", \"Boston Red Sox\"]','Boston Red Sox','multiple','easy',0,'1e7a6b0a-0ff4-4c89-83d5-e8c5e10b107f'),('eba7ed21-b401-4e6f-9d4d-5821b4aee6c4','2023-02-21 19:59:28','2023-02-21 19:59:28','If you planted the seeds of Quercus robur what would grow?','[\"Flowers\", \"Vegtables\", \"Grains\", \"Trees\"]','Trees','multiple','hard',0,'a8754cc3-b470-44da-8d99-cef167fc264c'),('ebfc1971-833c-484a-a0e5-03adc37a39b6','2023-02-21 19:59:01','2023-02-21 19:59:01','In "Hunter x Hunter", which of the following is NOT a type of Nen aura?','[\"Emission\", \"Transmutation\", \"Specialization\", \"Restoration\"]','Restoration','multiple','hard',0,'c81b5ff1-9067-4ba7-aeef-bad32b93f65f'),('ec692c95-fc54-4a10-8194-10085b7cec40','2023-02-21 19:59:01','2023-02-21 19:59:01','In "Hunter x Hunter", what are members in Killua's family known for being?','[\"Bandits\", \"Hunters\", \"Ninjas\", \"Assassins\"]','Assassins','multiple','hard',0,'c81b5ff1-9067-4ba7-aeef-bad32b93f65f'),('ed25a783-2d29-422c-aa68-13ace1348218','2023-02-21 19:59:17','2023-02-21 19:59:17','"All the Boys" by Panic! At the Disco was released as a bonus track on what album?','[\"A Fever You Can't Sweat Out\", \"Death Of A Bachelor\", \"Vices & Virtues\", \"Too Weird To Live, Too Rare To Die!\"]','Too Weird To Live, Too Rare To Die!','multiple','hard',0,'f0fce4f3-66a5-48c5-aff3-f4406cd2edd6'),('ed3d9a4a-8344-47be-a9d4-002a7a2669fa','2023-02-21 19:58:58','2023-02-21 19:58:58','In the Star Trek universe, what color is Vulcan blood?','[\"Blue\", \"Red\", \"Purple\", \"Green\"]','Green','multiple','easy',0,'1e7a6b0a-0ff4-4c89-83d5-e8c5e10b107f'),('ed46598c-9d30-49a7-a750-18850e8e0291','2023-02-21 20:01:26','2023-02-21 20:01:26','The sum of any two odd integers is odd.','[\"True\", \"False\"]','False','boolean','easy',0,'abedc0a7-cc4f-4231-93ce-b1805eaff8bb'),('ed62796e-b088-40e8-a08b-fc478b2a11ef','2023-02-21 20:00:54','2023-02-21 20:00:54','In "Overwatch", how much health does Roadhog's "Take a Breather" ability recover?','[\"100\", \"200\", \"400\", \"300\"]','300','multiple','medium',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('ed68d334-b1b4-4e4f-9064-772dfd112d16','2023-02-21 19:59:44','2023-02-21 19:59:44','What does TIE stand for in reference to the TIE Fighter in "Star Wars"?','[\"Twin Iron Engine\", \"Twin Intercepter Engine\", \"Twin Inception Engine\", \"Twin Ion Engine\"]','Twin Ion Engine','multiple','medium',0,'29755a13-1869-46b2-8613-500b270d88f1'),('edd2491a-49dd-4eda-8a00-6063034d2961','2023-02-21 19:59:05','2023-02-21 19:59:05','In the game Sonic Forces, which of the following was not from a previous game?','[\"Metal Sonic\", \"Zavoc\", \"Chaos\", \"Infinite\"]','Infinite','multiple','easy',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('ee4f2a47-2c5e-4a38-bbba-cf78c2fe3d6b','2023-02-21 20:01:02','2023-02-21 20:01:02','What is the title of The Allman Brothers Band instrumental used as the theme to the BBC motoring show, 'Top Gear'?','[\"Angela\", \"Erica\", \"Sandra\", \"Jessica\"]','Jessica','multiple','medium',0,'1e7a6b0a-0ff4-4c89-83d5-e8c5e10b107f'),('ee55cc3c-34fa-49a2-b2e0-6190fdde5a54','2023-02-21 19:59:33','2023-02-21 19:59:33','In what year was "Super Mario Sunshine" released?','[\"2003\", \"2000\", \"2004\", \"2002\"]','2002','multiple','medium',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('efcfa89a-d6da-4f0b-926f-8db5675ce5c3','2023-02-21 19:59:54','2023-02-21 19:59:54','Which of the following elements is typically used in the doping of the semiconductor silicon?','[\"Oxygen\", \"Carbon\", \"Iron\", \"Boron\"]','Boron','multiple','hard',0,'a8754cc3-b470-44da-8d99-cef167fc264c'),('f02d53df-c870-4774-afc0-9612d5105ac0','2023-02-21 19:59:00','2023-02-21 19:59:00','Which of these countries is the smallest by population?','[\"Slovakia\", \"Finland\", \"Hong Kong\", \"Norway\"]','Norway','multiple','medium',0,'142be3c1-b97a-44cf-85b2-db84d143ce7b'),('f08e9244-8a91-4df4-ac96-5f5bf9245a37','2023-02-21 19:59:21','2023-02-21 19:59:21','Which artist curated the official soundtrack for "The Hunger Games: Mockingjay - Part 1"?','[\"Kanye West\", \"Tove Lo\", \"Charli XCX\", \"Lorde\"]','Lorde','multiple','medium',0,'f0fce4f3-66a5-48c5-aff3-f4406cd2edd6'),('f110c17b-7278-4594-ade9-8a317648b58e','2023-02-21 20:00:59','2023-02-21 20:00:59','Which basketball team has attended the most NBA grand finals?','[\"Boston Celtics\", \"Philadelphia 76ers\", \"Golden State Warriors\", \"Los Angeles Lakers\"]','Los Angeles Lakers','multiple','medium',0,'f7aec0de-66fa-4c7e-bb76-159979e02dee'),('f247837b-6251-4238-a630-8904df534f85','2023-02-21 20:00:35','2023-02-21 20:00:35','In the show, Doctor Who, what does T.A.R.D.I.S stand for?','[\"Time And Resting Dimensions In Space\", \"Time And Relative Dimensions In Style\", \"Toilet Aid Rope Dog Is Soup\", \"Time And Relative Dimensions In Space\"]','Time And Relative Dimensions In Space','multiple','easy',0,'1e7a6b0a-0ff4-4c89-83d5-e8c5e10b107f'),('f2961b8b-c12d-4896-b75c-3bc5e3ed20e8','2023-02-21 19:59:19','2023-02-21 19:59:19','What is the Portuguese word for "Brazil"?','[\"Brazil\", \"Brasilia\", \"Brasíl\", \"Brasil\"]','Brasil','multiple','medium',0,'a1aae4ad-8454-4362-886f-c7bc9d2bcff8'),('f2f5ca9f-685c-408b-8553-f30899ebc23b','2023-02-21 19:59:13','2023-02-21 19:59:13','Ashley Frangipane performs under the stage name Halsey.','[\"False\", \"True\"]','True','boolean','medium',0,'f0fce4f3-66a5-48c5-aff3-f4406cd2edd6'),('f3178763-bdc0-41aa-b39e-73a6c57b961b','2023-02-21 19:59:54','2023-02-21 19:59:54','In the game "Until Dawn" Emily is the only playable character who can be killed by another playable character directly.','[\"False\", \"True\"]','True','boolean','medium',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('f341e9ec-9f8b-4aac-a802-92ce40c3c36b','2023-02-21 20:00:11','2023-02-21 20:00:11','What was the number on Gerald's shirt in "Hey Arnold!"?','[\"88\", \"38\", \"83\", \"33\"]','33','multiple','medium',0,'e1829030-ada6-49a9-9d24-70996dd17995'),('f4d63bd7-6fb8-4946-a4b6-6ca0b89c3a7b','2023-02-21 20:01:30','2023-02-21 20:01:30','Which of the following actors has only been in a Quentin Tarantino directed film once?','[\"Christoph Waltz\", \"Harvey Keitel\", \"Samuel L. Jackson\", \"John Travolta\"]','John Travolta','multiple','easy',0,'29755a13-1869-46b2-8613-500b270d88f1'),('f4fa0f71-d14d-46bb-9361-bb4ed10997f6','2023-02-21 20:00:07','2023-02-21 20:00:07','How many timezones does Russia have?','[\"6\", \"24\", \"16\", \"11\"]','11','multiple','medium',0,'142be3c1-b97a-44cf-85b2-db84d143ce7b'),('f57c29b2-50d8-4a57-ac58-7c9949f2b226','2023-02-21 20:00:03','2023-02-21 20:00:03','Which team was the 2015-2016 NBA Champions?','[\"Golden State Warriors\", \"Toronto Raptors\", \"Oklahoma City Thunders\", \"Cleveland Cavaliers\"]','Cleveland Cavaliers','multiple','medium',0,'f7aec0de-66fa-4c7e-bb76-159979e02dee'),('f59c6f1e-56d6-4b7b-95d3-4c1395d05291','2023-02-21 19:59:44','2023-02-21 19:59:44','Like with the Neanderthals, Homo sapiens sapiens also interbred with the Denisovans.','[\"False\", \"True\"]','True','boolean','medium',0,'a8754cc3-b470-44da-8d99-cef167fc264c'),('f621dcc0-905c-4b93-a68e-04d3b2cbb1e6','2023-02-21 20:00:26','2023-02-21 20:00:26','What is the name of the common, gun-toting enemies of the "Oddworld" video game series?','[\"Scrabs\", \"Slogs\", \"Glukkons\", \"Sligs\"]','Sligs','multiple','medium',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('f68b89ff-97ad-42ec-92ae-f10af893d357','2023-02-21 20:00:25','2023-02-21 20:00:25','Which of the following countries was the first to send an object into space?','[\"USA\", \"Russia\", \"China\", \"Germany\"]','Germany','multiple','medium',0,'b15cb795-e5f9-4476-88c7-deb05f594ec2'),('f6d0962b-f447-48a3-9636-110ac652427f','2023-02-21 19:58:54','2023-02-21 19:58:54','What is the largest animal currently on Earth?','[\"Orca\", \"Colossal Squid\", \"Giraffe\", \"Blue Whale\"]','Blue Whale','multiple','easy',0,'a8754cc3-b470-44da-8d99-cef167fc264c'),('f737ea59-1fed-48c4-8ac6-1e19ffc1c721','2023-02-21 19:59:33','2023-02-21 19:59:33','How tall is One World Trade Center in New York City?','[\"1,888 ft\", \"1,225 ft\", \"1,960 ft\", \"1,776 ft\"]','1,776 ft','multiple','medium',0,'142be3c1-b97a-44cf-85b2-db84d143ce7b'),('f8ebcc5c-d04b-44cf-a898-765feffb3d1b','2023-02-21 20:00:08','2023-02-21 20:00:08','Which of the following countries was the first to send an object into space?','[\"USA\", \"Russia\", \"China\", \"Germany\"]','Germany','multiple','medium',0,'b15cb795-e5f9-4476-88c7-deb05f594ec2'),('f95f183e-f387-4ecb-82ba-29c1e8b6265f','2023-02-21 20:00:33','2023-02-21 20:00:33','In a standard set of playing cards, which is the only king without a moustache?','[\"Spades\", \"Diamonds\", \"Clubs\", \"Hearts\"]','Hearts','multiple','medium',0,'a1aae4ad-8454-4362-886f-c7bc9d2bcff8'),('f9b45482-49f6-438d-a0c8-12a18a2d7570','2023-02-21 20:00:43','2023-02-21 20:00:43','Hidden in the files for "Mario Kart Arcade GP" is a picture of the Beslan school hostage crisis.','[\"False\", \"True\"]','True','boolean','medium',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('f9ec5495-cef4-4280-b616-f996017e989d','2023-02-21 20:00:56','2023-02-21 20:00:56','The ghosts in "Pac-Man" and "Ms. Pac-Man" have completely different behavior.','[\"False\", \"True\"]','True','boolean','easy',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('fae0a374-0d65-4cf2-8761-0c7c14066000','2023-02-21 20:00:06','2023-02-21 20:00:06','This trope refers to minor characters that are killed off to show how a monster works.','[\"Minions\", \"Expendables\", \"Cannon Fodder\", \"Red Shirt\"]','Red Shirt','multiple','medium',0,'29755a13-1869-46b2-8613-500b270d88f1'),('fafc6096-2c91-463d-95ec-088bb4925854','2023-02-21 19:59:36','2023-02-21 19:59:36','Pete Townshend's solo album, "White City: A Novel", is set in the metropolitan area of Chicago.','[\"True\", \"False\"]','False','boolean','hard',0,'f0fce4f3-66a5-48c5-aff3-f4406cd2edd6'),('fba2d1a5-28af-4fe1-92b2-7841ada0de50','2023-02-21 20:00:19','2023-02-21 20:00:19','Big the Cat is a playable character in "Sonic Generations".','[\"True\", \"False\"]','False','boolean','easy',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('fc23b11d-9d2a-4097-8332-ab679c935c17','2023-02-21 19:59:24','2023-02-21 19:59:24','What is the largest organ of the human body?','[\"Heart\", \"large Intestine\", \"Liver\", \"Skin\"]','Skin','multiple','easy',0,'a1aae4ad-8454-4362-886f-c7bc9d2bcff8'),('fc962441-96bd-4f00-965c-f6dc9f86d2d5','2023-02-21 19:58:58','2023-02-21 19:58:58','Which Variable Valve Timing technology is used by BMW?','[\"VVT-iw\", \"VVEL\", \"MultiAir\", \"VANOS\"]','VANOS','multiple','hard',0,'2f727d07-8701-4579-a8bc-4167ff781d48'),('fcbf56f3-c90a-4e02-8c58-09decbd9be7f','2023-02-21 20:01:01','2023-02-21 20:01:01','In "Resident Evil 3", how many inventory slots does Jill have at the start of the game?','[\"6\", \"8\", \"12\", \"10\"]','10','multiple','hard',0,'a1aae4ad-8454-4362-886f-c7bc9d2bcff8'),('fd744411-83c9-4c27-aed0-c08678862992','2023-02-21 19:58:57','2023-02-21 19:58:57','In the anime, Full Metal Panic!, who is Kaname's best friend?','[\"Melissa Mao\", \"Ren Mikihara\", \"Teletha "Tessa" Testarossa\", \"Kyoko Tokiwa\"]','Kyoko Tokiwa','multiple','hard',0,'c81b5ff1-9067-4ba7-aeef-bad32b93f65f'),('fe2ac416-94f8-4bea-8fd3-7b819b4b6f53','2023-02-21 20:00:56','2023-02-21 20:00:56','The minigun was designed in 1960 by which manufacturer.','[\"Colt Firearms\", \"Heckler & Koch\", \"Sig Sauer\", \"General Electric\"]','General Electric','multiple','medium',0,'b15cb795-e5f9-4476-88c7-deb05f594ec2'),('fe5ad9aa-39e5-47f2-9e39-c86ca6bb33f6','2023-02-21 19:59:53','2023-02-21 19:59:53','Which of the following Mario Kart 8 Deluxe items will NOT make you invincible?','[\"Star\", \"Bullet Bill\", \"Boo\", \"Golden Mushroom\"]','Golden Mushroom','multiple','medium',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('fe652109-0707-4f89-8195-51f22df8de54','2023-02-21 19:59:42','2023-02-21 19:59:42','To the nearest minute, how long does it take for light to travel from the Sun to the Earth?','[\"6 Minutes\", \"2 Minutes\", \"12 Minutes\", \"8 Minutes\"]','8 Minutes','multiple','medium',0,'a8754cc3-b470-44da-8d99-cef167fc264c'),('feb23f86-8261-407f-8dd2-33c6cd582b3a','2023-02-21 20:01:23','2023-02-21 20:01:23','In the ADV (English) Dub of the anime "Ghost Stories", which character is portrayed as a Pentacostal Christian?','[\"Hajime Aoyama\", \"Satsuki Miyanoshita\", \"Mio Itai\", \"Momoko Koigakubo\"]','Momoko Koigakubo','multiple','medium',0,'c81b5ff1-9067-4ba7-aeef-bad32b93f65f'),('feb3127a-0a77-459f-882b-e8a765ea0511','2023-02-21 20:00:30','2023-02-21 20:00:30','In "Yo! Noid 2," The Noid can perform what special move?','[\"Pizza Throw\", \"Dodge Roll\", \"Spin Dash\", \"Dab\"]','Dab','multiple','easy',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('febb3708-7b1f-4638-a063-20d174b79cb3','2023-02-21 20:00:46','2023-02-21 20:00:46','Psych-Horror "Eternal Darkness: Sanity's Requiem", developed by Silicon Knights in 2002, was published by who and on what platform?','[\"Sony® Computer Entertainment™ Inc. | PlayStation® 2\", \"Microsoft® Game Studios™ | XBox™\", \"Sega® Enterprises Co. Ltd. | Dreamcast™\", \"Nintendo® Co. Ltd. | GameCube™\"]','Nintendo® Co. Ltd. | GameCube™','multiple','medium',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('feeb38f5-df5b-440e-a872-378ee48e0090','2023-02-21 19:59:00','2023-02-21 19:59:00','When was Nintendo's Virtual Boy released?','[\"1989\", \"1997\", \"1992\", \"1995\"]','1995','multiple','medium',0,'3915ce2c-a3a8-48b1-9e04-36937f2300ce'),('ff0a71f8-0825-4a0b-b326-a803e0f76c6e','2023-02-21 19:59:37','2023-02-21 19:59:37','For the film "Raiders of The Lost Ark", what was Harrison Ford sick with during the filming of the Cairo chase?','[\"Anemia\", \"Constipation\", \"Acid Reflux \", \"Dysentery\"]','Dysentery','multiple','easy',0,'29755a13-1869-46b2-8613-500b270d88f1'),('ff828f3b-0a9e-4bd1-a1d1-da73fecdfddb','2023-02-21 19:59:38','2023-02-21 19:59:38','Artis Leon Ivey Jr. is better known as which rap artist?','[\"Dr Dre\", \"Snoop Dogg\", \"Ice T\", \"Coolio\"]','Coolio','multiple','hard',0,'f0fce4f3-66a5-48c5-aff3-f4406cd2edd6'),('ffcdb9b9-945a-47e6-898e-185b68c1b851','2023-02-21 20:00:49','2023-02-21 20:00:49','Who voices for Ruby in the animated series RWBY?','[\"Tara Strong\", \"Jessica Nigri\", \"Hayden Panettiere\", \"Lindsay Jones\"]','Lindsay Jones','multiple','easy',0,'e1829030-ada6-49a9-9d24-70996dd17995');
/*!40000 ALTER TABLE `questions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `session_question`
--
DROP TABLE IF EXISTS `session_question`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `session_question` (
`question_id` varchar(60) NOT NULL,
`session_id` varchar(60) NOT NULL,
`selected_option` varchar(60) DEFAULT NULL,
PRIMARY KEY (`question_id`,`session_id`),
KEY `session_id` (`session_id`),
CONSTRAINT `session_question_ibfk_1` FOREIGN KEY (`question_id`) REFERENCES `questions` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `session_question_ibfk_2` FOREIGN KEY (`session_id`) REFERENCES `sessions` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `session_question`
--
LOCK TABLES `session_question` WRITE;
/*!40000 ALTER TABLE `session_question` DISABLE KEYS */;
/*!40000 ALTER TABLE `session_question` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sessions`
--
DROP TABLE IF EXISTS `sessions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `sessions` (
`id` varchar(60) NOT NULL,
`updated_at` datetime DEFAULT NULL,
`created_at` datetime NOT NULL,
`user_id` varchar(60) NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `id` (`id`),
KEY `user_id` (`user_id`),
CONSTRAINT `sessions_ibfk_1` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sessions`
--
LOCK TABLES `sessions` WRITE;
/*!40000 ALTER TABLE `sessions` DISABLE KEYS */;
/*!40000 ALTER TABLE `sessions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `users`
--
DROP TABLE IF EXISTS `users`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `users` (
`id` varchar(60) NOT NULL,
`created_at` datetime NOT NULL,
`updated_at` datetime DEFAULT NULL,
`username` varchar(128) NOT NULL,
`password` varchar(128) NOT NULL,
`email` varchar(128) NOT NULL,
`gender` varchar(25) DEFAULT NULL,
`nationality` varchar(35) DEFAULT NULL,
`joined_at` datetime NOT NULL,
`last_logged_in` datetime DEFAULT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `id` (`id`),
UNIQUE KEY `username` (`username`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `users`
--
LOCK TABLES `users` WRITE;
/*!40000 ALTER TABLE `users` DISABLE KEYS */;
/*!40000 ALTER TABLE `users` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2023-02-21 20:03:34