Advertisement
Guest User

QuizQuestions

a guest
Sep 12th, 2011
668
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.30 KB | None | 0 0
  1. package Conquer;
  2.  
  3. /*
  4. * To change this template, choose Tools | Templates
  5. * and open the template in the editor.
  6. */
  7. /**
  8. *
  9. * @author dan
  10. */
  11. import java.util.*;
  12.  
  13. public class QuizDatabase
  14. {
  15.  
  16. // public static ArrayList<String> questions = new ArrayList<String>();
  17. // public static ArrayList<String> answers = new ArrayList<String>();
  18. //
  19. // public static void init()
  20. // {
  21. // //DEFAULT WEBSITE QUESTIONS
  22. // questions.add("What artist was struck in the face with a mallet by an envious rival, disfiguring him for life?");
  23. // answers.add("Michelangelo");
  24. // questions.add("What landmark work came about from a friend's request for a self-portrait of Rene Magritte?");
  25. // answers.add("The Son of Man");
  26. // questions.add("Who was the court sculptor of Alexander the Great?");
  27. // answers.add("Lysippus");
  28. // questions.add("What painter was married to Mexican artist Diego Rivera?");
  29. // answers.add("Frida Kahlo");
  30. // questions.add("Who painted 'Sunday Afternoon on the Island of La Grande Jatte' (1884-86)?");
  31. // answers.add("Georges Seurat");
  32. // questions.add("What art movement was Yoko Ono associated with during the 1960s?");
  33. // answers.add("Fluxus");
  34. // questions.add("Who painted 'The Scream'?");
  35. // answers.add("Edvard Munch");
  36. // questions.add("What school of art grew out of the poetry of Romanian-born Tristan Tzara?");
  37. // answers.add("Dada");
  38. // questions.add("What late 19th-century French painter was known for his pictures of ballet dancers?");
  39. // answers.add("Edgar Degas");
  40. // questions.add("What artist was struck in the face with a mallet by an envious rival, disfiguring him for life?");
  41. // answers.add("Michelangelo");
  42. // questions.add("What landmark work came about from a friend's request for a self-portrait of Rene Magritte?");
  43. // answers.add("The Son of Man");
  44. // questions.add("Who was the court sculptor of Alexander the Great?");
  45. // answers.add("Lysippus");
  46. // questions.add("What painter was married to Mexican artist Diego Rivera?");
  47. // answers.add("Frida Kahlo");
  48. // questions.add("Who painted 'Sunday Afternoon on the Island of La Grande Jatte' (1884-86)?");
  49. // answers.add("Georges Seurat");
  50. // questions.add("What art movement was Yoko Ono associated with during the 1960s?");
  51. // answers.add("Fluxus");
  52. // questions.add("Who painted 'The Scream'?");
  53. // answers.add("Edvard Munch");
  54. // questions.add("What school of art grew out of the poetry of Romanian-born Tristan Tzara?");
  55. // answers.add("Dada");
  56. // questions.add("What late 19th-century French painter was known for his pictures of ballet dancers?");
  57. // answers.add("Edgar Degas");
  58. // questions.add("What was the name of the young rival who struck Michelangelo in the face with a mallet?");
  59. // answers.add("Torregiano");
  60. // questions.add("Which Pope compelled Michelangelo to undertake the fresco decoration of the Sistene Chapel?");
  61. // answers.add("Julius II");
  62. // questions.add("At the age of 13, Michelangelo was apprenticed to what respected painter?");
  63. // answers.add("Ghirlandajo");
  64. // questions.add("What sculpture did Michelangelo make for the tomb of Pope Julius II?");
  65. // answers.add("Moses");
  66. // questions.add("In the Sistene Chapel, within the ring of prophets and sybils are nine panels on biblical history. Three are devoted to the Creation, three to the story of Adam and Eve, and three to what other biblical event?");
  67. // answers.add("The Great Flood");
  68. // questions.add("Although Michelangelo never married, he had a 'special relationship' with what woman?");
  69. // answers.add("Vittoria Colonna");
  70. // questions.add("What was on the ceiling of the Sistene Chapel before Michelangelo began painting?");
  71. // answers.add("fresco of starry sky");
  72. // questions.add("What is significant about the serpent from the story of the Fall of Man as Michelangelo depicted it in the Sistene Chapel?");
  73. // answers.add("It is female");
  74. // questions.add("What year did Michelangelo die?");
  75. // answers.add("1564");
  76. // questions.add("Which of Picasso's paintings sold for a then-record USD $104 Million in 2004?");
  77. // answers.add("Garcon &agrave; la Pipe");
  78. // questions.add("Who was Picasso's first wife?");
  79. // answers.add("Olga Koklova");
  80. // questions.add("Picasso once said, 'Art is not the application of a canon of beauty but what the instinct and the brain can conceive beyond any canon. When we love a woman we don't start measuring her _____?");
  81. // answers.add("Limbs");
  82. // questions.add("What was Picasso's first 'period'?");
  83. // answers.add("Blue Period");
  84. // questions.add("Where is the Picasso Museum located?");
  85. // answers.add("Barcelona");
  86. // questions.add("What political movement was Picasso associated with?");
  87. // answers.add("Communism");
  88. // questions.add("Who was Picasso's partner in the creation of the Cubist style of painting?");
  89. // answers.add("Georges Braque");
  90. // questions.add("Picasso underwent surgery for what condition in 1965?");
  91. // answers.add("prostate condition");
  92. // questions.add("In what country did Picasso die?");
  93. // answers.add("France");
  94. // questions.add("What university was Rembrandt educated at?");
  95. // answers.add("Leyden");
  96. // questions.add("What was the name of Rembrandt's first wife?");
  97. // answers.add("Saskia");
  98. // questions.add("Rembrandt was the chief painter of what school?");
  99. // answers.add("Dutch School");
  100. // questions.add("Rembrandt moved to what city in 1631?");
  101. // answers.add("Amsterdam");
  102. // questions.add("Which of the following was one of Rembrandt's students?");
  103. // answers.add("Fabritius");
  104. // questions.add("What painter did Rembrandt study under?");
  105. // answers.add("Swanenburch");
  106. // questions.add("What was the name of Rembrandt's only surviving child?");
  107. // answers.add("Titus");
  108. // questions.add("Which of Rembrandt's paintings was commissioned for the new hall of the Kloveniersdoelen, the musketeer branch of the civic militia?");
  109. // answers.add("The Night Watch");
  110. // questions.add("How old was Rembrandt at the time of his death?");
  111. // answers.add("63");
  112. // questions.add("At the time of the census which was conducted by Moses in the first chapter of Numbers, which of the twelve tribes of Israel was the largest?");
  113. // answers.add("Judah");
  114. // questions.add("Which of the following animals were the Israelites forbidden to eat by the Old Testament?");
  115. // answers.add("Rabbit");
  116. // questions.add("When were Israelites required to free their servants?");
  117. // answers.add("In the seventh year of service");
  118. // questions.add("Who climbed a sycamore tree in order to see Jesus as he entered Jericho?");
  119. // answers.add("Zacchaeus");
  120. // questions.add("Which of the following is NOT a book of the Apocrypha?");
  121. // answers.add("The Coming of the Nephilim");
  122. // questions.add("Who was chosen to replace Judas as the twelfth apostle?");
  123. // answers.add("Matthias");
  124. // questions.add("Who did Peter raise from the dead in Joppa?");
  125. // answers.add("Dorcas");
  126. // questions.add("What two men in the Bible never died?");
  127. // answers.add("Enoch &amp;&nbsp;Elijah");
  128. // questions.add("What is the longest book in the Bible?");
  129. // answers.add("Psalms");
  130. // questions.add("At the time of the census which was conducted by Moses in the first chapter of Numbers, which of the twelve tribes of Israel was the largest?");
  131. // answers.add("Judah");
  132. // questions.add("Which of the following animals were the Israelites forbidden to eat by the Old Testament?");
  133. // answers.add("Rabbit");
  134. // questions.add("When were Israelites required to free their servants?");
  135. // answers.add("In the seventh year of service");
  136. // questions.add("Who climbed a sycamore tree in order to see Jesus as he entered Jericho?");
  137. // answers.add("Zacchaeus");
  138. // questions.add("Which of the following is NOT a book of the Apocrypha?");
  139. // answers.add("The Coming of the Nephilim");
  140. // questions.add("Who was chosen to replace Judas as the twelfth apostle?");
  141. // answers.add("Matthias");
  142. // questions.add("Who did Peter raise from the dead in Joppa?");
  143. // answers.add("Dorcas");
  144. // questions.add("What two men in the Bible never died?");
  145. // answers.add("Enoch &amp;&nbsp;Elijah");
  146. // questions.add("What is the longest book in the Bible?");
  147. // answers.add("Psalms");
  148. // questions.add("What type of insect did John the Baptist eat in the desert?");
  149. // answers.add("Locusts");
  150. // questions.add("Who were the first apostles called to follow Jesus?");
  151. // answers.add("Peter and Andrew");
  152. // questions.add("How many people did Jesus feed with five loaves of bread and two fish?");
  153. // answers.add("5000");
  154. // questions.add("After Jesus was arrested, which apostle disowned him three times?");
  155. // answers.add("Peter");
  156. // questions.add("Who recognized Jesus as the Messiah when he was presented at the Temple as a baby?");
  157. // answers.add("Simeon");
  158. // questions.add("Who asked Pilate for Jesus' body after the crucifixion?");
  159. // answers.add("Joseph");
  160. // questions.add("Paul was shipwrecked on what island?");
  161. // answers.add("Malta");
  162. // questions.add("What is the shortest book in the New Testament?");
  163. // answers.add("2 John");
  164. // questions.add("Who is the author of the Book of Revelation?");
  165. // answers.add("John");
  166. // questions.add("On what day of Creation did God create man?");
  167. // answers.add("Sixth Day");
  168. // questions.add("What was the name of Adam's third son?");
  169. // answers.add("Seth");
  170. // questions.add("What was the first of the Ten Commandments?");
  171. // answers.add("You shall have no other gods before me");
  172. // questions.add("At the time of the census conducted by Moses in the first chapter of Numbers, which of the twelve tribes of Israel was the smallest?");
  173. // answers.add("Manasseh");
  174. // questions.add("Which of the following animals were Israelites allowed to eat in the Old Testament?");
  175. // answers.add("Gazelle");
  176. // questions.add("Who was the mother of Samuel?");
  177. // answers.add("Hannah");
  178. // questions.add("What kind of bird brought Elijah food while he hid in the Kerith Ravine, east of Jordan?");
  179. // answers.add("Ravens");
  180. // questions.add("Which of the following is NOT a book of the Old Testament?");
  181. // answers.add("Enoch");
  182. // questions.add("What is the last word in the Old Testament?");
  183. // answers.add("Curse");
  184. // questions.add("Legendary business man and Hollywood producer Samuel Goldwyn was born with what name?");
  185. // answers.add("Schmuel Gelbfisz");
  186. // questions.add("What celebrity tycoon ran for President of the United States in 1992 as an independent candidate?");
  187. // answers.add("Ross Perot");
  188. // questions.add("What now-famous business man co-founded Apple Computer with fellow computer enthusiast Steve Wozniak in 1976?");
  189. // answers.add("Steve Jobs");
  190. // questions.add("What celebrity business woman was sentenced to five months in prison on July 16, 2004, as part of a stock fraud case?");
  191. // answers.add("Martha Stewart");
  192. // questions.add("What famous tycoon bought the Desert Inn Hotel in Las Vegas after management attempted to evict him from his room?");
  193. // answers.add("Howard Hughes");
  194. // questions.add("What business celebrity began his illustrious career by collecting and selling lost golf balls?");
  195. // answers.add("Warren Buffett");
  196. // questions.add("What celebrity was sued by a group of cattle producers in 1996 after discussing mad cow disease on television?");
  197. // answers.add("Oprah Winfrey");
  198. // questions.add("Who was the riches person in the world in 2004?");
  199. // answers.add("Bill Gates");
  200. // questions.add("Which of the following celebrity entrepreneurs originally wanted to be a race car driver?");
  201. // answers.add("George Lucas");
  202. // questions.add("Who shot John Lennon?");
  203. // answers.add("Mark David Chapman");
  204. // questions.add("What did Walt Disney die of?");
  205. // answers.add("Lung Cancer");
  206. // questions.add("What part of Albert Einstein's body was removed after his death?");
  207. // answers.add("His brain");
  208. // questions.add("How did Natalie Wood die?");
  209. // answers.add("Drowning");
  210. // questions.add("What holiday did River Phoenix die on?");
  211. // answers.add("Halloween");
  212. // questions.add("According to some accounts, William Shakespeare caught a fever and died after a night of heavy drinking with what other playwright?");
  213. // answers.add("Ben Jonson");
  214. // questions.add("How did John Denver die?");
  215. // answers.add("Plane Accident");
  216. // questions.add("How much did Humphrey Bogart weigh at the time of his death?");
  217. // answers.add("80 pounds");
  218. // questions.add("How old was Katharine Hepburn when she died?");
  219. // answers.add("96");
  220. // questions.add("Just before his death, it was revealed that Johnny Carson sometimes wrote jokes for what talk-show host?");
  221. // answers.add("David Letterman");
  222. // questions.add("What type of cancer took the life of Audrey Hepburn?");
  223. // answers.add("Colon Cancer");
  224. // questions.add("How was Malcolm X murdered?");
  225. // answers.add("He was shot");
  226. // questions.add("How old was Bob Hope at the time of his death?");
  227. // answers.add("100");
  228. // questions.add("Who was the only occupant of Princess Diana's car to survive the crash that took her life?");
  229. // answers.add("Trevor Rees-Jones");
  230. // questions.add("How did Babe Ruth die?");
  231. // answers.add("Cancer");
  232. // questions.add("Which of John Wayne's films is sometimes linked to the cancer that took his life?");
  233. // answers.add("The Conqueror");
  234. // questions.add("How did the famous magician/escape artist Harry Houdini die?");
  235. // answers.add("Peritonitis");
  236. // questions.add("How old was Jimmy Stewart at the time of his death?");
  237. // answers.add("89");
  238. // questions.add("What celebrity had to issue an apology in February 2005 after her T-Mobile Sidekick II was hacked and all of her celebrity friends' phone numbers, which had been stored in the device, were posted on the internet?");
  239. // answers.add("Paris Hilton");
  240. // questions.add("What Hollywood starlet was arrested in 2001 for shoplifting from the Saks Fifth Avenue in Beverly Hills?");
  241. // answers.add("Winona Ryder");
  242. // questions.add("What name was celebrity talk show host Oprah Winfrey born with?");
  243. // answers.add("Orpah");
  244. // questions.add("Who was the first major American celebrity whose AIDS diagnosis became public knowledge?");
  245. // answers.add("Rock Hudson");
  246. // questions.add("What professional basketball player did Madonna have an affair with in the mid 1990s?");
  247. // answers.add("Dennis Rodman");
  248. // questions.add("What famous actor lost 45 lbs. to play Andrew Beckett, an AIDS victim fighting wrongful termination?");
  249. // answers.add("Tom Hanks");
  250. // questions.add("In a bizarre bit of celebrity behavior, who dangled his baby from the third-floor balcony of a German hotel on November 20, 2002?");
  251. // answers.add("Michael Jackson");
  252. // questions.add("What celebrity made headlines in 1980 when he set himself on fire while freebasing cocaine?");
  253. // answers.add("Richard Pryor");
  254. // questions.add("What celebrity was the victim of a now infamous 'wardrobe malfunction' at the 2004 Super Bowl?");
  255. // answers.add("Janet Jackson");
  256. // questions.add("What celebrity had to issue an apology in February 2005 after her T-Mobile Sidekick II was hacked and all of her celebrity friends' phone numbers, which had been stored in the device, were posted on the internet?");
  257. // answers.add("Paris Hilton");
  258. // questions.add("What Hollywood starlet was arrested in 2001 for shoplifting from the Saks Fifth Avenue in Beverly Hills?");
  259. // answers.add("Winona Ryder");
  260. // questions.add("What name was celebrity talk show host Oprah Winfrey born with?");
  261. // answers.add("Orpah");
  262. // questions.add("Who was the first major American celebrity whose AIDS diagnosis became public knowledge?");
  263. // answers.add("Rock Hudson");
  264. // questions.add("What professional basketball player did Madonna have an affair with in the mid 1990s?");
  265. // answers.add("Dennis Rodman");
  266. // questions.add("What famous actor lost 45 lbs. to play Andrew Beckett, an AIDS victim fighting wrongful termination?");
  267. // answers.add("Tom Hanks");
  268. // questions.add("In a bizarre bit of celebrity behavior, who dangled his baby from the third-floor balcony of a German hotel on November 20, 2002?");
  269. // answers.add("Michael Jackson");
  270. // questions.add("What celebrity made headlines in 1980 when he set himself on fire while freebasing cocaine?");
  271. // answers.add("Richard Pryor");
  272. // questions.add("What celebrity was the victim of a now infamous 'wardrobe malfunction' at the 2004 Super Bowl?");
  273. // answers.add("Janet Jackson");
  274. // questions.add("What happened exactly 56 years (to the day) before American playwright Arthur Miller died?");
  275. // answers.add("<i>Death of a Salesman</i> was first produced");
  276. // questions.add("How did Ernest Hemingway take his own life?");
  277. // answers.add("Gunshot");
  278. // questions.add("How did Sonny Bono die?");
  279. // answers.add("Skiing Accident");
  280. // questions.add("What year did Elvis Presley die?");
  281. // answers.add("1977");
  282. // questions.add("What year did U.S. President Ronald Reagan die?");
  283. // answers.add("2004");
  284. // questions.add("What did legendary football coach Vince Lombardi die of?");
  285. // answers.add("Cancer");
  286. // questions.add("What Los Angeles hotel was Janis Joplin staying in when she overdosed on heroine in 1970?");
  287. // answers.add("Landmark Hotel");
  288. // questions.add("What was Lucille Ball doing one week before she died?");
  289. // answers.add("Undergoing open heart surgery");
  290. // questions.add("What city did Frank Sinatra die in?");
  291. // answers.add("Los Angeles");
  292. // questions.add("What boxer actually bit off a chunk of his opponent's ear in a 1997 fight?");
  293. // answers.add("Mike Tyson");
  294. // questions.add("What celebrity was banned from Major League Baseball for allegedly gambling on the game?");
  295. // answers.add("Pete Rose");
  296. // questions.add("What name was Sports Illustrated swimsuit model Elle MacPherson born with?");
  297. // answers.add("Eleanor Gow");
  298. // questions.add("What basketball player claimed to have had sex with 20,000 women?");
  299. // answers.add("Wilt Chamberlain");
  300. // questions.add("What baseball legend married Hollywood legend Marilyn Monroe?");
  301. // answers.add("Joe DiMaggio");
  302. // questions.add("What tennis star married actress Brooke Shields in 1997?");
  303. // answers.add("Andre Agassi");
  304. // questions.add("What NFL defensive lineman died in 1992 from brain cancer brought on by steroid abuse?");
  305. // answers.add("Lyle Alzado");
  306. // questions.add("What famous jockey rode 250 losers before he won his first horse race?");
  307. // answers.add("Eddie Arcaro");
  308. // questions.add("What athlete was stripped of his Olympic medal in 1988 after testing positive for steroids?");
  309. // answers.add("Ben Johnson");
  310. // questions.add("What famous TV actor was born with the name Alphonso D'Abruzzo?");
  311. // answers.add("Alan Alda");
  312. // questions.add("Who is the judge audiences love to hate on the TV reality show American Idol?");
  313. // answers.add("Simon Cowell");
  314. // questions.add("What actor was a regular on the TV shows 'Star Trek' and 'Mission Impossible'?");
  315. // answers.add("Leonard Nimoy");
  316. // questions.add("What TV celebrity had to have the lens removed from his right eye and replaced with a synthetic one after he suffered a basketball injury?");
  317. // answers.add("David Duchovny");
  318. // questions.add("What Playboy model played the role of Lisa, the 'Tool-Time' girl, on 'Home Improvement'?");
  319. // answers.add("Pamela Anderson");
  320. // questions.add("What celebrity reportedly suffered nerve damage while performing stunts for her TV show in 2005?");
  321. // answers.add("Jennifer Garner");
  322. // questions.add("What TV celebrity learned the comic use of props from Buster Keaton on the MGM backlot?");
  323. // answers.add("Lucille Ball");
  324. // questions.add("What TV celebrity began show business as a teen runaway, working with the circus as a fire eater?");
  325. // answers.add("Pierce Brosnan");
  326. // questions.add("What celebrity was fired from the TV show 'Ally McBeal' after word leaked that he had been arrested on a drug-related charge?");
  327. // answers.add("Robert Downey Jr.");
  328. // questions.add("What were the names of Bruce Wayne's parents?");
  329. // answers.add("Thomas &amp; Martha");
  330. // questions.add("Who is credited with creating Batman?");
  331. // answers.add("Bob Kane");
  332. // questions.add("What Batman villain formerly worked as a zoologist?");
  333. // answers.add("ManBat");
  334. // questions.add("What year was the character of Robin first introduced?");
  335. // answers.add("1940");
  336. // questions.add("In Detective Comics #267, a magical Kobold from another dimension decides to help Batman fight crime--what was his name?");
  337. // answers.add("Bat-Mite");
  338. // questions.add("The original Batgirl was related to what familiar Batman character?");
  339. // answers.add("Batwoman");
  340. // questions.add("Which of these Bat-villains was introduced first?");
  341. // answers.add("Catwoman");
  342. // questions.add("What was Alfred the butler's original family name?");
  343. // answers.add("Beagle");
  344. // questions.add("What was Bat-hound's name?");
  345. // answers.add("Ace");
  346. // questions.add("Who created Captain America?");
  347. // answers.add("Joe Simon &amp;&nbsp;Jack Kirby");
  348. // questions.add("What is Captain America's secret identity?");
  349. // answers.add("Steve Rogers");
  350. // questions.add("Who was Captain America's sidekick during World War II?");
  351. // answers.add("Bucky");
  352. // questions.add("What team of superheroes discovered Captain America's body frozen in a block of ice in 1964?");
  353. // answers.add("Avengers");
  354. // questions.add("For a brief period during the 1970s, disillusioned by U.S. politics, Captain America changed his name to ...");
  355. // answers.add("Nomad");
  356. // questions.add("What was the original shape of Captain America's shield?");
  357. // answers.add("Badge-shaped");
  358. // questions.add("What villain did Captain America and Bucky fight in the very first issue of Captain America Comics?");
  359. // answers.add("Red Skull");
  360. // questions.add("When Bucky was wounded in combat, who became Captain America's new sidekick?");
  361. // answers.add("Golden Girl");
  362. // questions.add("Who played the title role in the 1979 TV movie Captain America?");
  363. // answers.add("Reb Brown");
  364. // questions.add("What super villain was created when Emil Blonsky, a spy assigned to steal the research of Dr. Bruce Banner, accidentally exposed himself to a concentrated burst of gamma rays?");
  365. // answers.add("Abomination");
  366. // questions.add("What Chester Gould character made his first appearance in the Detroit Free Press on October 4, 1931?");
  367. // answers.add("Dick Tracy");
  368. // questions.add("What superhero grew up on the planet Tamaran?");
  369. // answers.add("Starfire");
  370. // questions.add("Edwin Jarvis serves as butler to what superteam?");
  371. // answers.add("The Avengers");
  372. // questions.add("Which of these superheroines was inhabited by the soul of an ancient Egyptian princess after attempting suicide?");
  373. // answers.add("Hawkgirl");
  374. // questions.add("What year was the first modern comic book printed?");
  375. // answers.add("1933");
  376. // questions.add("Who is the Scarlet Witch's twin brother?");
  377. // answers.add("Quicksilver");
  378. // questions.add("What superhero gained his powers after being exposed to the Orb of Ra?");
  379. // answers.add("Metamorpho");
  380. // questions.add("T'Challa, the king of Wakanda, is also known as what superhero?");
  381. // answers.add("The Black Panther");
  382. // questions.add("What super villain was created when Emil Blonsky, a spy assigned to steal the research of Dr. Bruce Banner, accidentally exposed himself to a concentrated burst of gamma rays?");
  383. // answers.add("Abomination");
  384. // questions.add("What Chester Gould character made his first appearance in the Detroit Free Press on October 4, 1931?");
  385. // answers.add("Dick Tracy");
  386. // questions.add("What superhero grew up on the planet Tamaran?");
  387. // answers.add("Starfire");
  388. // questions.add("Edwin Jarvis serves as butler to what superteam?");
  389. // answers.add("The Avengers");
  390. // questions.add("Which of these superheroines was inhabited by the soul of an ancient Egyptian princess after attempting suicide?");
  391. // answers.add("Hawkgirl");
  392. // questions.add("What year was the first modern comic book printed?");
  393. // answers.add("1933");
  394. // questions.add("Who is the Scarlet Witch's twin brother?");
  395. // answers.add("Quicksilver");
  396. // questions.add("What superhero gained his powers after being exposed to the Orb of Ra?");
  397. // answers.add("Metamorpho");
  398. // questions.add("T'Challa, the king of Wakanda, is also known as what superhero?");
  399. // answers.add("The Black Panther");
  400. // questions.add("The super-villain known as Mysterio started his career as a what?");
  401. // answers.add("Hollywood stuntman");
  402. // questions.add("Who was the first super-villain that Spider-Man ever encountered?");
  403. // answers.add("Supercharger");
  404. // questions.add("What super-powered being is also J. Jonah Jameson's son?");
  405. // answers.add("Man-Wolf");
  406. // questions.add("When Spider-Man was first offered membership in The Avengers, he was required to catch what super-powered being as a test?");
  407. // answers.add("The Hulk");
  408. // questions.add("Who gave Spider-Man a pep-talk after he was defeated in his very first encounter with Doctor Octopus?");
  409. // answers.add("The Human Torch");
  410. // questions.add("What super-villain kidnapped and murdered Peter Parker's girlfriend Gwen Stacy?");
  411. // answers.add("The Green Goblin");
  412. // questions.add("What did Spider-Man bring home from the first 'Secret Wars'?");
  413. // answers.add("new costume");
  414. // questions.add("Who was J. Jonah Jameson's secretary when Peter Parker started working at the Daily Bugle?");
  415. // answers.add("Betty Brant");
  416. // questions.add("Who was the guest speaker at Peter Parker's high school graduation?");
  417. // answers.add("J. Jonah Jameson");
  418. // questions.add("What is the name of the dimensional plane where Kryptonian criminals were exiled for their crimes?");
  419. // answers.add("Phantom Zone");
  420. // questions.add("What super-villain killed the Man of Steel in Superman #75?");
  421. // answers.add("Doomsday");
  422. // questions.add("Which of Superman's former sweethearts became the super-heroine known as Insect Queen?");
  423. // answers.add("Lana Lang");
  424. // questions.add("Who is the natural father of Daily Planet editor Perry White's son Jerry?");
  425. // answers.add("Lex Luthor");
  426. // questions.add("Who created Superman?");
  427. // answers.add("Joe Shuster &amp;&nbsp;Jerry Siegel");
  428. // questions.add("What member of the Superman family died in Crisis on Infinite Earths?");
  429. // answers.add("Supergirl");
  430. // questions.add("When did Lois and Superman first kiss?");
  431. // answers.add("Superman #3");
  432. // questions.add("Who created Wonder Woman?");
  433. // answers.add("William Moulton Marston");
  434. // questions.add("Which of Wonder Woman's accessories was forged from the magic girdle of Aphrodite?");
  435. // answers.add("Her lasso");
  436. // questions.add("Who was the first costumed villain Wonder Woman ever faced?");
  437. // answers.add("Dr. Poison");
  438. // questions.add("What was the first superhero team Wonder Woman joined?");
  439. // answers.add("Justice Society of America");
  440. // questions.add("What American pilot did Wonder Woman fall in love with
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement