Advertisement
Guest User

Untitled

a guest
Feb 21st, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 9.25 KB | None | 0 0
  1. [
  2.     {
  3.         question: 'What Years are covered in Crusader kings 2?',
  4.         type: "mutli",
  5.         answers: {
  6.             correct: 3,
  7.             easy: [
  8.                 "620 - 1066",
  9.                 "100 - 956",
  10.                 "769 - 1453",
  11.                 "1066 - 1400"
  12.             ],
  13.             hard: [
  14.                 "620AD - 1066AD",
  15.                 "100BC - 956AD",
  16.                 "769AD - 1453AD",
  17.                 "73BC - 1400AD"
  18.             ]
  19.         }
  20.     },{
  21.         question: 'What Nintendo system was released after the N64 and before the Wii?',
  22.         type: "mutli",
  23.         answers: {
  24.             correct: 1,
  25.             easy: [
  26.                 "Virtual Boy",
  27.                 "Gamecube",
  28.                 "Super Nintendo",
  29.                 "Nintendo 128"
  30.             ],
  31.             hard: [
  32.                 "Virtual Boy",
  33.                 "Gamecube",
  34.                 "Super Nintendo",
  35.                 "Nintendo 128"
  36.             ]
  37.         }
  38.     },{
  39.         question: 'Who is the protagonist of The Legend Of Zelda?',
  40.         type: "mutli",
  41.         answers: {
  42.             correct: 0,
  43.             easy: [
  44.                 "Link",
  45.                 "Navi",
  46.                 "Zelda",
  47.                 "Gannon"
  48.             ],
  49.             hard: [
  50.                 "Link"
  51.                 "Epona",
  52.                 "Minda",
  53.                 "Zelda"
  54.             ]
  55.         }
  56.     },{
  57.         question: 'What is the first name of Lara Crofts butler',
  58.         type: "mutli",
  59.         answers: {
  60.             correct: 1,
  61.             easy: [
  62.                 "Mark",
  63.                 "Winston",
  64.                 "Will",
  65.                 "Daniel"
  66.             ],
  67.             hard: [
  68.                 "Jeeves",
  69.                 "Winston",
  70.                 "James",
  71.                 "Hilary"
  72.             ]
  73.         }
  74.     },{
  75.         question: 'What console was Halo:Combat Evolved released on?',
  76.         type: "mutli",
  77.         answers: {
  78.             correct: 1,
  79.             easy: [
  80.                 "GameBoy",
  81.                 "Xbox",
  82.                 "PSP",
  83.                 "DS"
  84.             ],
  85.             hard: [
  86.                 "Xbox one",
  87.                 "Xbox",
  88.                 "PS2",
  89.                 "N64"
  90.             ]
  91.         }
  92.     },{
  93.         question: 'Who was links helper in Majoras Mask?',
  94.         type: "mutli",
  95.         answers: {
  96.             correct: 1,
  97.             easy: [
  98.                 "Navi",
  99.                 "Tatl",
  100.                 "Minda",
  101.                 "Fi"
  102.             ],
  103.             hard: [
  104.                 "Zelda"
  105.                 "Tatl",
  106.                 "Gannon",
  107.                 "Mario"
  108.             ]
  109.         }
  110.     },{
  111.         question: 'Bulbasaur comes from which video game series?',
  112.         type: "mutli",
  113.         answers: {
  114.             correct: 2,
  115.             easy: [
  116.                 "Digimon",
  117.                 "YuGiOh",
  118.                 "Pokemon",
  119.                 "Animal Crossing"
  120.             ],
  121.             hard: [
  122.                 "Digimon",
  123.                 "YuGiOh",
  124.                 "Pokemon",
  125.                 "Animal Crossing"
  126.             ]
  127.         }
  128.     },{
  129.         question: 'Complete the video game title: ________ the Hedgehog',
  130.         type: "mutli",
  131.         answers: {
  132.             correct: 1,
  133.             easy: [
  134.                 "Eggman",
  135.                 "Sonic",
  136.                 "Tails",
  137.                 "Knuckles"
  138.             ],
  139.             hard: [
  140.                 "Eggman",
  141.                 "Sonic",
  142.                 "Tails",
  143.                 "Knuckles"
  144.             ]
  145.         }
  146.     },{
  147.         question: 'What game contains a masochistic robot and a lack of cake?',
  148.         type: "mutli",
  149.         answers: {
  150.             correct: 1,
  151.             easy: [
  152.                 "Left 4 Dead",
  153.                 "Portal",
  154.                 "Postal",
  155.                 "Duke Nukem"
  156.             ],
  157.             hard: [
  158.                 "Left 4 Dead",
  159.                 "Portal",
  160.                 "Postal",
  161.                 "Duke Nukem"
  162.             ]
  163.         }
  164.     },{
  165.         question: 'Which video game features ex-Special Forces operator Jack Carver, who is stranded in Micronesia?',
  166.         type: "mutli",
  167.         answers: {
  168.             correct: 0,
  169.             easy: [
  170.                 "Far Cry",
  171.                 "Halo 2",
  172.                 "Left 4 Dead",
  173.                 "Minecraft"
  174.             ],
  175.             hard: [
  176.                 "Far Cry"
  177.                 "Siphon Filter",
  178.                 "Crysis",
  179.                 "Max Payne"
  180.             ]
  181.         }
  182.     },{
  183.         question: 'In The Sims, how much money does a familly start with?',
  184.         type: "mutli",
  185.         answers: {
  186.             correct: 2,
  187.             easy: [
  188.                 "9999",
  189.                 "22145",
  190.                 "20000",
  191.                 "100"
  192.             ],
  193.             hard: [
  194.                 "25000"
  195.                 "15000",
  196.                 "20000",
  197.                 "30000"
  198.             ]
  199.         }
  200.     },{
  201.         question: 'How many buttons are on an Xbox One Controller?',
  202.         type: "mutli",
  203.         answers: {
  204.             correct: 2,
  205.             easy: [
  206.                 "12",
  207.                 "18",
  208.                 "16",
  209.                 "10"
  210.             ],
  211.             hard: [
  212.                 "12",
  213.                 "18",
  214.                 "16",
  215.                 "10"
  216.             ]
  217.         }
  218.     },{
  219.         question: 'What three main attributes are present in Fable?',
  220.         type: "mutli",
  221.         answers: {
  222.             correct: 0,
  223.             easy: [
  224.                 "Strength Skill and Will",
  225.                 "Strength Intelligence and Agility",
  226.                 "Luck Dexterity and Charisma",
  227.                 "Vitality Mind and Perception"
  228.             ],
  229.             hard: [
  230.                 "Strength Skill and Will",
  231.                 "Strength Intelligence and Agility",
  232.                 "Luck Dexterity and Charisma",
  233.                 "Vitality Mind and Perception"
  234.             ]
  235.         }
  236.     },{
  237.         question: 'In The Sims, how much money does a familly start with?',
  238.         type: "mutli",
  239.         answers: {
  240.             correct: 2,
  241.             easy: [
  242.                 "9999",
  243.                 "22145",
  244.                 "20000",
  245.                 "100"
  246.             ],
  247.             hard: [
  248.                 "20000"
  249.                 "15000",
  250.                 "25000",
  251.                 "30000"
  252.             ]
  253.         }
  254.     },{
  255.         question: 'Which one of these is not a hero in Overwatch?',
  256.         type: "mutli",
  257.         answers: {
  258.             correct: 1,
  259.             easy: [
  260.                 "Junkrat",
  261.                 "Torvald",
  262.                 "Roadhog",
  263.                 "Symmetra"
  264.             ],
  265.             hard: [
  266.                 "Junkrat",
  267.                 "Torvald",
  268.                 "Roadhog",
  269.                 "Symmetra"
  270.             ]
  271.         }
  272.     },{
  273.         question: 'How many heroes are currenty in DOTA?',
  274.         type: "mutli",
  275.         answers: {
  276.             correct: 0,
  277.             easy: [
  278.                 "113",
  279.                 "97",
  280.                 "84",
  281.                 "100"
  282.             ],
  283.             hard: [
  284.                 "113",
  285.                 "97",
  286.                 "84",
  287.                 "100"
  288.             ]
  289.         }
  290.     },{
  291.         question: 'NES was short for?',
  292.         type: "mutli",
  293.         answers: {
  294.             correct: 0,
  295.             easy: [
  296.                 "Nintendo Entertainment System",
  297.                 "Nintendo Enterprise System",
  298.                 "Never Ending Simulation",
  299.                 "Nintendo Electronics Setup"
  300.             ],
  301.             hard: [
  302.                 "Nintendo Entertainment System",
  303.                 "Nintendo Enterprise System",
  304.                 "Never Ending Simulation",
  305.                 "Nintendo Electronics Setup"
  306.             ]
  307.         }
  308.     },{
  309.         question: 'What species of animal was Crash?',
  310.         type: "mutli",
  311.         answers: {
  312.             correct: 1,
  313.             easy: [
  314.                 "Hedgehog",
  315.                 "Bandicoot",
  316.                 "Racoon",
  317.                 "Fox"
  318.             ],
  319.             hard: [
  320.                 "Hedgehog",
  321.                 "Bandicoot",
  322.                 "Racoon",
  323.                 "Fox"
  324.             ]
  325.         }
  326.     },{
  327.         question: 'What does the japanese word Nintendo mean in English?',
  328.         type: "mutli",
  329.         answers: {
  330.             correct: 2
  331.             easy: [
  332.                 "Too much excitement",
  333.                 "Fun entertainment for all",
  334.                 "Leave luck to heaven",
  335.                 "Just another game"
  336.             ],
  337.             hard: [
  338.                 "Too much excitement",
  339.                 "Fun entertainment for all",
  340.                 "Leave luck to heaven",
  341.                 "Just another game"
  342.             ]
  343.         }
  344.     },{
  345.         question: 'What was the first home video game console?',
  346.         type: "mutli",
  347.         answers: {
  348.             correct: 0,
  349.             easy: [
  350.                 "The Magnavox Odyssey",
  351.                 "The PS1",
  352.                 "Atari 2600",
  353.                 "Nintendo 64"
  354.             ],
  355.             hard: [
  356.                 "The Magnavox Odyssey",
  357.                 "The ps1",
  358.                 "Atari 2600",
  359.                 "Nintendo 64"
  360.             ]
  361.         }
  362.     }
  363. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement